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:
parent
fc61f8e913
commit
348c368f43
2 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
rand.workspace = true
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue