Skip to content

Commit a3a949f

Browse files
authored
Merge pull request #6 from Bikz/dependabot/cargo/thiserror-2.0.17
chore(deps): bump thiserror from 1.0.69 to 2.0.17
2 parents 357ef98 + 05f84b6 commit a3a949f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"
1818
serde_yaml = "0.9"
19-
thiserror = "1.0"
19+
thiserror = "2.0"
2020
tokio = { version = "1.39", features = ["rt-multi-thread", "macros", "time"] }
2121
toml = "0.9"
2222
tracing = "0.1"

0 commit comments

Comments
 (0)