diff --git a/Cargo.lock b/Cargo.lock index 0d46232..3e40c01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,6 +17,17 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" +[[package]] +name = "ahash" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" +dependencies = [ + "getrandom 0.2.17", + "once_cell", + "version_check", +] + [[package]] name = "ahash" version = "0.8.12" @@ -730,7 +741,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -984,6 +995,9 @@ name = "hashbrown" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" +dependencies = [ + "ahash 0.7.8", +] [[package]] name = "hashbrown" @@ -1416,7 +1430,7 @@ dependencies = [ [[package]] name = "nullnet-grpc-lib" version = "0.1.0" -source = "git+https://github.com/GyulyVGC/nullnet-grpc.git#ec7f653969a4848068c4632df28cf9edbfc5b78d" +source = "git+https://github.com/GyulyVGC/nullnet-grpc.git#e1eb66fdf259f5b69f9e3f1a169fe00ae3824bc1" dependencies = [ "prost", "serde", @@ -1615,7 +1629,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c59d8c4c939a3a193a3da0e061aa7acf7432431f92ee62a26f5a9e5167a0ade2" dependencies = [ - "ahash", + "ahash 0.8.12", "async-trait", "blake2", "bstr", @@ -1652,7 +1666,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08973c4853cef4c682f7a592907e81a32dcad69476c4846e5de079f16448b177" dependencies = [ - "ahash", + "ahash 0.8.12", "async-trait", "brotli", "bstr", @@ -1740,7 +1754,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91bb5030596a3d442c0866ac68afe29c14ba558e77c726dcdf7016b0dbb359d9" dependencies = [ "arrayvec", - "hashbrown 0.16.1", + "hashbrown 0.12.3", "parking_lot", "rand 0.8.5", ] @@ -2118,7 +2132,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -2460,7 +2474,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]]