Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d07ca64

Browse files
authoredMar 24, 2025··
fix(deps): update rust crate thiserror to v2
1 parent d2c9b68 commit d07ca64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ reqwest = { version = "0.12.4", default-features = false, features = ["json", "r
2121
semver = { version = "1.0.22", features = ["serde"] }
2222
serde = { version = "1.0.200", features = ["derive"] }
2323
serde_json = { version = "1.0.116", features = ["preserve_order"] }
24-
thiserror = "1.0.59"
24+
thiserror = "2.0.0"
2525
tokio = { version = "1.37.0", features = ["rt", "macros", "rt-multi-thread"] }
2626

2727
[profile.release]

0 commit comments

Comments
 (0)
Please sign in to comment.