diff --git a/Cargo.lock b/Cargo.lock index f7bfec5fd..a326bd77d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5808,9 +5808,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" [[package]] name = "smawk" diff --git a/Cargo.toml b/Cargo.toml index e0dcdd395..d119b0dfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ serde = { workspace = true, features = ["derive"] } sha-1 = "0.10" sha2 = "0.10" shadowsocks = { version = "1.22.0", default-features = false, features = ["aead-cipher", "aead-cipher-2022"] } -smallvec = "1.13.2" +smallvec = "1.14.0" strum = "0.26" strum_macros = "0.26" tagger = "4.3.4"