aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-30 01:48:46 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-30 01:48:46 +0200
commitf57e6a8e8977d1acdfafeda7b1444cb155730894 (patch)
treee5f076c02d5760a5ba9e3a34e8d70d8cc0044179 /Cargo.lock
parent398551e20f28c136d9e3be2ccb33e31ffe50cb91 (diff)
downloadgnix-f57e6a8e8977d1acdfafeda7b1444cb155730894.tar
gnix-f57e6a8e8977d1acdfafeda7b1444cb155730894.tar.bz2
gnix-f57e6a8e8977d1acdfafeda7b1444cb155730894.tar.zst
implement if-not-modified
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 10 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ad78b2c..30c2268 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -317,7 +317,9 @@ dependencies = [
"futures",
"futures-util",
"headers",
+ "hex",
"http-body-util",
+ "httpdate",
"humansize",
"hyper",
"hyper-util",
@@ -401,6 +403,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
+name = "hex"
+version = "0.4.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
+
+[[package]]
name = "http"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -442,9 +450,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 = "humansize"