mirror of https://github.com/rwf2/Rocket.git
Update dependencies without observable breakages.
The following dependencies were updated: * `criterion` from 0.3 to 0.4 * `deadpool-redis` from 0.10 to 0.11 * `normpath` from 0.3 to 1 * `cookie` from 0.16 to 0.17
This commit is contained in:
parent
d628afddd0
commit
bbbb927ac2
|
@ -13,4 +13,4 @@ harness = false
|
|||
|
||||
[dev-dependencies]
|
||||
rocket = { path = "../core/lib/" }
|
||||
criterion = "0.3"
|
||||
criterion = "0.4"
|
||||
|
|
|
@ -47,7 +47,7 @@ features = ["rt_tokio_1"]
|
|||
optional = true
|
||||
|
||||
[dependencies.deadpool-redis]
|
||||
version = "0.10"
|
||||
version = "0.11"
|
||||
default-features = false
|
||||
features = ["rt_tokio_1"]
|
||||
optional = true
|
||||
|
|
|
@ -19,7 +19,7 @@ handlebars = ["handlebars_"]
|
|||
[dependencies]
|
||||
glob = "0.3"
|
||||
notify = "5.0.0"
|
||||
normpath = "0.3"
|
||||
normpath = "1"
|
||||
|
||||
[dependencies.rocket]
|
||||
version = "0.5.0-rc.2"
|
||||
|
|
|
@ -42,7 +42,7 @@ pear = "0.2.3"
|
|||
pin-project-lite = "0.2"
|
||||
memchr = "2"
|
||||
stable-pattern = "0.1"
|
||||
cookie = { version = "0.16.0", features = ["percent-encode"] }
|
||||
cookie = { version = "0.17.0", features = ["percent-encode"] }
|
||||
state = "0.5.3"
|
||||
futures = { version = "0.3", default-features = false }
|
||||
|
||||
|
|
Loading…
Reference in New Issue