Skip to content

Commit

Permalink
build(deps): bump thiserror from 2.0.8 to 2.0.9
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.8...2.0.9)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent c463750 commit d01decc
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ dependencies = [
"serde",
"serde_json",
"serde_yaml",
"thiserror 2.0.8",
"thiserror 2.0.9",
"tokio",
"tracing",
]
Expand All @@ -1379,7 +1379,7 @@ dependencies = [
"maplit",
"parking_lot",
"prometheus-client",
"thiserror 2.0.8",
"thiserror 2.0.9",
"tokio",
"tokio-stream",
"tokio-test",
Expand All @@ -1401,7 +1401,7 @@ dependencies = [
"prometheus-client",
"serde",
"serde_json",
"thiserror 2.0.8",
"thiserror 2.0.9",
"tokio",
"tracing",
]
Expand Down Expand Up @@ -1431,7 +1431,7 @@ dependencies = [
"regex",
"serde",
"serde_json",
"thiserror 2.0.8",
"thiserror 2.0.9",
"tokio",
"tokio-stream",
"tonic",
Expand Down Expand Up @@ -1710,7 +1710,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
dependencies = [
"memchr",
"thiserror 2.0.8",
"thiserror 2.0.9",
"ucd-trie",
]

Expand Down Expand Up @@ -2350,11 +2350,11 @@ dependencies = [

[[package]]
name = "thiserror"
version = "2.0.8"
version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a"
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
dependencies = [
"thiserror-impl 2.0.8",
"thiserror-impl 2.0.9",
]

[[package]]
Expand All @@ -2370,9 +2370,9 @@ dependencies = [

[[package]]
name = "thiserror-impl"
version = "2.0.8"
version = "2.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943"
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
dependencies = [
"proc-macro2",
"quote",
Expand Down

0 comments on commit d01decc

Please sign in to comment.