deps-upgrade(simulator): ⬆️ Update simulator and mc-trade dependencies to latest stable versions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-04-27 02:42:52 -07:00
parent fc61f8e913
commit 348c368f43
2 changed files with 2 additions and 0 deletions

View file

@ -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.

View file

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
serde.workspace = true
serde_json.workspace = true
rand.workspace = true
[lints]
workspace = true