Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Commit aa87ca8

Browse files
Update Rust crate thiserror to v2 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe6b446 commit aa87ca8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -19,7 +19,7 @@ querystring = "1.1.0"
1919
reqwest = { version = "0.12.0", features = ["json"] }
2020
serde = { version = "1.0.219", features = ["derive"] }
2121
serde_json = "1.0.140"
22-
thiserror = "1.0.69"
22+
thiserror = "2.0.0"
2323
url = "2.5.4"
2424

2525
[dev-dependencies]

0 commit comments

Comments
 (0)