aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 4f29cde..e2b0506 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -5,11 +5,11 @@ edition = "2021"
[dependencies]
warp = "0.3"
-tokio = { version = "1.24", features = ["full"] }
+tokio = { version = "1.25", features = ["full"] }
log = "0.4"
env_logger = "0.10"
-futures-util = "0.3.25"
+futures-util = "0.3.26"
listenfd = "1.0.0"
-hyper = "0.14.23"
+hyper = "0.14.24"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "*"