Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ee169b

Browse files
build(deps): bump thiserror from 1.0.68 to 2.0.4 (#409)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.4.- [Release notes](https://github.com/dtolnay/thiserror/releases)- [Commits](dtolnay/thiserror@1.0.68...2.0.4)---updated-dependencies:- dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parentaa08f60 commit0ee169b

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.4"
574574
source ="registry+https://github.com/rust-lang/crates.io-index"
575-
checksum ="02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
575+
checksum ="2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490"
576576
dependencies = [
577577
"thiserror-impl",
578578
]
579579

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

‎Cargo.toml

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

6060
[dependencies.tonic]
6161
version ="0.10"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp