Update Rust crate anyhow to 1.0.66

This commit is contained in:
2022-10-25 21:20:39 +00:00
parent 70b3b904b3
commit 8f0a5935c1
6 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ sqlx = { version = "0.6", features = [
"uuid",
"offline",
] }
anyhow = "1.0.60"
anyhow = "1.0.66"
dotenv = "0.15.0"
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }