mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
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:
parent
fa25c3bd40
commit
a7408d8bc9
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue