Skip to content

Commit c909e8e

Browse files
Bump rand from 0.9.1 to 0.9.2 (#1434)
Bumps [rand](https://github.com/rust-random/rand) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ce47ad commit c909e8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

hyper_cgi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hyper = { version = "0.14.31", features = ["stream", "tcp", "server", "http1", "
1616

1717
clap = { workspace = true, optional = true }
1818
base64 = { workspace = true, optional = true }
19-
rand = { version = "0.9.1", optional = true, features = ["std"] }
19+
rand = { version = "0.9.2", optional = true, features = ["std"] }
2020
lazy_static = { version = "1.5.0", optional = true }
2121
hyper-reverse-proxy = { workspace = true }
2222

0 commit comments

Comments
 (0)