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/Cargo.toml | |
| parent | 3f98582f903e579d9f47aba48f3976345eabe123 (diff) | |
| download | hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.bz2 hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.zst | |
upgrade deps
Diffstat (limited to 'server/Cargo.toml')
| -rw-r--r-- | server/Cargo.toml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index c12d5d9a..ea0ec002 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -5,20 +5,20 @@ edition = "2021" default-run = "hurrycurry-server" [dependencies] -log = "0.4.27" +log = "0.4.28" env_logger = "0.11.8" -anyhow = "1.0.98" -serde = { version = "1.0.219", features = ["derive"] } -tokio = { version = "1.45.1", features = ["full"] } -serde_json = "1.0.140" -tokio-tungstenite = "0.26.2" +anyhow = "1.0.99" +serde = { version = "1.0.225", features = ["derive"] } +tokio = { version = "1.47.1", features = ["full"] } +serde_json = "1.0.145" +tokio-tungstenite = "0.27.0" futures-util = "0.3.31" serde_yml = "0.0.12" -rand = "0.9.1" +rand = "0.9.2" rand_distr = "0.5.1" shlex = "1.3.0" -clap = { version = "4.5.39", features = ["derive"] } -reqwest = { version = "0.12.19", optional = true, default-features = false, features = [ +clap = { version = "4.5.47", features = ["derive"] } +reqwest = { version = "0.12.23", optional = true, default-features = false, features = [ "json", "http2", "charset", @@ -29,14 +29,14 @@ 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 } -mdns-sd = { version = "0.13.9", optional = true } +mdns-sd = { version = "0.15.1", optional = true } hurrycurry-protocol = { path = "protocol" } hurrycurry-client-lib = { path = "client-lib" } hurrycurry-bot = { path = "bot" } [target.'cfg(windows)'.dependencies] -windows-registry = "0.5" +windows-registry = "0.6" [features] default = ["mdns", "register", "upnp"] |