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:
Sergio Benitez 2023-03-22 13:44:16 -07:00
parent d628afddd0
commit bbbb927ac2
4 changed files with 4 additions and 4 deletions

View File

@ -13,4 +13,4 @@ harness = false
[dev-dependencies]
rocket = { path = "../core/lib/" }
criterion = "0.3"
criterion = "0.4"

View File

@ -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

View File

@ -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"

View File

@ -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 }