Skip to content

Commit

Permalink
Bump rand in the rust-dependencies group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 1 update in the / directory: [rand](https://github.com/rust-random/rand).


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)

---
updated-dependencies:
- dependency-name: rand
  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 12, 2025
1 parent 16c9983 commit 2db82a3
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 8 deletions.
65 changes: 58 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion buildpacks/ruby/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ indoc = "2"
# so it's pinned to an exact version to isolate it from lockfile refreshes.
libcnb = "=0.26.1"
libherokubuildpack = { version = "=0.26.1", default-features = false, features = ["digest"] }
rand = "0.8"
rand = "0.9"
# TODO: Consolidate on either the regex crate or the fancy-regex crate, since this repo currently uses both.
regex = "1"
serde = "1"
Expand Down

0 comments on commit 2db82a3

Please sign in to comment.