Skip to content

Commit

Permalink
build(deps): bump anyhow from 1.0.94 to 1.0.95 in the cargo group
Browse files Browse the repository at this point in the history
Bumps the cargo group with 1 update: [anyhow](https://github.com/dtolnay/anyhow).


Updates `anyhow` from 1.0.94 to 1.0.95
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.94...1.0.95)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 51ce8b8 commit 6db77e2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion brush-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion brush-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion brush-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6db77e2

Please sign in to comment.