diff --git a/Cargo.lock b/Cargo.lock index 8c4989a9d9b..11ca4fd281f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6011,9 +6011,9 @@ dependencies = [ [[package]] name = "thirtyfour" -version = "0.36.3" +version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "801f15adc5e2882c13b36d48003e5512b017e7b89ebf5fb35d59074a261e6afb" +checksum = "5b58acab8b64e0dd3c6f3d8a78eae0ec756e0d66915dc2ac69e1a20d9511200f" dependencies = [ "arc-swap", "async-trait", diff --git a/interop-tests/Cargo.toml b/interop-tests/Cargo.toml index 4c69fb89a7b..3ad700818db 100644 --- a/interop-tests/Cargo.toml +++ b/interop-tests/Cargo.toml @@ -32,7 +32,7 @@ redis = { version = "0.24.0", default-features = false, features = [ ] } rust-embed = "8.11" serde_json = "1" -thirtyfour = "0.36" +thirtyfour = "0.37" tokio = { workspace = true, features = ["full"] } tower-http = { version = "0.5", features = ["cors", "fs", "trace"] } tracing = { workspace = true }