Skip to content

Commit

Permalink
New reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Mar 20, 2024
1 parent 8fba3b9 commit 8124846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http-cache-semantics"
version = "2.0.1"
version = "2.1.0"
description = "RFC 7234. Parses HTTP headers to correctly compute cacheability of responses, even in complex cases"
homepage = "https://lib.rs/http-cache-semantics"
repository = "https://github.com/kornelski/rusty-http-cache-semantics"
Expand All @@ -18,7 +18,7 @@ rust-version = "1.64"
http = "1.0.0"
http-serde = { version = "2.0.0", optional = true }
serde = { version = "1.0.193", optional = true, features = ["derive"] }
# reqwest = { version = "0.11.22", default-features = false, optional = true } # not upgraded yet
reqwest = { version = "0.12", default-features = false, optional = true }
time = { version = "0.3.20", features = ["parsing", "formatting"] }

[dev-dependencies]
Expand Down

0 comments on commit 8124846

Please sign in to comment.