diff --git a/Cargo.lock b/Cargo.lock index 51f0bede..59e3f8ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1558,9 +1558,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick_cache" -version = "0.4.2" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1380629287ed1247c1e0fcc6d43efdcec508b65382c9ab775cc8f3df7ca07b0" +checksum = "347e1a588d1de074eeb3c00eadff93db4db65aeb62aee852b1efd0949fe65b6c" dependencies = [ "ahash", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index 3a5f69d1..196fde3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ prost = "0.11" opentelemetry = { version = "0.19.0", features = ["rt-tokio", "metrics"] } opentelemetry-otlp = { version = "0.12.0", features = ["metrics"] } tracing-opentelemetry = "0.19.0" -quick_cache = "0.4" +quick_cache = "0.5" url = { version = "2.5.0", features = ["serde"] } clap = { version = "4.5.4", features = ["derive"] } humantime = "2.1.0" diff --git a/tvm-grpc/Cargo.toml b/tvm-grpc/Cargo.toml index 387b6a07..67771eb3 100644 --- a/tvm-grpc/Cargo.toml +++ b/tvm-grpc/Cargo.toml @@ -22,7 +22,7 @@ serde = { workspace = true } serde_json = { workspace = true } tokio-stream = { workspace = true } humantime = { workspace = true } -quick_cache = "0.4" +quick_cache = "0.5" clap = { workspace = true } uuid = { workspace = true }