Skip to content

Commit 10d9b12

Browse files
Bump the rust-dependencies group with 3 updates
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>
1 parent c441e81 commit 10d9b12

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

Cargo.lock

+17-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ unwrap_used = "warn"
1515

1616
[dependencies]
1717
annotate-snippets = "0.11.5"
18-
bullet_stream = "0.3"
18+
bullet_stream = "0.4"
1919
fs-err = "3"
2020
indoc = "2"
2121
libcnb = { version = "0.26", features = ["trace"] }
2222
libherokubuildpack = { version = "0.26", default-features = false, features = ["error", "log"] }
2323
linked-hash-map = "0.5"
24-
winnow = "0.6.22"
24+
winnow = "0.7.0"
2525

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

0 commit comments

Comments
 (0)