diff --git a/Cargo.lock b/Cargo.lock index c14398534..1c56b2076 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3830,9 +3830,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lru" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e0b564323a0fb6d54b864f625ae139de9612e27edb944dda37c109f05aac531" +checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9" dependencies = [ "hashbrown 0.17.0", ] diff --git a/Cargo.toml b/Cargo.toml index abd3430cc..acc5889ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ glam = "0.32.0" libmimalloc-sys = { version = "0.1", default-features = false } log = "^0.4" libloading = "0.9" -lru = "0.17" +lru = "0.18" mimalloc = { version = "0.1", default-features = false } num-traits = { version = "0.2", default-features = false, features = ["libm"] } object_store = { version = "0.12.4", default-features = false }