Skip to content

Commit

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


Updates `const_format` from 0.2.33 to 0.2.34
- [Release notes](https://github.com/rodrimati1992/const_format_crates/releases)
- [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md)
- [Commits](https://github.com/rodrimati1992/const_format_crates/commits/0.2.34)

Updates `tokio` from 1.41.1 to 1.42.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0)

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

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

---
updated-dependencies:
- dependency-name: const_format
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: anyhow
  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 Dec 9, 2024
1 parent 9137f57 commit 0925a38
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions brush-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ indexmap = "2.7.0"
itertools = "0.13.0"
lazy_static = "1.5.0"
rand = "0.8.5"
thiserror = "2.0.3"
thiserror = "2.0.6"
tracing = "0.1.41"

[target.'cfg(target_family = "wasm")'.dependencies]
tokio = { version = "1.41.1", features = ["io-util", "macros", "rt"] }
tokio = { version = "1.42.0", features = ["io-util", "macros", "rt"] }

[target.'cfg(any(windows, unix))'.dependencies]
hostname = "0.4.0"
Expand Down Expand Up @@ -66,7 +66,7 @@ uzers = "0.12.1"
procfs = "0.17.0"

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

[target.'cfg(unix)'.dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions brush-interactive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ brush-core = { version = "^0.2.13", path = "../brush-core" }
indexmap = "2.7.0"
nu-ansi-term = { version = "0.50.1", optional = true }
reedline = { version = "0.37.0", optional = true }
thiserror = "2.0.3"
thiserror = "2.0.6"
tracing = "0.1.41"

[target.'cfg(any(windows, unix))'.dependencies]
tokio = { version = "1.41.1", features = ["macros", "signal"] }
tokio = { version = "1.42.0", features = ["macros", "signal"] }
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.4.1", optional = true, features = ["derive"] }
cached = "0.54.0"
indenter = "0.3.3"
peg = "0.8.4"
thiserror = "2.0.3"
thiserror = "2.0.6"
tracing = "0.1.41"
utf8-chars = "3.0.5"

[dev-dependencies]
anyhow = "1.0.93"
anyhow = "1.0.94"
assert_matches = "1.5.0"
criterion = { version = "0.5.1", features = ["html_reports"] }
pretty_assertions = { version = "1.4.1", features = ["unstable"] }
Expand Down
6 changes: 3 additions & 3 deletions brush-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ brush-parser = { version = "^0.2.11", path = "../brush-parser" }
brush-core = { version = "^0.2.13", path = "../brush-core" }
cfg-if = "1.0.0"
clap = { version = "4.5.21", features = ["derive", "env", "wrap_help"] }
const_format = "0.2.33"
const_format = "0.2.34"
git-version = "0.3.9"
lazy_static = "1.5.0"
tracing = "0.1.41"
Expand All @@ -54,7 +54,7 @@ human-panic = "2.0.2"
brush-interactive = { version = "^0.2.13", path = "../brush-interactive", features = [
"basic",
] }
tokio = { version = "1.41.1", features = ["rt", "sync"] }
tokio = { version = "1.42.0", features = ["rt", "sync"] }

[target.'cfg(any(windows, unix))'.dependencies]
brush-interactive = { version = "^0.2.13", path = "../brush-interactive", features = [
Expand All @@ -63,7 +63,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.93"
anyhow = "1.0.94"
assert_cmd = "2.0.16"
assert_fs = "1.1.2"
colored = "2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ rust-version.workspace = true
cargo-fuzz = true

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.94"
assert_cmd = "2.0.16"
lazy_static = "1.5.0"
libfuzzer-sys = "0.4"
tokio = { version = "1.41.1", features = ["rt"] }
tokio = { version = "1.42.0", features = ["rt"] }

[dependencies.brush-core]
path = "../brush-core"
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.93"
anyhow = "1.0.94"
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 0925a38

Please sign in to comment.