diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-16 23:16:48 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-16 23:16:48 +0200 |
commit | 15fbaa99f1700f15277187ce56f815a55fe5b7cc (patch) | |
tree | e27938387042cc15175b3519ab357dd222ac022e /server/protocol | |
parent | 3f98582f903e579d9f47aba48f3976345eabe123 (diff) | |
download | hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.bz2 hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.zst |
upgrade deps
Diffstat (limited to 'server/protocol')
-rw-r--r-- | server/protocol/Cargo.toml | 4 |
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"] } |