Update Rust crate anyhow to 1.0.66 - autoclosed #5

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

4
Cargo.lock generated
View File

@ -32,9 +32,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.58" version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]] [[package]]
name = "arrayref" name = "arrayref"

View File

@ -9,7 +9,7 @@ edition = "2021"
tokio = { version = "1.0", features = ["full"] } tokio = { version = "1.0", features = ["full"] }
tracing = "0.1" tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }
anyhow = { version = "1.0.58" } anyhow = { version = "1.0.66" }
dotenv = { version = "*" } dotenv = { version = "*" }
scel_api = { path = "../../lib/scel_api" } scel_api = { path = "../../lib/scel_api" }

View File

@ -21,7 +21,7 @@ serde_json = "1.0.68"
tokio = { version = "1.0", features = ["full"] } tokio = { version = "1.0", features = ["full"] }
tracing = "0.1" tracing = "0.1"
tracing-subscriber = { version = "0.3" } tracing-subscriber = { version = "0.3" }
anyhow = { version = "1.0.58" } anyhow = { version = "1.0.66" }
oauth2 = { version = "*" } oauth2 = { version = "*" }
async-session = { version = "*" } async-session = { version = "*" }
reqwest = { version = "*", default-features = false, features = [ reqwest = { version = "*", default-features = false, features = [