Skip to content

Commit

Permalink
Bump the rust-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 3 updates: [bullet_stream](https://github.com/schneems/bullet_stream), [fs-err](https://github.com/andrewhickman/fs-err) and [winnow](https://github.com/winnow-rs/winnow).


Updates `bullet_stream` from 0.3.0 to 0.4.0
- [Changelog](https://github.com/heroku-buildpacks/bullet_stream/blob/main/CHANGELOG.md)
- [Commits](https://github.com/schneems/bullet_stream/commits/v0.4.0)

Updates `fs-err` from 3.0.0 to 3.1.0
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/fs-err@3.0.0...3.1.0)

Updates `winnow` from 0.6.22 to 0.7.0
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.22...v0.7.0)

---
updated-dependencies:
- dependency-name: bullet_stream
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: fs-err
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: winnow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent c441e81 commit 10d9b12
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
25 changes: 17 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ unwrap_used = "warn"

[dependencies]
annotate-snippets = "0.11.5"
bullet_stream = "0.3"
bullet_stream = "0.4"
fs-err = "3"
indoc = "2"
libcnb = { version = "0.26", features = ["trace"] }
libherokubuildpack = { version = "0.26", default-features = false, features = ["error", "log"] }
linked-hash-map = "0.5"
winnow = "0.6.22"
winnow = "0.7.0"

[dev-dependencies]
libcnb-test = "0.26"

0 comments on commit 10d9b12

Please sign in to comment.