build(deps): bump smallvec from 1.9.0 to 1.11.0 (#30168)

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.9.0 to 1.11.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.9.0...v1.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-22 17:29:53 +00:00 committed by GitHub
parent 960fb2ab58
commit 22233c4a03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -67,7 +67,7 @@ serde_json = "1.0"
syn = { version = "1", default-features = false, features = ["clone-impls", "derive", "parsing"] }
synstructure = "0.12"
smallbitvec = "2.3.0"
smallvec = "1.9"
smallvec = "1.11"
sparkle = "0.1.25"
string_cache = "0.8"
string_cache_codegen = "0.5"