Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 828eee3 commit 3892ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ reqwest = { version = "0.12.4", default-features = false, features = ["json", "r
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = { version = "1.0.116", features = ["preserve_order"] }
thiserror = "1.0.59"
thiserror = "2.0.0"
tokio = { version = "1.37.0", features = ["rt", "macros", "rt-multi-thread"] }

[profile.release]
Expand Down

0 comments on commit 3892ea5

Please sign in to comment.