diff --git a/Cargo.lock b/Cargo.lock index 6c9ca21..f8f9413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -969,9 +969,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.2" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" dependencies = [ "allocator-api2", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index 6179086..ef20d15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ pollster = "0.4.0" bytemuck = "1.22.0" futures-intrusive = "0.5.0" log = { version = "0.4.26" } -hashbrown = "0.15.0" +hashbrown = "0.15.3" [profile.dev] debug="line-tables-only" \ No newline at end of file