diff --git a/Cargo.toml b/Cargo.toml index af30f99..5ea603b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["contracts/*"] [workspace.dependencies] soroban-sdk = "26.0.1" -rand = "0.8" +rand = "0.10" serde_json = "1" [profile.release]