aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-27 17:34:55 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-27 17:35:01 +0200
commit7ffc399d47ec9a3c161abeafe9e3591cbf15a227 (patch)
treec6b16d588e65dd17ff090640f945763a412caa02 /server/Cargo.toml
parent001c0c2e00082a87fb15754003f6b01a1b4fb89d (diff)
downloadhurrycurry-7ffc399d47ec9a3c161abeafe9e3591cbf15a227.tar
hurrycurry-7ffc399d47ec9a3c161abeafe9e3591cbf15a227.tar.bz2
hurrycurry-7ffc399d47ec9a3c161abeafe9e3591cbf15a227.tar.zst
remove bincode support everywhere
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index fe65952f..0698e6ab 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -25,7 +25,6 @@ reqwest = { version = "0.12.23", optional = true, default-features = false, feat
"rustls-tls-native-roots",
] }
pollster = "0.4.0"
-bincode = "2.0.1"
directories = "6.0.0"
igd = { version = "0.12.1", optional = true, features = ["aio"] }
get_if_addrs = { version = "0.5.3", optional = true }