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 [whoami](https://github.com/ardaku/whoami). Updates `minus` from 5.5.3 to 5.6.0 - [Changelog](https://github.com/arijit79/minus/blob/main/CHANGELOG.md) - [Commits](https://github.com/arijit79/minus/compare/v5.5.3...v5.6.0) Updates `whoami` from 1.5.0 to 1.5.1 - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](https://github.com/ardaku/whoami/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: minus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: whoami 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
9c1d5d155e
commit
b6655049bc
2 changed files with 6 additions and 6 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1924,9 +1924,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "minus"
|
||||
version = "5.5.3"
|
||||
version = "5.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "14b5f31d6666667f707078608f25e7615c48c2243a06b66ca0fa6c4ecb96362d"
|
||||
checksum = "d76cee2df9ffd9b295b54d4ca2590a77ca49fd5eab1366647ff6e21951969ca5"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"crossterm",
|
||||
|
@ -3356,9 +3356,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "whoami"
|
||||
version = "1.5.0"
|
||||
version = "1.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0fec781d48b41f8163426ed18e8fc2864c12937df9ce54c88ede7bd47270893e"
|
||||
checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
|
||||
dependencies = [
|
||||
"redox_syscall",
|
||||
"wasite",
|
||||
|
|
|
@ -60,7 +60,7 @@ insta = { version = "1.35.1", features = ["filters"] }
|
|||
itertools = "0.12.1"
|
||||
libc = { version = "0.2.153" }
|
||||
maplit = "1.0.2"
|
||||
minus = { version = "5.5.0", features = ["dynamic_output", "search"] }
|
||||
minus = { version = "5.6.0", features = ["dynamic_output", "search"] }
|
||||
num_cpus = "1.16.0"
|
||||
once_cell = "1.19.0"
|
||||
ouroboros = "0.18.0"
|
||||
|
@ -108,7 +108,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
|
|||
unicode-width = "0.1.11"
|
||||
version_check = "0.9.4"
|
||||
watchman_client = { version = "0.8.0" }
|
||||
whoami = "1.4.1"
|
||||
whoami = "1.5.1"
|
||||
winreg = "0.52"
|
||||
zstd = "0.12.4"
|
||||
|
||||
|
|
Loading…
Reference in a new issue