diff --git a/Cargo.lock b/Cargo.lock index 1e48ab7..385c6c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1155,6 +1155,12 @@ name = "hashbrown" version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" + +[[package]] +name = "hashbrown" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" dependencies = [ "allocator-api2", "equivalent", @@ -1200,7 +1206,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" dependencies = [ "equivalent", - "hashbrown", + "hashbrown 0.16.1", ] [[package]] @@ -1379,11 +1385,11 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lru" -version = "0.16.3" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" +checksum = "8a860605968fce16869fd239cf4237a82f3ac470723415db603b0e8b6c8d4fb9" dependencies = [ - "hashbrown", + "hashbrown 0.17.0", ] [[package]] diff --git a/beamterm-core/Cargo.toml b/beamterm-core/Cargo.toml index 031e4ea..32e3e62 100644 --- a/beamterm-core/Cargo.toml +++ b/beamterm-core/Cargo.toml @@ -33,7 +33,7 @@ compact_str = { workspace = true } thiserror = { workspace = true } unicode-width.workspace = true glow.workspace = true -lru = "0.16" +lru = "0.18" rustc-hash = "2.1.1" [dev-dependencies]