cargo: bump the cargo-dependencies group with 4 updates

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


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

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134)

Updates `syn` from 2.0.90 to 2.0.91
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.90...2.0.91)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  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
- 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:
dependabot[bot] 2024-12-23 15:30:36 +00:00 committed by github-actions[bot]
parent 542d09c6a9
commit d56d0857fc
2 changed files with 48 additions and 48 deletions

88
Cargo.lock generated
View file

@ -123,9 +123,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.94" version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
[[package]] [[package]]
name = "arc-swap" name = "arc-swap"
@ -969,7 +969,7 @@ dependencies = [
"gix-worktree", "gix-worktree",
"once_cell", "once_cell",
"smallvec", "smallvec",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -982,7 +982,7 @@ dependencies = [
"gix-date", "gix-date",
"gix-utils", "gix-utils",
"itoa", "itoa",
"thiserror 2.0.8", "thiserror 2.0.9",
"winnow", "winnow",
] ]
@ -999,7 +999,7 @@ dependencies = [
"gix-trace", "gix-trace",
"kstring", "kstring",
"smallvec", "smallvec",
"thiserror 2.0.8", "thiserror 2.0.9",
"unicode-bom", "unicode-bom",
] ]
@ -1009,7 +1009,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.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1018,7 +1018,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.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1044,7 +1044,7 @@ dependencies = [
"gix-features", "gix-features",
"gix-hash", "gix-hash",
"memmap2", "memmap2",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1063,7 +1063,7 @@ dependencies = [
"memchr", "memchr",
"once_cell", "once_cell",
"smallvec", "smallvec",
"thiserror 2.0.8", "thiserror 2.0.9",
"unicode-bom", "unicode-bom",
"winnow", "winnow",
] ]
@ -1078,7 +1078,7 @@ dependencies = [
"bstr", "bstr",
"gix-path", "gix-path",
"libc", "libc",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1090,7 +1090,7 @@ dependencies = [
"bstr", "bstr",
"itoa", "itoa",
"jiff", "jiff",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1111,7 +1111,7 @@ dependencies = [
"gix-traverse", "gix-traverse",
"gix-worktree", "gix-worktree",
"imara-diff", "imara-diff",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1127,7 +1127,7 @@ dependencies = [
"gix-path", "gix-path",
"gix-ref", "gix-ref",
"gix-sec", "gix-sec",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1148,7 +1148,7 @@ dependencies = [
"prodash", "prodash",
"sha1", "sha1",
"sha1_smol", "sha1_smol",
"thiserror 2.0.8", "thiserror 2.0.9",
"walkdir", "walkdir",
] ]
@ -1170,7 +1170,7 @@ dependencies = [
"gix-trace", "gix-trace",
"gix-utils", "gix-utils",
"smallvec", "smallvec",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1203,7 +1203,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b5eccc17194ed0e67d49285e4853307e4147e95407f91c1c3e4a13ba9f4e4ce" checksum = "0b5eccc17194ed0e67d49285e4853307e4147e95407f91c1c3e4a13ba9f4e4ce"
dependencies = [ dependencies = [
"faster-hex", "faster-hex",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1255,7 +1255,7 @@ dependencies = [
"memmap2", "memmap2",
"rustix", "rustix",
"smallvec", "smallvec",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1285,7 +1285,7 @@ dependencies = [
"gix-validate", "gix-validate",
"itoa", "itoa",
"smallvec", "smallvec",
"thiserror 2.0.8", "thiserror 2.0.9",
"winnow", "winnow",
] ]
@ -1307,7 +1307,7 @@ dependencies = [
"gix-quote", "gix-quote",
"parking_lot", "parking_lot",
"tempfile", "tempfile",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1325,7 +1325,7 @@ dependencies = [
"gix-path", "gix-path",
"memmap2", "memmap2",
"smallvec", "smallvec",
"thiserror 2.0.8", "thiserror 2.0.9",
"uluru", "uluru",
] ]
@ -1338,7 +1338,7 @@ dependencies = [
"bstr", "bstr",
"faster-hex", "faster-hex",
"gix-trace", "gix-trace",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1351,7 +1351,7 @@ dependencies = [
"gix-trace", "gix-trace",
"home", "home",
"once_cell", "once_cell",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1366,7 +1366,7 @@ dependencies = [
"gix-config-value", "gix-config-value",
"gix-glob", "gix-glob",
"gix-path", "gix-path",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1377,7 +1377,7 @@ checksum = "64a1e282216ec2ab2816cd57e6ed88f8009e634aec47562883c05ac8a7009a63"
dependencies = [ dependencies = [
"bstr", "bstr",
"gix-utils", "gix-utils",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1397,7 +1397,7 @@ dependencies = [
"gix-utils", "gix-utils",
"gix-validate", "gix-validate",
"memmap2", "memmap2",
"thiserror 2.0.8", "thiserror 2.0.9",
"winnow", "winnow",
] ]
@ -1412,7 +1412,7 @@ dependencies = [
"gix-revision", "gix-revision",
"gix-validate", "gix-validate",
"smallvec", "smallvec",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1427,7 +1427,7 @@ dependencies = [
"gix-hash", "gix-hash",
"gix-object", "gix-object",
"gix-revwalk", "gix-revwalk",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1442,7 +1442,7 @@ dependencies = [
"gix-hashtable", "gix-hashtable",
"gix-object", "gix-object",
"smallvec", "smallvec",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1469,7 +1469,7 @@ dependencies = [
"gix-pathspec", "gix-pathspec",
"gix-refspec", "gix-refspec",
"gix-url", "gix-url",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1506,7 +1506,7 @@ dependencies = [
"gix-object", "gix-object",
"gix-revwalk", "gix-revwalk",
"smallvec", "smallvec",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1518,7 +1518,7 @@ dependencies = [
"bstr", "bstr",
"gix-features", "gix-features",
"gix-path", "gix-path",
"thiserror 2.0.8", "thiserror 2.0.9",
"url", "url",
] ]
@ -1539,7 +1539,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd520d09f9f585b34b32aba1d0b36ada89ab7fefb54a8ca3fe37fc482a750937" checksum = "cd520d09f9f585b34b32aba1d0b36ada89ab7fefb54a8ca3fe37fc482a750937"
dependencies = [ dependencies = [
"bstr", "bstr",
"thiserror 2.0.8", "thiserror 2.0.9",
] ]
[[package]] [[package]]
@ -1990,7 +1990,7 @@ dependencies = [
"test-case", "test-case",
"testutils", "testutils",
"textwrap", "textwrap",
"thiserror 2.0.8", "thiserror 2.0.9",
"timeago", "timeago",
"toml_edit", "toml_edit",
"tracing", "tracing",
@ -2049,7 +2049,7 @@ dependencies = [
"tempfile", "tempfile",
"test-case", "test-case",
"testutils", "testutils",
"thiserror 2.0.8", "thiserror 2.0.9",
"tokio", "tokio",
"toml_edit", "toml_edit",
"tracing", "tracing",
@ -2440,7 +2440,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
dependencies = [ dependencies = [
"memchr", "memchr",
"thiserror 2.0.8", "thiserror 2.0.9",
"ucd-trie", "ucd-trie",
] ]
@ -2982,9 +2982,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.133" version = "1.0.134"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",
@ -3185,9 +3185,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]] [[package]]
name = "syn" name = "syn"
version = "2.0.90" version = "2.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" checksum = "d53cbcb5a243bd33b7858b1d7f4aca2153490815872d86d955d6ea29f743c035"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -3304,11 +3304,11 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "2.0.8" version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
dependencies = [ dependencies = [
"thiserror-impl 2.0.8", "thiserror-impl 2.0.9",
] ]
[[package]] [[package]]
@ -3324,9 +3324,9 @@ dependencies = [
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "2.0.8" version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -17,7 +17,7 @@ categories = ["version-control", "development-tools"]
keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"] keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"]
[workspace.dependencies] [workspace.dependencies]
anyhow = "1.0.94" anyhow = "1.0.95"
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"
@ -94,7 +94,7 @@ same-file = "1.0.6"
sapling-renderdag = "0.1.0" sapling-renderdag = "0.1.0"
scm-record = "0.4.0" scm-record = "0.4.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.133" serde_json = "1.0.134"
slab = "0.4.9" slab = "0.4.9"
smallvec = { version = "1.13.2", features = [ smallvec = { version = "1.13.2", features = [
"const_generics", "const_generics",
@ -102,11 +102,11 @@ smallvec = { version = "1.13.2", features = [
"union", "union",
] } ] }
strsim = "0.11.1" strsim = "0.11.1"
syn = "2.0.90" syn = "2.0.91"
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.8" thiserror = "2.0.9"
timeago = { version = "0.4.2", default-features = false } timeago = { version = "0.4.2", default-features = false }
tokio = { version = "1.42.0" } tokio = { version = "1.42.0" }
toml_edit = { version = "0.22.22", features = ["serde"] } toml_edit = { version = "0.22.22", features = ["serde"] }