diff --git a/Cargo.lock b/Cargo.lock index adf688d..678adf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ dependencies = [ "anyhow", "bytes", "criterion", - "foldhash", + "foldhash 0.2.0", "hickory-resolver", "http", "http-body-util", @@ -522,7 +522,7 @@ dependencies = [ "bytes", "corx-core", "figment", - "foldhash", + "foldhash 0.2.0", "futures", "governor", "http", @@ -742,6 +742,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + [[package]] name = "form_urlencoded" version = "1.2.2" @@ -976,7 +982,7 @@ version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ - "foldhash", + "foldhash 0.1.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 9f26633..25ff812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ idna = "1.0" percent-encoding = "2.3" # Concurrency data structures -foldhash = "0.1" +foldhash = "0.2" arc-swap = "1.7" dashmap = "6.1"