cargo: bump the cargo-dependencies group with 4 updates

Bumps the cargo-dependencies group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [clap](https://github.com/clap-rs/clap), [thiserror](https://github.com/dtolnay/thiserror) and [tokio](https://github.com/tokio-rs/tokio).


Updates `anyhow` from 1.0.93 to 1.0.94
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.94)

Updates `clap` from 4.5.21 to 4.5.22
- [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.21...clap_complete-v4.5.22)

Updates `thiserror` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.4)

Updates `tokio` from 1.41.1 to 1.42.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap
  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
- dependency-name: tokio
  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:
dependabot[bot] 2024-12-04 15:27:21 +00:00 committed by github-actions[bot]
parent 4a5673dc33
commit 644e5f0c43
2 changed files with 49 additions and 49 deletions

90
Cargo.lock generated
View file

@ -123,9 +123,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.93" version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
[[package]] [[package]]
name = "arc-swap" name = "arc-swap"
@ -343,9 +343,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.21" version = "4.5.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" checksum = "69371e34337c4c984bbe322360c2547210bf632eb2814bbe78a6e87a2935bd2b"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -362,9 +362,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.21" version = "4.5.22"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" checksum = "6e24c1b4099818523236a8ca881d2b45db98dadfb4625cf6608c12069fcbbde1"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@ -962,7 +962,7 @@ dependencies = [
"gix-worktree", "gix-worktree",
"once_cell", "once_cell",
"smallvec", "smallvec",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -975,7 +975,7 @@ dependencies = [
"gix-date", "gix-date",
"gix-utils", "gix-utils",
"itoa", "itoa",
"thiserror 2.0.3", "thiserror 2.0.4",
"winnow", "winnow",
] ]
@ -992,7 +992,7 @@ dependencies = [
"gix-trace", "gix-trace",
"kstring", "kstring",
"smallvec", "smallvec",
"thiserror 2.0.3", "thiserror 2.0.4",
"unicode-bom", "unicode-bom",
] ]
@ -1002,7 +1002,7 @@ version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d48b897b4bbc881aea994b4a5bbb340a04979d7be9089791304e04a9fbc66b53" checksum = "d48b897b4bbc881aea994b4a5bbb340a04979d7be9089791304e04a9fbc66b53"
dependencies = [ dependencies = [
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1011,7 +1011,7 @@ version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6ffbeb3a5c0b8b84c3fe4133a6f8c82fa962f4caefe8d0762eced025d3eb4f7" checksum = "c6ffbeb3a5c0b8b84c3fe4133a6f8c82fa962f4caefe8d0762eced025d3eb4f7"
dependencies = [ dependencies = [
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1037,7 +1037,7 @@ dependencies = [
"gix-features", "gix-features",
"gix-hash", "gix-hash",
"memmap2", "memmap2",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1056,7 +1056,7 @@ dependencies = [
"memchr", "memchr",
"once_cell", "once_cell",
"smallvec", "smallvec",
"thiserror 2.0.3", "thiserror 2.0.4",
"unicode-bom", "unicode-bom",
"winnow", "winnow",
] ]
@ -1071,7 +1071,7 @@ dependencies = [
"bstr", "bstr",
"gix-path", "gix-path",
"libc", "libc",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1083,7 +1083,7 @@ dependencies = [
"bstr", "bstr",
"itoa", "itoa",
"jiff", "jiff",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1104,7 +1104,7 @@ dependencies = [
"gix-traverse", "gix-traverse",
"gix-worktree", "gix-worktree",
"imara-diff", "imara-diff",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1120,7 +1120,7 @@ dependencies = [
"gix-path", "gix-path",
"gix-ref", "gix-ref",
"gix-sec", "gix-sec",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1140,7 +1140,7 @@ dependencies = [
"parking_lot", "parking_lot",
"prodash", "prodash",
"sha1_smol", "sha1_smol",
"thiserror 2.0.3", "thiserror 2.0.4",
"walkdir", "walkdir",
] ]
@ -1162,7 +1162,7 @@ dependencies = [
"gix-trace", "gix-trace",
"gix-utils", "gix-utils",
"smallvec", "smallvec",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1195,7 +1195,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b5eccc17194ed0e67d49285e4853307e4147e95407f91c1c3e4a13ba9f4e4ce" checksum = "0b5eccc17194ed0e67d49285e4853307e4147e95407f91c1c3e4a13ba9f4e4ce"
dependencies = [ dependencies = [
"faster-hex", "faster-hex",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1247,7 +1247,7 @@ dependencies = [
"memmap2", "memmap2",
"rustix", "rustix",
"smallvec", "smallvec",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1277,7 +1277,7 @@ dependencies = [
"gix-validate", "gix-validate",
"itoa", "itoa",
"smallvec", "smallvec",
"thiserror 2.0.3", "thiserror 2.0.4",
"winnow", "winnow",
] ]
@ -1299,7 +1299,7 @@ dependencies = [
"gix-quote", "gix-quote",
"parking_lot", "parking_lot",
"tempfile", "tempfile",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1317,7 +1317,7 @@ dependencies = [
"gix-path", "gix-path",
"memmap2", "memmap2",
"smallvec", "smallvec",
"thiserror 2.0.3", "thiserror 2.0.4",
"uluru", "uluru",
] ]
@ -1330,7 +1330,7 @@ dependencies = [
"bstr", "bstr",
"faster-hex", "faster-hex",
"gix-trace", "gix-trace",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1343,7 +1343,7 @@ dependencies = [
"gix-trace", "gix-trace",
"home", "home",
"once_cell", "once_cell",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1358,7 +1358,7 @@ dependencies = [
"gix-config-value", "gix-config-value",
"gix-glob", "gix-glob",
"gix-path", "gix-path",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1369,7 +1369,7 @@ checksum = "64a1e282216ec2ab2816cd57e6ed88f8009e634aec47562883c05ac8a7009a63"
dependencies = [ dependencies = [
"bstr", "bstr",
"gix-utils", "gix-utils",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1389,7 +1389,7 @@ dependencies = [
"gix-utils", "gix-utils",
"gix-validate", "gix-validate",
"memmap2", "memmap2",
"thiserror 2.0.3", "thiserror 2.0.4",
"winnow", "winnow",
] ]
@ -1404,7 +1404,7 @@ dependencies = [
"gix-revision", "gix-revision",
"gix-validate", "gix-validate",
"smallvec", "smallvec",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1419,7 +1419,7 @@ dependencies = [
"gix-hash", "gix-hash",
"gix-object", "gix-object",
"gix-revwalk", "gix-revwalk",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1434,7 +1434,7 @@ dependencies = [
"gix-hashtable", "gix-hashtable",
"gix-object", "gix-object",
"smallvec", "smallvec",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1461,7 +1461,7 @@ dependencies = [
"gix-pathspec", "gix-pathspec",
"gix-refspec", "gix-refspec",
"gix-url", "gix-url",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1498,7 +1498,7 @@ dependencies = [
"gix-object", "gix-object",
"gix-revwalk", "gix-revwalk",
"smallvec", "smallvec",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1510,7 +1510,7 @@ dependencies = [
"bstr", "bstr",
"gix-features", "gix-features",
"gix-path", "gix-path",
"thiserror 2.0.3", "thiserror 2.0.4",
"url", "url",
] ]
@ -1531,7 +1531,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd520d09f9f585b34b32aba1d0b36ada89ab7fefb54a8ca3fe37fc482a750937" checksum = "cd520d09f9f585b34b32aba1d0b36ada89ab7fefb54a8ca3fe37fc482a750937"
dependencies = [ dependencies = [
"bstr", "bstr",
"thiserror 2.0.3", "thiserror 2.0.4",
] ]
[[package]] [[package]]
@ -1853,7 +1853,7 @@ dependencies = [
"test-case", "test-case",
"testutils", "testutils",
"textwrap", "textwrap",
"thiserror 2.0.3", "thiserror 2.0.4",
"timeago", "timeago",
"toml_edit", "toml_edit",
"tracing", "tracing",
@ -1912,7 +1912,7 @@ dependencies = [
"tempfile", "tempfile",
"test-case", "test-case",
"testutils", "testutils",
"thiserror 2.0.3", "thiserror 2.0.4",
"tokio", "tokio",
"toml_edit", "toml_edit",
"tracing", "tracing",
@ -3136,11 +3136,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.3" version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490"
dependencies = [ dependencies = [
"thiserror-impl 2.0.3", "thiserror-impl 2.0.4",
] ]
[[package]] [[package]]
@ -3156,9 +3156,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.3" version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -3208,9 +3208,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.41.1" version = "1.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",

View file

@ -17,13 +17,13 @@ categories = ["version-control", "development-tools"]
keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"] keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"]
[workspace.dependencies] [workspace.dependencies]
anyhow = "1.0.93" anyhow = "1.0.94"
assert_cmd = "2.0.8" assert_cmd = "2.0.8"
assert_matches = "1.5.0" assert_matches = "1.5.0"
async-trait = "0.1.83" async-trait = "0.1.83"
blake2 = "0.10.6" blake2 = "0.10.6"
bstr = "1.11.0" bstr = "1.11.0"
clap = { version = "4.5.20", features = [ clap = { version = "4.5.22", features = [
"derive", "derive",
"deprecated", "deprecated",
"wrap_help", "wrap_help",
@ -107,9 +107,9 @@ syn = "2.0.90"
tempfile = "3.14.0" tempfile = "3.14.0"
test-case = "3.3.1" test-case = "3.3.1"
textwrap = "0.16.1" textwrap = "0.16.1"
thiserror = "2.0.3" thiserror = "2.0.4"
timeago = { version = "0.4.2", default-features = false } timeago = { version = "0.4.2", default-features = false }
tokio = { version = "1.41.1" } tokio = { version = "1.42.0" }
toml_edit = { version = "0.22.22", features = ["serde"] } toml_edit = { version = "0.22.22", features = ["serde"] }
tracing = "0.1.41" tracing = "0.1.41"
tracing-chrome = "0.7.2" tracing-chrome = "0.7.2"