diff --git a/stellar-lend/Cargo.lock b/stellar-lend/Cargo.lock index 411c3fda..f31af834 100644 --- a/stellar-lend/Cargo.lock +++ b/stellar-lend/Cargo.lock @@ -1796,7 +1796,7 @@ dependencies = [ name = "multi-user-simulation" version = "0.1.0" dependencies = [ - "rand 0.8.7", + "rand 0.10.2", "soroban-sdk", "statrs", "tokio", @@ -3388,7 +3388,7 @@ name = "stellarlend-migration-tests" version = "0.1.0" dependencies = [ "chrono", - "rand 0.8.7", + "rand 0.10.2", "serde", "serde_json", "soroban-sdk", diff --git a/stellar-lend/tests/migration/Cargo.toml b/stellar-lend/tests/migration/Cargo.toml index 436fc312..244e75af 100644 --- a/stellar-lend/tests/migration/Cargo.toml +++ b/stellar-lend/tests/migration/Cargo.toml @@ -13,4 +13,4 @@ soroban-sdk = { workspace = true, features = ["testutils"] } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } chrono = { workspace = true, features = ["serde"] } -rand = "0.8" +rand = "0.10" diff --git a/stellar-lend/tests/simulation/multi-user/Cargo.toml b/stellar-lend/tests/simulation/multi-user/Cargo.toml index 3288f1ab..7e672bdd 100644 --- a/stellar-lend/tests/simulation/multi-user/Cargo.toml +++ b/stellar-lend/tests/simulation/multi-user/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] soroban-sdk = { workspace = true, features = ["testutils"] } tokio = { version = "1", features = ["full"] } -rand = "0.8" +rand = "0.10" statrs = "0.16" [[bin]]