mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-29 23:57:51 +00:00
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 [thiserror](https://github.com/dtolnay/thiserror). Updates `clap_complete` from 4.5.39 to 4.5.40 - [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.5.39...clap_complete-v4.5.40) Updates `thiserror` from 2.0.7 to 2.0.8 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.7...2.0.8) --- updated-dependencies: - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: thiserror 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
26becafd9f
commit
02497e6a12
2 changed files with 42 additions and 42 deletions
80
Cargo.lock
generated
80
Cargo.lock
generated
|
@ -375,9 +375,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap_complete"
|
||||
version = "4.5.39"
|
||||
version = "4.5.40"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fd4db298d517d5fa00b2b84bbe044efd3fde43874a41db0d46f91994646a2da4"
|
||||
checksum = "ac2e663e3e3bed2d32d065a8404024dad306e699a04263ec59919529f803aee9"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"clap_lex",
|
||||
|
@ -969,7 +969,7 @@ dependencies = [
|
|||
"gix-worktree",
|
||||
"once_cell",
|
||||
"smallvec",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -982,7 +982,7 @@ dependencies = [
|
|||
"gix-date",
|
||||
"gix-utils",
|
||||
"itoa",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
"winnow",
|
||||
]
|
||||
|
||||
|
@ -999,7 +999,7 @@ dependencies = [
|
|||
"gix-trace",
|
||||
"kstring",
|
||||
"smallvec",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
"unicode-bom",
|
||||
]
|
||||
|
||||
|
@ -1009,7 +1009,7 @@ version = "0.2.13"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d48b897b4bbc881aea994b4a5bbb340a04979d7be9089791304e04a9fbc66b53"
|
||||
dependencies = [
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1018,7 +1018,7 @@ version = "0.4.10"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c6ffbeb3a5c0b8b84c3fe4133a6f8c82fa962f4caefe8d0762eced025d3eb4f7"
|
||||
dependencies = [
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1044,7 +1044,7 @@ dependencies = [
|
|||
"gix-features",
|
||||
"gix-hash",
|
||||
"memmap2",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1063,7 +1063,7 @@ dependencies = [
|
|||
"memchr",
|
||||
"once_cell",
|
||||
"smallvec",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
"unicode-bom",
|
||||
"winnow",
|
||||
]
|
||||
|
@ -1078,7 +1078,7 @@ dependencies = [
|
|||
"bstr",
|
||||
"gix-path",
|
||||
"libc",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1090,7 +1090,7 @@ dependencies = [
|
|||
"bstr",
|
||||
"itoa",
|
||||
"jiff",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1111,7 +1111,7 @@ dependencies = [
|
|||
"gix-traverse",
|
||||
"gix-worktree",
|
||||
"imara-diff",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1127,7 +1127,7 @@ dependencies = [
|
|||
"gix-path",
|
||||
"gix-ref",
|
||||
"gix-sec",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1148,7 +1148,7 @@ dependencies = [
|
|||
"prodash",
|
||||
"sha1",
|
||||
"sha1_smol",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
"walkdir",
|
||||
]
|
||||
|
||||
|
@ -1170,7 +1170,7 @@ dependencies = [
|
|||
"gix-trace",
|
||||
"gix-utils",
|
||||
"smallvec",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1203,7 +1203,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "0b5eccc17194ed0e67d49285e4853307e4147e95407f91c1c3e4a13ba9f4e4ce"
|
||||
dependencies = [
|
||||
"faster-hex",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1255,7 +1255,7 @@ dependencies = [
|
|||
"memmap2",
|
||||
"rustix",
|
||||
"smallvec",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1285,7 +1285,7 @@ dependencies = [
|
|||
"gix-validate",
|
||||
"itoa",
|
||||
"smallvec",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
"winnow",
|
||||
]
|
||||
|
||||
|
@ -1307,7 +1307,7 @@ dependencies = [
|
|||
"gix-quote",
|
||||
"parking_lot",
|
||||
"tempfile",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1325,7 +1325,7 @@ dependencies = [
|
|||
"gix-path",
|
||||
"memmap2",
|
||||
"smallvec",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
"uluru",
|
||||
]
|
||||
|
||||
|
@ -1338,7 +1338,7 @@ dependencies = [
|
|||
"bstr",
|
||||
"faster-hex",
|
||||
"gix-trace",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1351,7 +1351,7 @@ dependencies = [
|
|||
"gix-trace",
|
||||
"home",
|
||||
"once_cell",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1366,7 +1366,7 @@ dependencies = [
|
|||
"gix-config-value",
|
||||
"gix-glob",
|
||||
"gix-path",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1377,7 +1377,7 @@ checksum = "64a1e282216ec2ab2816cd57e6ed88f8009e634aec47562883c05ac8a7009a63"
|
|||
dependencies = [
|
||||
"bstr",
|
||||
"gix-utils",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1397,7 +1397,7 @@ dependencies = [
|
|||
"gix-utils",
|
||||
"gix-validate",
|
||||
"memmap2",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
"winnow",
|
||||
]
|
||||
|
||||
|
@ -1412,7 +1412,7 @@ dependencies = [
|
|||
"gix-revision",
|
||||
"gix-validate",
|
||||
"smallvec",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1427,7 +1427,7 @@ dependencies = [
|
|||
"gix-hash",
|
||||
"gix-object",
|
||||
"gix-revwalk",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1442,7 +1442,7 @@ dependencies = [
|
|||
"gix-hashtable",
|
||||
"gix-object",
|
||||
"smallvec",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1469,7 +1469,7 @@ dependencies = [
|
|||
"gix-pathspec",
|
||||
"gix-refspec",
|
||||
"gix-url",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1506,7 +1506,7 @@ dependencies = [
|
|||
"gix-object",
|
||||
"gix-revwalk",
|
||||
"smallvec",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1518,7 +1518,7 @@ dependencies = [
|
|||
"bstr",
|
||||
"gix-features",
|
||||
"gix-path",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
"url",
|
||||
]
|
||||
|
||||
|
@ -1539,7 +1539,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "cd520d09f9f585b34b32aba1d0b36ada89ab7fefb54a8ca3fe37fc482a750937"
|
||||
dependencies = [
|
||||
"bstr",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1990,7 +1990,7 @@ dependencies = [
|
|||
"test-case",
|
||||
"testutils",
|
||||
"textwrap",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
"timeago",
|
||||
"toml_edit",
|
||||
"tracing",
|
||||
|
@ -2048,7 +2048,7 @@ dependencies = [
|
|||
"tempfile",
|
||||
"test-case",
|
||||
"testutils",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
"tokio",
|
||||
"toml_edit",
|
||||
"tracing",
|
||||
|
@ -2439,7 +2439,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"thiserror 2.0.7",
|
||||
"thiserror 2.0.8",
|
||||
"ucd-trie",
|
||||
]
|
||||
|
||||
|
@ -3303,11 +3303,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "2.0.7"
|
||||
version = "2.0.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767"
|
||||
checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a"
|
||||
dependencies = [
|
||||
"thiserror-impl 2.0.7",
|
||||
"thiserror-impl 2.0.8",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3323,9 +3323,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "2.0.7"
|
||||
version = "2.0.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36"
|
||||
checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -29,7 +29,7 @@ clap = { version = "4.5.23", features = [
|
|||
"wrap_help",
|
||||
"string",
|
||||
] }
|
||||
clap_complete = { version = "4.5.39", features = ["unstable-dynamic"] }
|
||||
clap_complete = { version = "4.5.40", features = ["unstable-dynamic"] }
|
||||
clap_complete_nushell = "4.5.4"
|
||||
clap-markdown = "0.1.4"
|
||||
clap_mangen = "0.2.10"
|
||||
|
@ -106,7 +106,7 @@ syn = "2.0.90"
|
|||
tempfile = "3.14.0"
|
||||
test-case = "3.3.1"
|
||||
textwrap = "0.16.1"
|
||||
thiserror = "2.0.7"
|
||||
thiserror = "2.0.8"
|
||||
timeago = { version = "0.4.2", default-features = false }
|
||||
tokio = { version = "1.42.0" }
|
||||
toml_edit = { version = "0.22.22", features = ["serde"] }
|
||||
|
|
Loading…
Reference in a new issue