Skip to content

Commit 787ab00

Browse files
chore(deps): bump rand from 0.8.5 to 0.9.2 in /stellar-lend
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 40f50b3 commit 787ab00

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

stellar-lend/Cargo.lock

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

stellar-lend/tests/migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ soroban-sdk = { workspace = true, features = ["testutils"] }
1313
serde = { workspace = true, features = ["derive"] }
1414
serde_json = { workspace = true }
1515
chrono = { workspace = true, features = ["serde"] }
16-
rand = "0.8"
16+
rand = "0.9"

stellar-lend/tests/simulation/multi-user/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
soroban-sdk = { workspace = true, features = ["testutils"] }
88
tokio = { version = "1", features = ["full"] }
9-
rand = "0.8"
9+
rand = "0.9"
1010
statrs = "0.16"
1111

1212
[[bin]]

0 commit comments

Comments
 (0)