1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

fix minimal version specs for mime

This commit is contained in:
Rob Ede
2023-03-11 22:14:58 +00:00
parent e0939a01fc
commit 4c4024c949
3 changed files with 5 additions and 5 deletions

View File

@ -73,7 +73,7 @@ httparse = "1.5.1"
httpdate = "1.0.1"
itoa = "1"
language-tags = "0.3"
mime = "0.3"
mime = "0.3.4"
percent-encoding = "2.1"
pin-project-lite = "0.2"
smallvec = "1.6.1"