diff options
author | Jonathan Davies <jpds@protonmail.com> | 2023-01-23 18:40:11 +0000 |
---|---|---|
committer | Jonathan Davies <jpds@protonmail.com> | 2023-01-23 19:16:54 +0000 |
commit | 1c435fce099ad41b395b11a05bbd17609e54249b (patch) | |
tree | b2fbfd89d69d93d35ae73bb4928f8d42cd9ff0d6 /Cargo.lock | |
parent | dead123892f7f0b0840f3891718bf12e54d51384 (diff) | |
download | garage-1c435fce099ad41b395b11a05bbd17609e54249b.tar.gz garage-1c435fce099ad41b395b11a05bbd17609e54249b.zip |
api/Cargo.toml: Updated httpdate from 0.3 to 1.0.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1115,7 +1115,7 @@ dependencies = [ "hmac 0.12.1", "http", "http-range", - "httpdate 0.3.2", + "httpdate", "hyper", "idna", "md-5 0.10.1", @@ -1542,12 +1542,6 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" @@ -1575,7 +1569,7 @@ dependencies = [ "http", "http-body", "httparse", - "httpdate 1.0.2", + "httpdate", "itoa", "pin-project-lite", "socket2", |