forked from mirrors/jj
cargo: bump the cargo-dependencies group with 2 updates
Bumps the cargo-dependencies group with 2 updates: [clap_complete](https://github.com/clap-rs/clap) and [tempfile](https://github.com/Stebalien/tempfile). Updates `clap_complete` from 4.4.4 to 4.4.5 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.4...clap_complete-v4.4.5) Updates `tempfile` from 3.8.1 to 3.9.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.8.1...v3.9.0) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tempfile 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
34668f135a
commit
49165d33ec
2 changed files with 7 additions and 7 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -382,9 +382,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.4.4"
|
||||
version = "4.4.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bffe91f06a11b4b9420f62103854e90867812cd5d01557f853c5ee8e791b12ae"
|
||||
checksum = "a51919c5608a32e34ea1d6be321ad070065e17613e168c5b6977024290f2630b"
|
||||
dependencies = [
|
||||
"clap",
|
||||
]
|
||||
|
@ -2758,15 +2758,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tempfile"
|
||||
version = "3.8.1"
|
||||
version = "3.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
|
||||
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"fastrand",
|
||||
"redox_syscall 0.4.1",
|
||||
"rustix",
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -26,7 +26,7 @@ blake2 = "0.10.6"
|
|||
bytes = "1.5.0"
|
||||
cargo_metadata = "0.17.0"
|
||||
clap = { version = "4.4.11", features = ["derive", "deprecated", "wrap_help"] }
|
||||
clap_complete = "4.4.4"
|
||||
clap_complete = "4.4.5"
|
||||
clap_mangen = "0.2.10"
|
||||
chrono = { version = "0.4.31", default-features = false, features = [
|
||||
"std",
|
||||
|
@ -78,7 +78,7 @@ smallvec = { version = "1.11.2", features = [
|
|||
"union",
|
||||
] }
|
||||
strsim = "0.10.0"
|
||||
tempfile = "3.8.1"
|
||||
tempfile = "3.9.0"
|
||||
test-case = "3.3.1"
|
||||
textwrap = "0.16.0"
|
||||
thiserror = "1.0.52"
|
||||
|
|
Loading…
Reference in a new issue