Skip to content

Commit aa08266

Browse files
chore(deps): bump thiserror from 1.0.69 to 2.0.18 (#3)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 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> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent b16b7c3 commit aa08266

3 files changed

Lines changed: 30 additions & 9 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
tracing = "0.1"
2323
anyhow = "1.0"
24-
thiserror = "1.0"
24+
thiserror = "2.0"
2525
clap = { version = "4.4", features = ["derive", "env"] }
2626

2727
[profile.release]

vext-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3838
clap = { version = "4.4", features = ["derive", "env"] }
3939

4040
# Error handling
41-
thiserror = "1.0"
41+
thiserror = "2.0"
4242
anyhow = "1.0"
4343

4444
# TLS support (use vendored OpenSSL for cross-compilation)

0 commit comments

Comments
 (0)