diff --git a/actix-web/Cargo.toml b/actix-web/Cargo.toml index f97eab7c9..71fdb51cd 100644 --- a/actix-web/Cargo.toml +++ b/actix-web/Cargo.toml @@ -164,7 +164,7 @@ serde_json = "1.0" serde_urlencoded = "0.7" smallvec = "1.6.1" socket2 = "0.5" -time = { version = "0.3", default-features = false, features = ["formatting"] } +time = { version = "0.3.36", default-features = false, features = ["formatting"] } url = "2.1" [dev-dependencies]