Skip to content

Commit

Permalink
Changed cargo.toml to cookie v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
babinc authored Aug 11, 2018
1 parent bf7779a commit bb3407d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ lazy_static = "1.0"
lazycell = "1.0.0"
parking_lot = "0.6"
url = { version="1.7", features=["query_encoding"] }
cookie = { version="0.11", features=["percent-encode"] }
cookie = { version="0.10", features=["percent-encode"] }
brotli2 = { version="^0.3.2", optional = true }
flate2 = { version="^1.0.2", optional = true, default-features = false }

Expand Down

0 comments on commit bb3407d

Please sign in to comment.