From 96a4561d212d08a37d5a7e93715bd33cb6962f43 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 25 Oct 2022 22:02:24 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.66 --- Cargo.lock | 4 ++-- src/cmd/scel/Cargo.toml | 2 +- src/lib/scel_api/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7be6de..46ec498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,9 +32,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "arrayref" diff --git a/src/cmd/scel/Cargo.toml b/src/cmd/scel/Cargo.toml index 67215d0..372c4f0 100644 --- a/src/cmd/scel/Cargo.toml +++ b/src/cmd/scel/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" tokio = { version = "1.0", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -anyhow = { version = "1.0.58" } +anyhow = { version = "1.0.66" } dotenv = { version = "*" } scel_api = { path = "../../lib/scel_api" } diff --git a/src/lib/scel_api/Cargo.toml b/src/lib/scel_api/Cargo.toml index a032b7b..e78c5ff 100644 --- a/src/lib/scel_api/Cargo.toml +++ b/src/lib/scel_api/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0.68" tokio = { version = "1.0", features = ["full"] } tracing = "0.1" tracing-subscriber = { version = "0.3" } -anyhow = { version = "1.0.58" } +anyhow = { version = "1.0.66" } oauth2 = { version = "*" } async-session = { version = "*" } reqwest = { version = "*", default-features = false, features = [ -- 2.45.2