deps-upgrade(simulator): ⬆️ Update dependencies in mc-turn crate for improved compatibility, security, and performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
479b4cfd31
commit
fd7031dd37
2 changed files with 2 additions and 0 deletions
1
src/simulator/Cargo.lock
generated
1
src/simulator/Cargo.lock
generated
|
|
@ -893,6 +893,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"mc-ai",
|
||||
"mc-city",
|
||||
"mc-combat",
|
||||
"mc-core",
|
||||
"proptest",
|
||||
"serde",
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ edition = "2021"
|
|||
mc-core = { path = "../mc-core" }
|
||||
mc-city = { path = "../mc-city" }
|
||||
mc-ai = { path = "../mc-ai" }
|
||||
mc-combat = { path = "../mc-combat" }
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue