aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-15 00:47:29 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-15 00:47:29 +0200
commitd3101bbfd9adf84ef8f0061383272eeaecf224d3 (patch)
tree29f9b112baf223e2e5e265fa6f858924fb400518 /server/Cargo.toml
parent052e28628eceb112aaadd5e703709c80183d290f (diff)
downloadhurrycurry-d3101bbfd9adf84ef8f0061383272eeaecf224d3.tar
hurrycurry-d3101bbfd9adf84ef8f0061383272eeaecf224d3.tar.bz2
hurrycurry-d3101bbfd9adf84ef8f0061383272eeaecf224d3.tar.zst
replace depreceated serde_yaml with serde_yml
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 39b9ea1c..929f806d 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -13,7 +13,7 @@ tokio = { version = "1.38.0", features = ["full"] }
serde_json = "1.0.120"
tokio-tungstenite = "0.23.1"
futures-util = "0.3.30"
-serde_yaml = "0.9.34+deprecated"
+serde_yml = "0.0.10"
rand = "0.9.0-alpha.1"
shlex = "1.3.0"
clap = { version = "4.5.8", features = ["derive"] }