diff --git a/s3/Cargo.toml b/s3/Cargo.toml index a40f3a1b92..f14956eef2 100644 --- a/s3/Cargo.toml +++ b/s3/Cargo.toml @@ -28,7 +28,7 @@ aws-region = "0.24" # aws-region = {path = "../aws-region"} base64 = "0.13" cfg-if = "1" -time = { version = "0.3", features = ["formatting", "macros"] } +time = { version = "0.3.6", features = ["formatting", "macros"] } futures-io = { version = "0.3", optional = true } futures-util = { version = "0.3", optional = true, features = ["io"] } hex = "0.4"