Skip to content

Commit 0af9efe

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 bc1f1ab commit 0af9efe

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jsonwebtoken = "9.3"
2323
argon2 = "0.5.3"
2424
aes-gcm = "0.10.3"
2525
sha2 = "0.10.9"
26-
rand = "0.8.5"
26+
rand = "0.9.2"
2727
hex = "0.4.3"
2828
base64 = "0.22.1"
2929
rsa = { version = "0.9.10", features = ["pem"] }

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dirs = "6"
2626
open = "5"
2727
rpassword = "7"
2828
urlencoding = "2.1"
29-
rand = "0.8"
29+
rand = "0.9"
3030
hex = "0.4"
3131
comfy-table = "7"
3232
url = "2"

node-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sha2 = "0.10"
2424
hmac = "0.12"
2525
hex = "0.4"
2626
aes-gcm = "0.10"
27-
rand = "0.8"
27+
rand = "0.9"
2828
zeroize = { version = "1", features = ["derive"] }
2929
directories = "5"
3030
keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service"] }

0 commit comments

Comments
 (0)