Skip to content

Commit 8a07ed1

Browse files
build(deps): bump thiserror from 1.0.68 to 2.0.0
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.0. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.68...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2be6843 commit 8a07ed1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -570,18 +570,18 @@ dependencies = [
570570

571571
[[package]]
572572
name = "thiserror"
573-
version = "1.0.68"
573+
version = "2.0.0"
574574
source = "registry+https://github.com/rust-lang/crates.io-index"
575-
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
575+
checksum = "15291287e9bff1bc6f9ff3409ed9af665bec7a5fc8ac079ea96be07bca0e2668"
576576
dependencies = [
577577
"thiserror-impl",
578578
]
579579

580580
[[package]]
581581
name = "thiserror-impl"
582-
version = "1.0.68"
582+
version = "2.0.0"
583583
source = "registry+https://github.com/rust-lang/crates.io-index"
584-
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
584+
checksum = "22efd00f33f93fa62848a7cab956c3d38c8d43095efda1decfc2b3a5dc0b8972"
585585
dependencies = [
586586
"proc-macro2",
587587
"quote",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ipnet = { version = "2", optional = true }
5353
prost = "0.12"
5454
prost-types = { version = "0.12", optional = true }
5555
quickcheck = { version = "1", default-features = false, optional = true }
56-
thiserror = { version = "1", optional = true }
56+
thiserror = { version = "2", optional = true }
5757

5858
[dependencies.tonic]
5959
version = "0.10"

0 commit comments

Comments
 (0)