mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 06:27:43 +00:00
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:
parent
6e5af06343
commit
f79b83ef98
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue