Skip to content

Commit 4f703bd

Browse files
chore(deps): bump the cargo group across 2 directories with 1 update (#13)
Bumps the cargo group with 1 update in the /ffi/rust directory: [rand](https://github.com/rust-random/rand). Bumps the cargo group with 1 update in the /impl/rust-ffi directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.9.3 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.3) Updates `rand` from 0.8.5 to 0.9.3 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production dependency-group: cargo - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91494d5 commit 4f703bd

4 files changed

Lines changed: 38 additions & 38 deletions

File tree

ffi/rust/Cargo.lock

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

ffi/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ libc = "0.2"
3939
zeroize = { version = "1.7", features = ["derive"] }
4040

4141
# Random for secure overwrite patterns
42-
rand = "0.8"
42+
rand = "0.9"
4343

4444
# SHA-256 for content verification
4545
sha2 = "0.10"

impl/rust-ffi/Cargo.lock

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

impl/rust-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ libc = "0.2"
3939
zeroize = { version = "1.7", features = ["derive"] }
4040

4141
# Random for secure overwrite patterns
42-
rand = "0.8"
42+
rand = "0.9"
4343

4444
# SHA-256 for content verification
4545
sha2 = "0.10"

0 commit comments

Comments
 (0)