Skip to content

Commit

Permalink
build(deps): bump the cargo group with 2 updates (#304)
Browse files Browse the repository at this point in the history
Bumps the cargo group with 2 updates: [async-trait](https://github.com/dtolnay/async-trait) and [itertools](https://github.com/rust-itertools/itertools).


Updates `async-trait` from 0.1.83 to 0.1.84
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.83...0.1.84)

Updates `itertools` from 0.13.0 to 0.14.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jan 6, 2025
1 parent 7bc082b commit b366d57
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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 @@ -18,7 +18,7 @@ workspace = true

[dependencies]
async-recursion = "1.1.1"
async-trait = "0.1.83"
async-trait = "0.1.84"
brush-parser = { version = "^0.2.11", path = "../brush-parser" }
cached = "0.54.0"
cfg-if = "1.0.0"
Expand All @@ -27,7 +27,7 @@ clap = { version = "4.5.21", features = ["derive", "wrap_help"] }
fancy-regex = "0.14.0"
futures = "0.3.31"
indexmap = "2.7.0"
itertools = "0.13.0"
itertools = "0.14.0"
lazy_static = "1.5.0"
rand = "0.8.5"
thiserror = "2.0.7"
Expand Down
2 changes: 1 addition & 1 deletion brush-interactive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reedline = ["dep:reedline", "dep:nu-ansi-term"]
workspace = true

[dependencies]
async-trait = "0.1.83"
async-trait = "0.1.84"
brush-parser = { version = "^0.2.11", path = "../brush-parser" }
brush-core = { version = "^0.2.13", path = "../brush-core" }
crossterm = { version = "0.28.1", features = ["serde"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion brush-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ reedline = ["brush-interactive/reedline"]
workspace = true

[dependencies]
async-trait = "0.1.83"
async-trait = "0.1.84"
brush-parser = { version = "^0.2.11", path = "../brush-parser" }
brush-core = { version = "^0.2.13", path = "../brush-core" }
cfg-if = "1.0.0"
Expand Down

0 comments on commit b366d57

Please sign in to comment.