aboutsummaryrefslogtreecommitdiff
path: root/server/protocol
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-11 02:00:25 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-11 02:00:25 +0200
commit63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb (patch)
tree7c5bb801470bf575b90546d1b23573661cb34dce /server/protocol
parent7c4b3182755d100a3b513bdeb38aeb6ab31bd63d (diff)
downloadhurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar
hurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar.bz2
hurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar.zst
update deps
Diffstat (limited to 'server/protocol')
-rw-r--r--server/protocol/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml
index 6c51c86d..9c3f26e8 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.204", features = ["derive"] }
+serde = { version = "1.0.205", features = ["derive"] }
glam = { version = "0.28.0", features = ["serde"] }
bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] }