api/Cargo.toml: Updated httpdate from 0.3 to 1.0.

This commit is contained in:
Jonathan Davies 2023-01-23 18:40:11 +00:00
parent dead123892
commit 1c435fce09
2 changed files with 3 additions and 9 deletions

10
Cargo.lock generated
View File

@ -1115,7 +1115,7 @@ dependencies = [
"hmac 0.12.1",
"http",
"http-range",
"httpdate 0.3.2",
"httpdate",
"hyper",
"idna",
"md-5 0.10.1",
@ -1540,12 +1540,6 @@ version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
[[package]]
name = "httpdate"
version = "1.0.2"
@ -1575,7 +1569,7 @@ dependencies = [
"http",
"http-body",
"httparse",
"httpdate 1.0.2",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",

View File

@ -42,7 +42,7 @@ tokio-stream = "0.1"
form_urlencoded = "1.0.0"
http = "0.2"
httpdate = "0.3"
httpdate = "1.0"
http-range = "0.1"
hyper = { version = "0.14", features = ["server", "http1", "runtime", "tcp", "stream"] }
multer = "2.0"