Skip to content

Commit

Permalink
Bump the rust-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [bullet_stream](https://github.com/schneems/bullet_stream) | `0.3.0` | `0.4.0` |
| [fun_run](https://github.com/schneems/fun_run) | `0.2.0` | `0.4.0` |
| [semver](https://github.com/dtolnay/semver) | `1.0.24` | `1.0.25` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.138` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.16.0` |


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 `fun_run` from 0.2.0 to 0.4.0
- [Changelog](https://github.com/schneems/fun_run/blob/main/CHANGELOG.md)
- [Commits](https://github.com/schneems/fun_run/commits/v0.4.0)

Updates `semver` from 1.0.24 to 1.0.25
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.24...1.0.25)

Updates `serde_json` from 1.0.135 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.138)

Updates `tempfile` from 3.15.0 to 3.16.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.15.0...v3.16.0)

---
updated-dependencies:
- dependency-name: bullet_stream
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: fun_run
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent f11d9b1 commit c36440d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 17 deletions.
59 changes: 44 additions & 15 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 buildpacks/dotnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ autotests = false
workspace = true

[dependencies]
bullet_stream = "0.3.0"
fun_run = "0.2.0"
bullet_stream = "0.4.0"
fun_run = "0.4.0"
hex = "0.4"
indoc = "2"
libcnb = { version = "0.26", features = ["trace"] }
Expand Down

0 comments on commit c36440d

Please sign in to comment.