Skip to content

Commit c0845a9

Browse files
chore(deps): bump the cargo group across 2 directories with 1 update (#8)
Bumps the cargo group with 1 update in the /vext directory: [rand](https://github.com/rust-random/rand). Bumps the cargo group with 1 update in the /vext-email-gateway/fuzz directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) Updates `rand` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect dependency-group: cargo - dependency-name: rand dependency-version: 0.8.6 dependency-type: indirect 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 76329a7 commit c0845a9

4 files changed

Lines changed: 42 additions & 13 deletions

File tree

vext-email-gateway/Cargo.lock

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

vext-email-gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ed25519-dalek = { version = "2.1", features = ["rand_core"] } # Ed25519 sign
2424
sha2 = "0.10" # SHA-256 (NIST standard)
2525
blake3 = "1.5" # BLAKE3 (faster, also secure)
2626
hex = "0.4"
27-
rand = "0.9"
27+
rand = "0.10"
2828

2929
# Serialization (proven)
3030
serde = { version = "1.0", features = ["derive"] }

vext-email-gateway/fuzz/Cargo.lock

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

vext/Cargo.lock

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

0 commit comments

Comments
 (0)