aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml30
1 files changed, 15 insertions, 15 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16f6753..92f45b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,9 +5,9 @@ edition = "2021"
[dependencies]
# HTTP
-hyper = { version = "1.3.1", features = ["full"] }
-hyper-util = "0.1.5"
-http-body-util = "0.1.1"
+hyper = { version = "1.4.1", features = ["full"] }
+hyper-util = "0.1.7"
+http-body-util = "0.1.2"
headers = "0.4.0"
percent-encoding = "2.3.1"
base64 = "0.22.1"
@@ -15,38 +15,38 @@ httpdate = "1.0.3"
hex = "0.4.3"
# TLS
-rustls-pemfile = "2.1.2"
-rustls = "0.23.9"
+rustls-pemfile = "2.1.3"
+rustls = "0.23.12"
tokio-rustls = "0.26.0"
# Async stuff
-tokio = { version = "1.38.0", features = ["full"] }
+tokio = { version = "1.39.2", features = ["full"] }
tokio-util = { version = "0.7.11", features = ["io"] }
futures-util = "0.3.30"
futures = "0.3.30"
pin-project = "1.1.5"
# Config
-serde = { version = "1.0.203", features = ["derive"] }
+serde = { version = "1.0.207", features = ["derive"] }
serde_yaml = "0.9.34"
inotify = "0.10.2"
# Logging
-env_logger = "0.11.3"
-log = "0.4.21"
+env_logger = "0.11.5"
+log = "0.4.22"
# Fileserver related
markup = "0.15.0"
humansize = "2.1.3"
-mime_guess = "2.0.4"
+mime_guess = "2.0.5"
-bytes = "1.6.0"
+bytes = "1.7.1"
anyhow = "1.0.86"
-thiserror = "1.0.61"
+thiserror = "1.0.63"
# Crypto for authentificating clients
aes-gcm-siv = "0.11.1"
-argon2 = "0.6.0-pre.0"
-rand = "0.9.0-alpha.1"
+argon2 = "0.6.0-pre.1"
+rand = "0.9.0-alpha.2"
-users = "0.11.0" \ No newline at end of file
+users = "0.11.0"