Skip to content

Commit

Permalink
build(deps): bump the cargo group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the cargo group with 3 updates: [async-trait](https://github.com/dtolnay/async-trait), [rand](https://github.com/rust-random/rand) and [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer).


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

Updates `rand` from 0.8.5 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

Updates `libfuzzer-sys` from 0.4.8 to 0.4.9
- [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md)
- [Commits](rust-fuzz/libfuzzer@0.4.8...0.4.9)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: libfuzzer-sys
  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 Feb 3, 2025
1 parent 43c18ea commit 89d8def
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 24 deletions.
91 changes: 71 additions & 20 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.85"
async-trait = "0.1.86"
brush-parser = { version = "^0.2.12", path = "../brush-parser" }
cached = "0.54.0"
cfg-if = "1.0.0"
Expand All @@ -29,7 +29,7 @@ futures = "0.3.31"
indexmap = "2.7.1"
itertools = "0.14.0"
lazy_static = "1.5.0"
rand = "0.8.5"
rand = "0.9.0"
thiserror = "2.0.11"
tracing = "0.1.41"

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.85"
async-trait = "0.1.86"
brush-parser = { version = "^0.2.12", path = "../brush-parser" }
brush-core = { version = "^0.2.14", 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.85"
async-trait = "0.1.86"
brush-parser = { version = "^0.2.12", path = "../brush-parser" }
brush-core = { version = "^0.2.14", path = "../brush-core" }
cfg-if = "1.0.0"
Expand Down

0 comments on commit 89d8def

Please sign in to comment.