aboutsummaryrefslogtreecommitdiff
path: root/server/protocol/Cargo.toml
diff options
context:
space:
mode:
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 db1615c7..5905ecb7 100644
--- a/server/protocol/Cargo.toml
+++ b/server/protocol/Cargo.toml
@@ -4,6 +4,6 @@ version = "10.1.0"
edition = "2021"
[dependencies]
-serde = { version = "1.0.219", features = ["derive"] }
-glam = { version = "0.30.3", features = ["serde"] }
+serde = { version = "1.0.225", features = ["derive"] }
+glam = { version = "0.30.5", features = ["serde"] }
bincode = { version = "2.0.1", features = ["serde", "derive"] }