chore(deps): update rust crate anyhow to 1.0.81

This commit is contained in:
renovate[bot] 2024-03-12 09:39:04 +00:00 committed by GitHub
parent 2105b1e7f7
commit a27aebcd4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ repository = "https://github.com/matter-labs/teepot"
actix-http = "3"
actix-tls = "3"
actix-web = { version = "4.5", features = ["rustls-0_22"] }
anyhow = "1.0.80"
anyhow = "1.0.81"
awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] }
base64 = "0.22.0"
bitflags = "2.4"