mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +00:00
cargo: bump the cargo-dependencies group with 2 updates
Bumps the cargo-dependencies group with 2 updates: [minus](https://github.com/arijit79/minus) and [syn](https://github.com/dtolnay/syn). Updates `minus` from 5.6.0 to 5.6.1 - [Changelog](https://github.com/arijit79/minus/blob/main/CHANGELOG.md) - [Commits](https://github.com/arijit79/minus/compare/v5.6.0...v5.6.1) Updates `syn` from 2.0.55 to 2.0.57 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.55...2.0.57) --- updated-dependencies: - dependency-name: minus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
320f50e00f
commit
2dc95bb18b
2 changed files with 6 additions and 6 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1949,9 +1949,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "minus"
|
||||
version = "5.6.0"
|
||||
version = "5.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d76cee2df9ffd9b295b54d4ca2590a77ca49fd5eab1366647ff6e21951969ca5"
|
||||
checksum = "093bd0520d2a37943566a73750e6d44094dac75d66a978d1f0d97ffc78686832"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"crossterm",
|
||||
|
@ -2815,9 +2815,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
|||
|
||||
[[package]]
|
||||
name = "syn"
|
||||
version = "2.0.55"
|
||||
version = "2.0.57"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "002a1b3dbf967edfafc32655d0f377ab0bb7b994aa1d32c8cc7e9b8bf3ebb8f0"
|
||||
checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -61,7 +61,7 @@ insta = { version = "1.38.0", features = ["filters"] }
|
|||
itertools = "0.12.1"
|
||||
libc = { version = "0.2.153" }
|
||||
maplit = "1.0.2"
|
||||
minus = { version = "5.6.0", features = ["dynamic_output", "search"] }
|
||||
minus = { version = "5.6.1", features = ["dynamic_output", "search"] }
|
||||
num_cpus = "1.16.0"
|
||||
once_cell = "1.19.0"
|
||||
ouroboros = "0.18.0"
|
||||
|
@ -90,7 +90,7 @@ smallvec = { version = "1.13.2", features = [
|
|||
"union",
|
||||
] }
|
||||
strsim = "0.11.0"
|
||||
syn = "2.0.55"
|
||||
syn = "2.0.57"
|
||||
tempfile = "3.10.1"
|
||||
test-case = "3.3.1"
|
||||
textwrap = "0.16.1"
|
||||
|
|
Loading…
Reference in a new issue