Skip to content

Commit

Permalink
build(deps): bump the cargo group with 3 updates (#258)
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [serde](https://github.com/serde-rs/serde) and [thiserror](https://github.com/dtolnay/thiserror).


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

Updates `serde` from 1.0.213 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.213...v1.0.214)

Updates `thiserror` from 1.0.65 to 1.0.67
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.65...1.0.67)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 004d341 commit 39432e4
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 40 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions brush-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ indexmap = "2.6.0"
itertools = "0.13.0"
lazy_static = "1.5.0"
rand = "0.8.5"
thiserror = "1.0.65"
thiserror = "1.0.67"
tracing = "0.1.40"

[target.'cfg(target_family = "wasm")'.dependencies]
Expand Down Expand Up @@ -66,7 +66,7 @@ uzers = "0.12.1"
procfs = "0.17.0"

[dev-dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
criterion = { version = "0.5.1", features = ["async_tokio", "html_reports"] }

[target.'cfg(unix)'.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion brush-interactive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ brush-core = { version = "^0.2.12", path = "../brush-core" }
indexmap = "2.6.0"
nu-ansi-term = { version = "0.50.1", optional = true }
reedline = { version = "0.36.0", optional = true }
thiserror = "1.0.65"
thiserror = "1.0.67"
tracing = "0.1.40"

[target.'cfg(any(windows, unix))'.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions brush-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ arbitrary = { version = "1.3.2", optional = true, features = ["derive"] }
cached = "0.53.1"
indenter = "0.3.3"
peg = "0.8.4"
thiserror = "1.0.65"
thiserror = "1.0.67"
tracing = "0.1.40"
utf8-chars = "3.0.5"

[dev-dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
assert_matches = "1.5.0"
criterion = { version = "0.5.1", features = ["html_reports"] }
pretty_assertions = { version = "1.4.1", features = ["unstable"] }
Expand Down
4 changes: 2 additions & 2 deletions brush-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ brush-interactive = { version = "^0.2.12", path = "../brush-interactive", featur
tokio = { version = "1.41.0", features = ["rt", "rt-multi-thread", "sync"] }

[dev-dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
assert_cmd = "2.0.16"
assert_fs = "1.1.2"
colored = "2.1.0"
Expand All @@ -76,7 +76,7 @@ indent = "0.1.1"
junit-report = "0.8.3"
pathdiff = "0.2.2"
regex = "1.11.1"
serde = { version = "1.0.213", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_yaml = "0.9.34"
strip-ansi-escapes = "0.2.0"
version-compare = "0.2.0"
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.91"
anyhow = "1.0.92"
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.91"
anyhow = "1.0.92"
brush-shell = { version = "^0.2.12", path = "../brush-shell" }
clap = { version = "4.5.20", features = ["derive"] }
clap_mangen = "0.2.24"
Expand Down

0 comments on commit 39432e4

Please sign in to comment.