Skip to content

Commit

Permalink
Bump smallvec from 1.11.2 to 1.12.0
Browse files Browse the repository at this point in the history
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.11.2...v1.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent be174c5 commit a31f3fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ sha1 = { default-features = false, optional = true, version = "0.10" }
sha2 = { default-features = false, optional = true, version = "0.10" }
simd-json = { default-features = false, features = ["serde_impl"], optional = true, version = "0.11" }
simdutf8 = { default-features = false, features = ["aarch64_neon"], optional = true, version = "0.1" }
smallvec = { default-features = false, features = ["const_generics", "union"], optional = true, version = "1.0" }
smallvec = { default-features = false, features = ["const_generics", "union"], optional = true, version = "1.12" }
smol = { default-features = false, optional = true, version = "2.0" }
test-strategy = { default-features = false, optional = true, version = "0.3" }
tokio = { default-features = false, features = ["io-util", "net", "sync", "time"], optional = true, version = "1.35" }
Expand Down

0 comments on commit a31f3fa

Please sign in to comment.