summaryrefslogtreecommitdiff
path: root/server/client-lib/Cargo.toml
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/client-lib/Cargo.toml
parent7c4b3182755d100a3b513bdeb38aeb6ab31bd63d (diff)
downloadhurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar
hurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar.bz2
hurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar.zst
update deps
Diffstat (limited to 'server/client-lib/Cargo.toml')
-rw-r--r--server/client-lib/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml
index 45361d29..5644a905 100644
--- a/server/client-lib/Cargo.toml
+++ b/server/client-lib/Cargo.toml
@@ -10,7 +10,7 @@ tungstenite = { version = "0.23.0", optional = true, features = [
] }
tokio-tungstenite = { version = "0.23.1", optional = true }
tokio = { version = "1.39.2", features = ["net"], optional = true }
-serde_json = "1.0.120"
+serde_json = "1.0.122"
bincode = "2.0.0-rc.3"
log = "0.4.22"
anyhow = "1.0.86"