aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2025-06-01 11:22:36 +0000
committerGitHub <noreply@github.com>2025-06-01 11:22:36 +0000
commita0a24b997032024ef0f80eb7f9890fb6e76903e2 (patch)
tree10b129f065295aec4420d55376d9f5679464e2ea /Cargo.toml
parentMerge pull request #1494 from svenstaro/dependabot/cargo/all-dependencies-00c... (diff)
parentBump the all-dependencies group with 11 updates (diff)
downloadminiserve-a0a24b997032024ef0f80eb7f9890fb6e76903e2.tar.gz
miniserve-a0a24b997032024ef0f80eb7f9890fb6e76903e2.zip
Merge pull request #1497 from svenstaro/dependabot/cargo/all-dependencies-8e49830688
Bump the all-dependencies group with 11 updates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b651217..f458f8b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ clap = { version = "4", features = ["derive", "cargo", "wrap_help", "deprecated"
clap_complete = "4"
clap_mangen = "0.2"
colored = "3"
-comrak = { version = "0.38", default-features = false }
+comrak = { version = "0.39", default-features = false }
dav-server = { version = "0.8", features = ["actix-compat"] }
fast_qr = { version = "0.13", features = ["svg"] }
futures = "0.3"
@@ -56,10 +56,10 @@ simplelog = "0.12"
socket2 = "0.5"
strum = { version = "0.27", features = ["derive"] }
tar = "0.4"
-tempfile = "3.17.0"
+tempfile = "3.20.0"
thiserror = "2"
-tokio = { version = "1.42.0", features = ["fs", "macros"] }
-zip = { version = "2", default-features = false }
+tokio = { version = "1.45.1", features = ["fs", "macros"] }
+zip = { version = "4", default-features = false }
[features]
default = ["tls"]