chore(deps): update rust crate thiserror to 1.0.58

This commit is contained in:
renovate[bot] 2024-03-12 09:32:52 +00:00 committed by GitHub
parent 637878d403
commit 46580fd85b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -51,7 +51,7 @@ sha2 = "0.10.8"
signature = "2.2.0"
teepot = { path = "crates/teepot" }
testaso = "0.1.0"
thiserror = "1.0.57"
thiserror = "1.0.58"
tokio = { version = "1", features = ["sync", "macros", "rt-multi-thread", "fs", "time"] }
tracing = "0.1"
tracing-actix-web = "0.7"