ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump smallvec from 1.10.0 to 1.11.0

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.10.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>
This commit is contained in:
dependabot[bot] 2023-07-05 19:37:56 +00:00 committed by github-actions[bot]
parent fa25c3bd40
commit a7408d8bc9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1769,9 +1769,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
[[package]]
name = "smawk"

View file

@ -40,7 +40,7 @@ rand = "0.8.5"
rand_chacha = "0.3.1"
regex = "1.9.0"
serde_json = "1.0.100"
smallvec = { version = "1.10.0", features = ["const_generics", "const_new", "union"] }
smallvec = { version = "1.11.0", features = ["const_generics", "const_new", "union"] }
strsim = "0.10.0"
tempfile = "3.6.0"
thiserror = "1.0.41"