1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

chore: bump ahash to 0.8.7

This commit is contained in:
Rob Ede 2024-02-07 02:31:41 +00:00
parent 051e84268a
commit cdf24c1c62
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

20
Cargo.lock generated
View File

@ -162,7 +162,7 @@ dependencies = [
"actix-service", "actix-service",
"actix-tls", "actix-tls",
"actix-utils", "actix-utils",
"ahash 0.8.6", "ahash 0.8.7",
"base64 0.21.7", "base64 0.21.7",
"bitflags 2.4.1", "bitflags 2.4.1",
"brotli", "brotli",
@ -459,7 +459,7 @@ dependencies = [
"actix-tls", "actix-tls",
"actix-utils", "actix-utils",
"actix-web-codegen", "actix-web-codegen",
"ahash 0.8.6", "ahash 0.8.7",
"bytes 1.5.0", "bytes 1.5.0",
"bytestring", "bytestring",
"cfg-if 1.0.0", "cfg-if 1.0.0",
@ -526,7 +526,7 @@ dependencies = [
"actix-utils", "actix-utils",
"actix-web", "actix-web",
"actix-web-lab-derive", "actix-web-lab-derive",
"ahash 0.8.6", "ahash 0.8.7",
"arc-swap", "arc-swap",
"async-trait", "async-trait",
"bytes 1.5.0", "bytes 1.5.0",
@ -665,9 +665,9 @@ dependencies = [
[[package]] [[package]]
name = "ahash" name = "ahash"
version = "0.8.6" version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"const-random", "const-random",
@ -1843,7 +1843,7 @@ version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88c18b51216e1f74b9d769cead6ace2f82b965b807e3d73330aabe9faec31c84" checksum = "88c18b51216e1f74b9d769cead6ace2f82b965b807e3d73330aabe9faec31c84"
dependencies = [ dependencies = [
"ahash 0.8.6", "ahash 0.8.7",
"base64 0.13.1", "base64 0.13.1",
"bitvec", "bitvec",
"hex", "hex",
@ -3712,7 +3712,7 @@ version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [ dependencies = [
"ahash 0.8.6", "ahash 0.8.7",
] ]
[[package]] [[package]]
@ -3721,7 +3721,7 @@ version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
dependencies = [ dependencies = [
"ahash 0.8.6", "ahash 0.8.7",
"allocator-api2", "allocator-api2",
] ]
@ -6270,7 +6270,7 @@ version = "1.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3625f343d89990133d013e39c46e350915178cf94f1bec9f49b0cbef98a3e3c" checksum = "e3625f343d89990133d013e39c46e350915178cf94f1bec9f49b0cbef98a3e3c"
dependencies = [ dependencies = [
"ahash 0.8.6", "ahash 0.8.7",
"bitflags 2.4.1", "bitflags 2.4.1",
"instant", "instant",
"num-traits", "num-traits",
@ -7204,7 +7204,7 @@ version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d" checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
dependencies = [ dependencies = [
"ahash 0.8.6", "ahash 0.8.7",
"atoi", "atoi",
"byteorder", "byteorder",
"bytes 1.5.0", "bytes 1.5.0",