aboutsummaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/Cargo.toml16
-rw-r--r--server/src/main.rs1
2 files changed, 8 insertions, 9 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index ac50825..9172145 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -4,18 +4,18 @@ version = "1.0.4"
edition = "2021"
[dependencies]
-warp = "0.3.6"
-tokio = { version = "1.36", features = ["full"] }
+warp = "0.3.7"
+tokio = { version = "1.38", features = ["full"] }
log = "0.4"
env_logger = "0.11"
futures-util = "0.3.30"
listenfd = "1.0.1"
-hyper = "1.2.0"
-serde = { version = "1.0.197", features = ["derive"] }
-serde_json = "1.0.114"
-include_dir = "0.7.3"
-toml = "0.8.11"
-grass = "0.13.2"
+hyper = "1.4.1"
+serde = { version = "1.0.204", features = ["derive"] }
+serde_json = "1.0.120"
+include_dir = "0.7.4"
+toml = "0.8.14"
+grass = "0.13.3"
async-stream = "0.3.5"
[features]
diff --git a/server/src/main.rs b/server/src/main.rs
index 56566db..e7a3674 100644
--- a/server/src/main.rs
+++ b/server/src/main.rs
@@ -3,7 +3,6 @@
which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
Copyright (C) 2023 metamuffin <metamuffin.org>
*/
-#![feature(lazy_cell)]
#![allow(clippy::let_with_type_underscore)]
pub mod assets;
pub mod config;