diff --git a/Cargo.toml b/Cargo.toml index a753608..93f7957 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.83" 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..0c2d9a4 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.83" structopt = "0.3.26" diff --git a/rcs-ed/Cargo.toml b/rcs-ed/Cargo.toml index 6b5b9a1..88c239f 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.83" nom = "7.1.0" thiserror = "1.0.30"