diff options
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" |