diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-30 01:48:46 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-30 01:48:46 +0200 |
commit | f57e6a8e8977d1acdfafeda7b1444cb155730894 (patch) | |
tree | e5f076c02d5760a5ba9e3a34e8d70d8cc0044179 /Cargo.toml | |
parent | 398551e20f28c136d9e3be2ccb33e31ffe50cb91 (diff) | |
download | gnix-f57e6a8e8977d1acdfafeda7b1444cb155730894.tar gnix-f57e6a8e8977d1acdfafeda7b1444cb155730894.tar.bz2 gnix-f57e6a8e8977d1acdfafeda7b1444cb155730894.tar.zst |
implement if-not-modified
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,8 @@ http-body-util = "0.1.0-rc.3" headers = "0.3.8" percent-encoding = "2.3.0" base64 = "0.21.5" +httpdate = "1.0.3" +hex = "0.4.3" # TLS rustls-pemfile = "1.0.3" @@ -39,7 +41,6 @@ markup = "0.13.1" humansize = "2.1.3" mime_guess = "2.0.4" - bytes = "1.4.0" anyhow = "1.0.75" thiserror = "1.0.47" |