diff options
Diffstat (limited to 'server/Cargo.toml')
| -rw-r--r-- | server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index a802b2d..84b978a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -26,7 +26,7 @@ rocket = { workspace = true, features = ["secrets", "json"] } rocket_ws = { workspace = true } serde = { version = "1.0.228", features = ["derive", "rc"] } serde_json = "1.0.145" -serde_yml = "0.0.12" +serde_yaml_ng = "0.10.0" tokio = { workspace = true } tokio-util = { version = "0.7.17", features = ["io", "io-util"] } |