From 16e00afc4e958e89a33a2f0745c3411d94781c7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 10:57:52 +0000 Subject: [PATCH] Update Rust crate anyhow to 1.0.73 --- Cargo.toml | 2 +- comma-v/Cargo.toml | 2 +- rcs-ed/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a753608..ea8fa20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ "comma-v", "eq-macro", "git-fast-import", "internal/process", "inter tokio-test = "0.4.2" [dependencies] -anyhow = "1.0.53" +anyhow = "1.0.73" async-recursion = "1.0.0" comma-v = { path = "comma-v" } # Temporarily the Git repo until the fix for diff --git a/comma-v/Cargo.toml b/comma-v/Cargo.toml index b99be6c..5c11bcf 100644 --- a/comma-v/Cargo.toml +++ b/comma-v/Cargo.toml @@ -15,5 +15,5 @@ nom = "7.1.0" thiserror = "1.0.30" [dev-dependencies] -anyhow = "1.0.53" +anyhow = "1.0.73" structopt = "0.3.26" diff --git a/rcs-ed/Cargo.toml b/rcs-ed/Cargo.toml index 6b5b9a1..ec96105 100644 --- a/rcs-ed/Cargo.toml +++ b/rcs-ed/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.53" +anyhow = "1.0.73" nom = "7.1.0" thiserror = "1.0.30"