Update Rust crate siphasher to 0.3.8

This commit is contained in:
Renovate Bot 2022-01-16 10:33:27 +00:00
parent 40b87e6c6f
commit e66b906fc9
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"