diff --git a/Cargo.lock b/Cargo.lock index 41580f90deaa1..db0a7748e54d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4728,9 +4728,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e" +checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670" [[package]] name = "lru-cache" diff --git a/Cargo.toml b/Cargo.toml index 63014558b28f4..f1acaf5805e30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -274,7 +274,7 @@ k8s-openapi = { version = "0.18.0", default-features = false, features = ["api", kube = { version = "0.82.0", default-features = false, features = ["client", "openssl-tls", "runtime"], optional = true } listenfd = { version = "1.0.1", default-features = false, optional = true } logfmt = { version = "0.0.2", default-features = false, optional = true } -lru = { version = "0.10.0", default-features = false, optional = true } +lru = { version = "0.10.1", default-features = false, optional = true } maxminddb = { version = "0.23.0", default-features = false, optional = true } md-5 = { version = "0.10", default-features = false, optional = true } mongodb = { version = "2.6.0", default-features = false, features = ["tokio-runtime"], optional = true }