Skip to content

Commit e6ed57f

Browse files
committed
Merge branch 'main' of github.com:hyperpolymath/valence-shell
2 parents 95df6ff + 072da2a commit e6ed57f

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)