aboutsummaryrefslogtreecommitdiff
path: root/server/protocol/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-28 11:56:45 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-28 11:56:50 +0200
commit045e34f78a498230f39101ce215424fcdcec9eb0 (patch)
tree7900e35b910a15f452ab14a7ca5630561df5d220 /server/protocol/Cargo.toml
parent0889f61f1d761726fcec17a3a2a0fb45b66c2116 (diff)
downloadhurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar
hurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar.bz2
hurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar.zst
update cargo stuff
Diffstat (limited to 'server/protocol/Cargo.toml')
-rw-r--r--server/protocol/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml
index 9c3f26e8..2a7a989c 100644
--- a/server/protocol/Cargo.toml
+++ b/server/protocol/Cargo.toml
@@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-serde = { version = "1.0.205", features = ["derive"] }
-glam = { version = "0.28.0", features = ["serde"] }
+serde = { version = "1.0.210", features = ["derive"] }
+glam = { version = "0.29.0", features = ["serde"] }
bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] }