Merge pull request 'Update Rust crate thiserror to v2' (#5) from renovate/thiserror-2.x into main
This commit is contained in:
commit
b93246ee74
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ serde_json = "1"
|
|||
|
||||
# Errors + logging
|
||||
anyhow = "1"
|
||||
thiserror = "1"
|
||||
thiserror = "2"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
||||
|
|
|
|||
Reference in a new issue