Updated cookie dependency to latest

This commit is contained in:
Antoine Gersant 2020-05-30 16:49:39 -07:00
parent 5e1aeb10fb
commit 371b0d0333
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -313,7 +313,7 @@ dependencies = [
[[package]]
name = "cookie"
version = "0.13.3"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"time 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1513,7 +1513,7 @@ dependencies = [
"ape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"app_dirs 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cookie 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)",
"cookie 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
"diesel 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"flame 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -2905,7 +2905,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
"checksum cookie 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5795cda0897252e34380a27baf884c53aa7ad9990329cdad96d4c5d027015d44"
"checksum cookie 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
"checksum cookie 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0c60ef6d0bbf56ad2674249b6bb74f2c6aeb98b98dd57b5d3e37cace33011d69"
"checksum cookie 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d202412dbaca7b1de2fec1e396ff3c5fd9b05a29ab71b50b1cb1ac5052bc5483"
"checksum cookie_store 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"

View file

@ -64,7 +64,7 @@ unix-daemonize = "0.1.2"
[dev-dependencies]
percent-encoding = "2.1"
cookie = "0.13.0"
cookie = "0.14.0"
[profile.release.build-override]
opt-level = 0