mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Update Rust crate siphasher to 0.3.8
This commit is contained in:
parent
40b87e6c6f
commit
e66b906fc9
4
agb-sound-converter/Cargo.lock
generated
4
agb-sound-converter/Cargo.lock
generated
|
@ -39,9 +39,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "siphasher"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "533494a8f9b724d33625ab53c6c4800f7cc445895924a8ef649222dcb76e938b"
|
||||
checksum = "ba1eead9e94aa5a2e02de9e7839f96a007f686ae7a1d57c7797774810d24908a"
|
||||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
|
|
|
@ -25,4 +25,4 @@ hound = "3.4.0"
|
|||
syn = "1.0.85"
|
||||
proc-macro2 = "1.0.36"
|
||||
quote = "1.0.14"
|
||||
siphasher = "0.3.7"
|
||||
siphasher = "0.3.8"
|
Loading…
Reference in a new issue