diff --git a/dynomite/Cargo.toml b/dynomite/Cargo.toml index 8f0b7c1..f4fcf80 100644 --- a/dynomite/Cargo.toml +++ b/dynomite/Cargo.toml @@ -25,7 +25,7 @@ futures = "0.3" log = "0.4" # Disable default features since the `rustls` variant requires it. We re-enable `default` in our # `default` build configuration - see the [features] below. -rusoto_core = { version = "0.46", optional = true, default_features = false } +rusoto_core = { version = "0.47", optional = true, default_features = false } rusoto_dynamodb = { version = "0.46", optional = true, default_features = false } uuid = { version = "0.8", features = ["v4"], optional = true } chrono = { version = "0.4", optional = true }