Skip to content

Commit

Permalink
Update fastrand requirement from 1.8.0 to 2.0.0 (#573)
Browse files Browse the repository at this point in the history
Updates the requirements on [fastrand](https://github.com/smol-rs/fastrand) to permit the latest version.
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](smol-rs/fastrand@v1.8.0...v2.0.0)

---
updated-dependencies:
- dependency-name: fastrand
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 9, 2023
1 parent 29ffc58 commit 0bb114f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/execd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
libcnb.workspace = true
fastrand = "1.8.0"
fastrand = "2.0.0"

[dev-dependencies]
libcnb-test.workspace = true
2 changes: 1 addition & 1 deletion libcnb-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE", "README.md"]
[dependencies]
bollard = "0.14.0"
cargo_metadata = "0.15.0"
fastrand = "1.8.0"
fastrand = "2.0.0"
fs_extra = "1.2.0"
libcnb-data.workspace = true
libcnb-package.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion libcnb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ thiserror = "1.0.35"
toml.workspace = true

[dev-dependencies]
fastrand = "1.8.0"
fastrand = "2.0.0"
tempfile = "3.3.0"

0 comments on commit 0bb114f

Please sign in to comment.