Skip to content

Commit fced807

Browse files
authored
Merge pull request #179 from MarcoIeni/chore-deps-update-thiserror-to-version-2
chore(deps): update thiserror to version 2
2 parents f183712 + bd87dc3 commit fced807

File tree

2 files changed

+33
-13
lines changed

2 files changed

+33
-13
lines changed

Cargo.lock

Lines changed: 32 additions & 12 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
@@ -16,7 +16,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1616

1717
# Errors
1818
anyhow = "1.0"
19-
thiserror = "1.0"
19+
thiserror = "2.0"
2020

2121
# Serialization
2222
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)