Skip to content

Commit 2f2ad98

Browse files
chore(deps): bump rand from 0.8.5 to 0.9.2
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 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@0.8.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e789f1f commit 2f2ad98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ serde_json = "1"
3939
# Encryption (for AK/SK secure storage)
4040
aes-gcm = "0.10"
4141
base64 = "0.22"
42-
rand = "0.8"
42+
rand = "0.9"
4343

4444
# Time handling
4545
chrono = { version = "0.4", default-features = false, features = ["clock", "serde", "std"] }

0 commit comments

Comments
 (0)