Skip to content

Commit 469a60d

Browse files
chore(contracts)(deps): bump rand from 0.8.7 to 0.9.5 in /contracts (#1226)
Bumps [rand](https://github.com/rust-random/rand) from 0.8.7 to 0.9.5. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.5/CHANGELOG.md) - [Commits](rust-random/rand@0.8.7...0.9.5) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8451536 commit 469a60d

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

contracts/Cargo.lock

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

contracts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ panic = "abort"
6767
codegen-units = 1
6868
lto = true
6969
soroban-sdk = { version = "26.1.0", features = ["testutils"] }
70-
rand = { version = "0.8", features = ["small_rng"] }
70+
rand = { version = "0.9", features = ["small_rng"] }
7171
ed25519-dalek = { version = "2", default-features = false, features = ["std", "rand_core"] }
7272
proptest = "1"

contracts/payment_gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ soroban-sdk = "26.1.0"
1111

1212
[dev-dependencies]
1313
soroban-sdk = { version = "26.1.0", features = ["testutils"] }
14-
rand = { version = "0.8", features = ["small_rng"] }
14+
rand = { version = "0.9", features = ["small_rng"] }

0 commit comments

Comments
 (0)