diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-08-19 06:21:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-19 06:21:25 +0000 |
commit | 11eda12e6fd5d0eb869d0df90430a05b8ddd191b (patch) | |
tree | 41b4210620b0a51cb4bdf660ba9d1aac7fc2dd0f /Cargo.toml | |
parent | Merge pull request #175 from svenstaro/dependabot/cargo/url-2.1.0 (diff) | |
parent | Bump percent-encoding from 2.0.0 to 2.1.0 (diff) | |
download | miniserve-11eda12e6fd5d0eb869d0df90430a05b8ddd191b.tar.gz miniserve-11eda12e6fd5d0eb869d0df90430a05b8ddd191b.zip |
Merge pull request #176 from svenstaro/dependabot/cargo/percent-encoding-2.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ actix = "0.7" actix-web = "0.7" simplelog = "0.6" base64 = "0.10" -percent-encoding = "2.0" +percent-encoding = "2.1" htmlescape = "0.3.1" bytesize = "1.0.0" nanoid = "0.2.0" |