diff --git a/Cargo.lock b/Cargo.lock index 007e2eac6..834479d5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5650,9 +5650,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.15.0" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" +checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "smawk" diff --git a/Cargo.toml b/Cargo.toml index ed362511b..b2fa6595b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ serde = { workspace = true, features = ["derive"] } sha-1 = "0.10" sha2 = "0.10" shadowsocks = { version = "1.23.1", default-features = false, features = ["aead-cipher", "aead-cipher-2022"] } -smallvec = "1.15.0" +smallvec = "1.15.1" strum = "0.27" strum_macros = "0.27" tagger = "4.3.4"