diff --git a/Cargo.lock b/Cargo.lock index d62e784..121653b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1764,9 +1764,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.14.0" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "socket2" diff --git a/Cargo.toml b/Cargo.toml index 1581c7f..890f4ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ futures = "0.3.28" # Memory and performance optimization bytes = "1.4.0" -smallvec = { version = "1.10.0", features = ["const_generics", "union"] } +smallvec = { version = "1.15.1", features = ["const_generics", "union"] } rustc-hash = "1.1.0" indexmap = "2.0.0" dashmap = "5.4.0"