Skip to content

Commit 200606a

Browse files
Bump the rust-dependencies group with 4 updates (#436)
Bumps the rust-dependencies group with 4 updates: [bullet_stream](https://github.com/schneems/bullet_stream), [flate2](https://github.com/rust-lang/flate2-rs), [fs-err](https://github.com/andrewhickman/fs-err) and [toml](https://github.com/toml-rs/toml). Updates `bullet_stream` from 0.8.0 to 0.10.0 - [Changelog](https://github.com/heroku-buildpacks/bullet_stream/blob/main/CHANGELOG.md) - [Commits](heroku-buildpacks/bullet_stream@v0.8.0...v0.10.0) Updates `flate2` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.1...1.1.2) Updates `fs-err` from 3.1.0 to 3.1.1 - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/fs-err/commits) Updates `toml` from 0.8.22 to 0.8.23 - [Commits](toml-rs/toml@toml-v0.8.22...toml-v0.8.23) --- updated-dependencies: - dependency-name: bullet_stream dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: flate2 dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: fs-err dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml dependency-version: 0.8.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b87f64 commit 200606a

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["buildpacks/ruby", "commons"]
44

55
[workspace.dependencies]
6-
bullet_stream = { version = ">=0.7,<1.0", features = ["fun_run"] }
6+
bullet_stream = { version = ">=0.7, <1.0", features = ["fun_run"] }
77
fun_run = { version = ">=0.5, <1.0", features = ["which_problem"] }
88
cache_diff = { version = "1.1", features = ["bullet_stream"] }
99

0 commit comments

Comments
 (0)