diff --git a/Cargo.lock b/Cargo.lock index f26766a48251d..07e48caf98c2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3712,9 +3712,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.6.5" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f374d42cdfc1d7dbf3d3dec28afab2eb97ffbf43a3234d795b5986dbf4b90ba" +checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91" [[package]] name = "lru-cache" diff --git a/Cargo.toml b/Cargo.toml index 88b92e5dfe8d4..d6632fc673588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -230,7 +230,7 @@ k8s-openapi = { version = "0.12.0", default-features = true, features = ["api", lazy_static = { version = "1.4.0", default-features = false } listenfd = { version = "0.3.5", default-features = false, optional = true } logfmt = { version = "0.0.2", default-features = false, optional = true } -lru = { version = "0.6.5", default-features = false, optional = true } +lru = { version = "0.6.6", default-features = false, optional = true } maxminddb = { version = "0.21.0", default-features = false, optional = true } md-5 = { version = "0.9", optional = true } # make sure to update the external docs when the Lua version changes