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.12.0 to 1.13.0
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.12.0...v1.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-19 15:52:58 +00:00 committed by github-actions[bot]
parent 6e5af06343
commit f79b83ef98
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2680,9 +2680,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e"
checksum = "3b187f0231d56fe41bfb12034819dd2bf336422a5866de41bc3fec4b2e3883e8"
[[package]]
name = "smawk"

View file

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