chore(deps): update rust crate thiserror to 1.0.57

This commit is contained in:
renovate[bot] 2024-02-12 17:15:15 +00:00 committed by GitHub
parent 9fb274db7a
commit 2f4c5b4ca5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -100,7 +100,7 @@ serde_with = { version = "3.6", features = ["base64", "hex"] }
sha2 = "0.10.8"
teepot = { path = "." }
testaso = "0.1.0"
thiserror = "1.0.56"
thiserror = "1.0.57"
tokio = { version = "1", features = ["sync", "macros", "rt-multi-thread", "fs", "time"] }
tracing = "0.1"
tracing-actix-web = "0.7"