Skip to content

Commit

Permalink
Remove direct dependency on the time crate (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini committed Nov 27, 2021
1 parent 161d731 commit 8fe22c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rustls-tls-native-roots = ["rustls-native-certs", "__rustls"]

blocking = ["futures-util/io", "tokio/rt-multi-thread", "tokio/sync"]

cookies = ["cookie_crate", "cookie_store", "time"]
cookies = ["cookie_crate", "cookie_store"]

gzip = ["async-compression", "async-compression/gzip", "tokio-util"]

Expand Down Expand Up @@ -121,7 +121,6 @@ rustls-native-certs = { version = "0.5", optional = true }
## cookies
cookie_crate = { version = "0.15", package = "cookie", optional = true }
cookie_store = { version = "0.15", optional = true }
time = { version = "0.2.11", optional = true }

## compression
async-compression = { version = "0.3.7", default-features = false, features = ["tokio"], optional = true }
Expand Down

0 comments on commit 8fe22c4

Please sign in to comment.