aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-01-28 04:13:15 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-01-28 04:13:15 +0000
commitbc43e8d1c23c8ac7dfa3c5e05e49cfaa46c1eab7 (patch)
tree4fddfd00f45a3f9446f6914b18fcde9ba26b9b62 /Cargo.toml
parentMerge pull request #1327 from cyqsimon/sanitize_path_usage (diff)
downloadminiserve-bc43e8d1c23c8ac7dfa3c5e05e49cfaa46c1eab7.tar.gz
miniserve-bc43e8d1c23c8ac7dfa3c5e05e49cfaa46c1eab7.zip
Bump deps
Diffstat (limited to '')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 19fe1ca..b6c7e5e 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 = "2"
-comrak = { version = "0.20", default-features = false }
+comrak = { version = "0.21", default-features = false }
fast_qr = { version = "0.11", features = ["svg"] }
futures = "0.3"
grass = { version = "0.13", features = ["macro"] }
@@ -54,7 +54,7 @@ serde = { version = "1", features = ["derive"] }
sha2 = "0.10"
simplelog = "0.12"
socket2 = "0.5"
-strum = { version = "0.25", features = ["derive"] }
+strum = { version = "0.26", features = ["derive"] }
tar = "0.4"
thiserror = "1"
tokio = { version = "1.35.1", features = ["fs"] }