aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2025-04-25 07:56:20 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2025-04-25 07:56:20 +0000
commit977ed593a1681f18c236a8ad78ce98b80bc9062d (patch)
treeaeb3f76deeb0fe39c465c59dd47bbea70322b3fd /Cargo.toml
parentFix some clippy lints (diff)
downloadminiserve-977ed593a1681f18c236a8ad78ce98b80bc9062d.tar.gz
miniserve-977ed593a1681f18c236a8ad78ce98b80bc9062d.zip
Bump some deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d309a33..b3c005b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,9 +32,9 @@ clap = { version = "4", features = ["derive", "cargo", "wrap_help", "deprecated"
clap_complete = "4"
clap_mangen = "0.2"
colored = "3"
-comrak = { version = "0.37", default-features = false }
+comrak = { version = "0.38", default-features = false }
dav-server = { version = "0.7", features = ["actix-compat"] }
-fast_qr = { version = "0.12", features = ["svg"] }
+fast_qr = { version = "0.13", features = ["svg"] }
futures = "0.3"
grass = { version = "0.13", features = ["macro"], default-features = false }
hex = "0.4"
@@ -76,7 +76,7 @@ predicates = "3"
pretty_assertions = "1.2"
regex = "1"
reqwest = { version = "0.12", features = ["blocking", "multipart", "json", "rustls-tls"], default-features = false }
-reqwest_dav = "0.1"
+reqwest_dav = "0.2"
rstest = "0.25"
select = "0.6"
url = "2"