Update Rust crate anyhow to 1.0.66

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

4
Cargo.lock generated
View File

@ -108,9 +108,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 = "argon2"

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"] }

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"] }

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
async-graphql = { version = "4.0.6", features = ["uuid"] }
anyhow = "1.0.60"
anyhow = "1.0.66"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
uuid = { version = "1.1.2", features = ["v4", "fast-rng", "serde"] }

View File

@ -26,7 +26,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"] }

View File

@ -25,7 +25,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"] }