diff --git a/Cargo.lock b/Cargo.lock index 33163c74..7c337190 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -126,9 +126,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "arbitrary" diff --git a/brush-core/Cargo.toml b/brush-core/Cargo.toml index 8a6789f1..6b2427ca 100644 --- a/brush-core/Cargo.toml +++ b/brush-core/Cargo.toml @@ -66,7 +66,7 @@ uzers = "0.12.1" procfs = "0.17.0" [dev-dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" criterion = { version = "0.5.1", features = ["async_tokio", "html_reports"] } [target.'cfg(unix)'.dev-dependencies] diff --git a/brush-parser/Cargo.toml b/brush-parser/Cargo.toml index f4cc5495..d7aeea19 100644 --- a/brush-parser/Cargo.toml +++ b/brush-parser/Cargo.toml @@ -27,7 +27,7 @@ tracing = "0.1.41" utf8-chars = "3.0.5" [dev-dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" assert_matches = "1.5.0" criterion = { version = "0.5.1", features = ["html_reports"] } pretty_assertions = { version = "1.4.1", features = ["unstable"] } diff --git a/brush-shell/Cargo.toml b/brush-shell/Cargo.toml index 105d7604..b33cb719 100644 --- a/brush-shell/Cargo.toml +++ b/brush-shell/Cargo.toml @@ -65,7 +65,7 @@ brush-interactive = { version = "^0.2.13", path = "../brush-interactive", featur tokio = { version = "1.41.1", features = ["rt", "rt-multi-thread", "sync"] } [dev-dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" assert_cmd = "2.0.16" assert_fs = "1.1.2" colored = "2.2.0" diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 53f8aac1..1ff3c7c1 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -16,7 +16,7 @@ rust-version.workspace = true cargo-fuzz = true [dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" assert_cmd = "2.0.16" lazy_static = "1.5.0" libfuzzer-sys = "0.4" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 8b9c64de..e5f5df7a 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -12,7 +12,7 @@ repository.workspace = true rust-version.workspace = true [dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" brush-shell = { version = "^0.2.13", path = "../brush-shell" } clap = { version = "4.5.21", features = ["derive"] } clap_mangen = "0.2.24"