chore(cargo): bump smallvec from 1.13.2 to 1.14.0

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.13.2 to 1.14.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.13.2...v1.14.0)

---
updated-dependencies:
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-11 03:37:28 +00:00
committed by l
parent c12c4f64c4
commit c825b2584b
2 changed files with 3 additions and 3 deletions

View File

@@ -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"