Skip to content

Commit b214137

Browse files
committed
Reqwest bump
1 parent e57c23f commit b214137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-cache-semantics"
3-
version = "2.1.1"
3+
version = "3.0.0"
44
description = "RFC 7234. Parses HTTP headers to correctly compute cacheability of responses, even in complex cases"
55
homepage = "https://lib.rs/http-cache-semantics"
66
repository = "https://github.com/kornelski/rusty-http-cache-semantics"
@@ -18,7 +18,7 @@ rust-version = "1.85"
1818
http = "1.4.0"
1919
http-serde = { version = "2.1.1", optional = true }
2020
serde = { version = "1.0.228", optional = true, features = ["derive"] }
21-
reqwest = { version = "0.12", default-features = false, optional = true }
21+
reqwest = { version = "0.13", default-features = false, optional = true }
2222
time = { version = "0.3.46", features = ["parsing", "formatting"] }
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)