Merge pull request 'Update Rust crate httpdate to 1.0.3' (#3) from renovate/httpdate-1.x into master
Some checks failed
continuous-integration/drone/push Build is failing

Reviewed-on: #3
This commit is contained in:
Pierre HUBERT 2023-10-16 12:00:08 +00:00
commit 93053d5077
2 changed files with 3 additions and 3 deletions

View File

@ -1429,9 +1429,9 @@ checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
version = "1.0.2"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"

View File

@ -32,7 +32,7 @@ rust-s3 = "0.33.0"
sha2 = "0.10.7"
image = "0.24.6"
uuid = { version = "1.4.1", features = ["v4"] }
httpdate = "1.0.2"
httpdate = "1.0.3"
zip = "0.6.6"
mime_guess = "2.0.4"
tempfile = "3.8.0"