Skip to content

Commit abbd659

Browse files
Bump thiserror from 1.0.69 to 2.0.12
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 357c00c commit abbd659

4 files changed

Lines changed: 33 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 30 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async-trait = "0.1.57"
1010
reqwest = { version = "0.11.12", features = ["json", "stream"] }
1111
serde = { version = "1.0.152", features = ["derive"] }
1212
serde_json = "1.0.91"
13-
thiserror = "1.0.31"
13+
thiserror = "2.0.12"
1414
exitcode = "1.1.2"
1515
toml = "0.5.9"
1616
elliptic-curve = { version = "0.13.8", features = ["pkcs8"] }

crates/ev-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ serde_json = "1.0.116"
3333
strum = { version = "0.26.2", features = [ "derive", "strum_macros" ]}
3434
strum_macros = "0.26.2"
3535
tempfile = "3.10.1"
36-
thiserror = "1.0.59"
36+
thiserror = "2.0.12"
3737
tokio = {version = "1.37.0", features = ["rt", "rt-multi-thread", "macros", "fs"]}
3838
tokio-util = "0.7.11"
3939
toml = "0.5.9"

crates/ev-enclave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env_logger = "0.9.0"
1919
atty = "0.2.14"
2020
serde = { version = "1.0.152", features = ["derive"] }
2121
serde_json = "1.0.91"
22-
thiserror = "1.0.31"
22+
thiserror = "2.0.12"
2323
rcgen = { version = "0.9.3", features = ["pem"] }
2424
chrono = "0.4.19"
2525
toml = "0.5.9"

0 commit comments

Comments
 (0)