diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-09-24 08:11:21 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-09-24 08:11:21 +0000 |
commit | d605aa3ab913bdb76ab23ac1ec03d17a22adfa4c (patch) | |
tree | d472d695065922d745bf3e84ca1bbc27c4298245 /Cargo.toml | |
parent | Try to fix CI (diff) | |
download | miniserve-d605aa3ab913bdb76ab23ac1ec03d17a22adfa4c.tar.gz miniserve-d605aa3ab913bdb76ab23ac1ec03d17a22adfa4c.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_complete = "4" clap_mangen = "0.2" colored = "2" comrak = { version = "0.18", default-features = false } -fast_qr = { version = "0.9", features = ["svg"] } +fast_qr = { version = "0.10", features = ["svg"] } futures = "0.3" grass = { version = "0.13", features = ["macro"] } hex = "0.4" |