diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-11-12 05:03:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-12 05:03:18 +0000 |
commit | a596f59320121c3c9746a019f0fc1b65a29a73ac (patch) | |
tree | 39bceb6ae020a2e51508dcbeead352a478261689 /Cargo.toml | |
parent | Merge pull request #631 from svenstaro/dependabot/cargo/anyhow-1.0.45 (diff) | |
parent | Bump maud from 0.22.3 to 0.23.0 (diff) | |
download | miniserve-a596f59320121c3c9746a019f0fc1b65a29a73ac.tar.gz miniserve-a596f59320121c3c9746a019f0fc1b65a29a73ac.zip |
Merge pull request #633 from svenstaro/dependabot/cargo/maud-0.23.0
Bump maud from 0.22.3 to 0.23.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ actix-web = "4.0.0-beta.8" actix-files = "0.6.0-beta.6" actix-multipart = "0.4.0-beta.5" actix-web-httpauth = "0.6.0-beta.2" -maud = "0.22" +maud = "0.23" yansi = "0.5" simplelog = "0.10" percent-encoding = "2" |