diff --git a/Cargo.lock b/Cargo.lock index 03133e6..57159ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,9 +1055,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "allocator-api2", "equivalent", @@ -2832,7 +2832,7 @@ dependencies = [ "clap", "dirs 5.0.1", "env_logger", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "http", "http-body-util", "hyper", @@ -2863,7 +2863,7 @@ version = "0.10.0" dependencies = [ "anyhow", "clap", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "tabled", "tokio", "tokio-stream", diff --git a/Cargo.toml b/Cargo.toml index 6adf154..f2350a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ clap = { version = "4.5.13", features = ["derive"] } tokio = { version = "1.41.1", features = ["rt", "rt-multi-thread", "macros"] } tokio-stream = { version = "0.1.16", features = ["net"] } tonic = { version = "0.12.1", features = ["zstd", "gzip"] } -hashbrown = { version = "0.15.1", features = ["rayon"] } +hashbrown = { version = "0.15.2", features = ["rayon"] }