diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-03 20:00:18 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-03 20:00:18 +0200 |
commit | db4587d3ec64b7e28691b43f9d9701939eed94d1 (patch) | |
tree | 1005017ea4a5d4e287024eaf08f876c7e34bfbdb /server/protocol | |
parent | 9ee7eef2919feffe4e0695494d4027e8ec011808 (diff) | |
download | hurrycurry-db4587d3ec64b7e28691b43f9d9701939eed94d1.tar hurrycurry-db4587d3ec64b7e28691b43f9d9701939eed94d1.tar.bz2 hurrycurry-db4587d3ec64b7e28691b43f9d9701939eed94d1.tar.zst |
update rust toolchain and rust dependencies.
`map_many_mut` and `trait_upcasting` was stabilized.
Diffstat (limited to 'server/protocol')
-rw-r--r-- | server/protocol/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/protocol/Cargo.toml b/server/protocol/Cargo.toml index 41328684..cec19d4e 100644 --- a/server/protocol/Cargo.toml +++ b/server/protocol/Cargo.toml @@ -4,6 +4,6 @@ version = "9.0.0" edition = "2021" [dependencies] -serde = { version = "1.0.210", features = ["derive"] } -glam = { version = "0.29.0", features = ["serde"] } -bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] } +serde = { version = "1.0.219", features = ["derive"] } +glam = { version = "0.30.3", features = ["serde"] } +bincode = { version = "2.0.1", features = ["serde", "derive"] } |