cargo: bump the cargo-dependencies group with 1 update

Bumps the cargo-dependencies group with 1 update: [smallvec](https://github.com/servo/rust-smallvec).


Updates `smallvec` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.13.1...v1.13.2)

---
updated-dependencies:
- dependency-name: smallvec
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-21 15:37:40 +00:00 committed by github-actions[bot]
parent e699e9da93
commit 9b1a8e2480
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2758,9 +2758,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.13.1"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "smawk"

View File

@ -83,7 +83,7 @@ scm-record = "0.2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.114"
slab = "0.4.9"
smallvec = { version = "1.13.0", features = [
smallvec = { version = "1.13.2", features = [
"const_generics",
"const_new",
"union",