diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index fb97a0fc..2a497057 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -13,4 +13,4 @@ harness = false [dev-dependencies] rocket = { path = "../core/lib/" } -criterion = "0.3" +criterion = "0.4" diff --git a/contrib/db_pools/lib/Cargo.toml b/contrib/db_pools/lib/Cargo.toml index 6c20349d..9db8baaa 100644 --- a/contrib/db_pools/lib/Cargo.toml +++ b/contrib/db_pools/lib/Cargo.toml @@ -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 diff --git a/contrib/dyn_templates/Cargo.toml b/contrib/dyn_templates/Cargo.toml index 168f38d0..f3afe8ca 100644 --- a/contrib/dyn_templates/Cargo.toml +++ b/contrib/dyn_templates/Cargo.toml @@ -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" diff --git a/core/http/Cargo.toml b/core/http/Cargo.toml index 55aedefb..88b2226f 100644 --- a/core/http/Cargo.toml +++ b/core/http/Cargo.toml @@ -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 }