From 348c368f43e7c8220c1f5a1535256a3a8b7d0a2f Mon Sep 17 00:00:00 2001 From: autocommit Date: Mon, 27 Apr 2026 02:42:52 -0700 Subject: [PATCH] =?UTF-8?q?deps-upgrade(simulator):=20=E2=AC=86=EF=B8=8F?= =?UTF-8?q?=20Update=20simulator=20and=20mc-trade=20dependencies=20to=20la?= =?UTF-8?q?test=20stable=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- src/simulator/Cargo.toml | 1 + src/simulator/crates/mc-trade/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/simulator/Cargo.toml b/src/simulator/Cargo.toml index 8d46d31a..189d7004 100644 --- a/src/simulator/Cargo.toml +++ b/src/simulator/Cargo.toml @@ -34,6 +34,7 @@ members = [ serde = { version = "1", features = ["derive"] } serde_json = "1" getrandom = "0.2" +rand = "0.9" # Workspace-wide lint configuration — Python-styled Rust. # See ~/.claude/instructions/rust-code-standards.md §12 for rationale. diff --git a/src/simulator/crates/mc-trade/Cargo.toml b/src/simulator/crates/mc-trade/Cargo.toml index 2470b53f..9f199790 100644 --- a/src/simulator/crates/mc-trade/Cargo.toml +++ b/src/simulator/crates/mc-trade/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" [dependencies] serde.workspace = true serde_json.workspace = true +rand.workspace = true [lints] workspace = true