Skip to content

Commit a755d5e

Browse files
cargo(deps): update rand requirement from 0.8.5 to 0.9.2 in /rustmail
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...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3da593 commit a755d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rustmail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rust-embed = "8.7.2"
2222
mime_guess = "2.0.5"
2323
urlencoding = "2.1.3"
2424
serde_json = "1.0.145"
25-
rand = "0.8.5"
25+
rand = "0.9.2"
2626
base64 = "0.22.1"
2727
subtle = "2.6.1"
2828

0 commit comments

Comments
 (0)