Skip to content

Commit b378818

Browse files
Update rand requirement from 0.8.5 to 0.9.0
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a55ea7a commit b378818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ debug = true
1010
[dependencies]
1111
fastly = "0.10.1"
1212
hmac-sha256 = "1.1.7"
13-
rand = "0.8.5"
13+
rand = "0.9.0"
1414
serde = { version = "1.0.203", features = ["derive"] }
1515
serde_json = "1.0.120"
1616
base64 = "0.22.1"

0 commit comments

Comments
 (0)