diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-11 02:00:25 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-11 02:00:25 +0200 |
commit | 63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb (patch) | |
tree | 7c5bb801470bf575b90546d1b23573661cb34dce /server/protocol/Cargo.toml | |
parent | 7c4b3182755d100a3b513bdeb38aeb6ab31bd63d (diff) | |
download | hurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar hurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar.bz2 hurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar.zst |
update deps
Diffstat (limited to 'server/protocol/Cargo.toml')
-rw-r--r-- | server/protocol/Cargo.toml | 2 |
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"] } |