diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-05-23 17:59:48 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-05-23 17:59:48 +0000 |
commit | 404863762c04f9cbce1f8864de72b26b898b6836 (patch) | |
tree | 7628f94296b9c3c59cab47148da8ce0a9f251983 /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-404863762c04f9cbce1f8864de72b26b898b6836.tar.gz miniserve-404863762c04f9cbce1f8864de72b26b898b6836.zip |
Bump deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ clap = { version = "4", features = ["derive", "cargo", "wrap_help", "deprecated" clap_complete = "4" clap_mangen = "0.2" comrak = { version = "0.18", default-features = false } -fast_qr = { version = "0.8", features = ["svg"] } +fast_qr = { version = "0.9", features = ["svg"] } futures = "0.3" if-addrs = "0.10" hex = "0.4" |