fix(deps): update rust crate anyhow to 1.0.66 - autoclosed #2

Closed
kjuulh wants to merge 1 commits from renovate/anyhow-1.x into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 53e3217d66 - Show all commits

4
Cargo.lock generated
View File

@ -64,9 +64,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.60"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "ascii_utils"

View File

@ -11,7 +11,7 @@ axum = "0.5.13"
tokio = {version="1.20.1", features=["full"]}
uuid = {version="1.1.2", features=["v4", "fast-rng"]}
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
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"] }