summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml44
1 files changed, 22 insertions, 22 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c4b32a..5176f3a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,44 +6,44 @@ edition = "2021"
[dependencies]
# HTTP
-hyper = { version = "1.0.0-rc.4", features = ["full"] }
-hyper-util = "0.0.0"
-http-body-util = "0.1.0-rc.3"
-headers = "0.3.8"
-percent-encoding = "2.3.0"
-base64 = "0.21.5"
+hyper = { version = "1.3.1", features = ["full"] }
+hyper-util = "0.1.3"
+http-body-util = "0.1.1"
+headers = "0.4.0"
+percent-encoding = "2.3.1"
+base64 = "0.22.0"
httpdate = "1.0.3"
hex = "0.4.3"
# TLS
-rustls-pemfile = "1.0.3"
-rustls = "0.21.6"
-tokio-rustls = "0.24.1"
+rustls-pemfile = "2.1.2"
+rustls = "0.23.5"
+tokio-rustls = "0.26.0"
# Async stuff
-tokio = { version = "1.32.0", features = ["full"] }
-tokio-util = { version = "0.7.8", features = ["io"] }
-futures-util = "0.3.28"
-futures = "0.3.28"
-pin-project = "1.1.3"
+tokio = { version = "1.37.0", features = ["full"] }
+tokio-util = { version = "0.7.10", features = ["io"] }
+futures-util = "0.3.30"
+futures = "0.3.30"
+pin-project = "1.1.5"
# Config
-serde = { version = "1.0.188", features = ["derive"] }
-serde_yaml = "0.9.25"
+serde = { version = "1.0.199", features = ["derive"] }
+serde_yaml = "0.9.34"
inotify = "0.10.2"
# Logging
-env_logger = "0.10.0"
-log = "0.4.20"
+env_logger = "0.11.3"
+log = "0.4.21"
# Fileserver related
-markup = "0.13.1"
+markup = "0.15.0"
humansize = "2.1.3"
mime_guess = "2.0.4"
-bytes = "1.4.0"
-anyhow = "1.0.75"
-thiserror = "1.0.47"
+bytes = "1.6.0"
+anyhow = "1.0.82"
+thiserror = "1.0.59"
mond-client = { git = "https://codeberg.org/metamuffin/mond", optional = true }