From 94028f87fc0e408125440a5a9963d55d06db08fe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 10:14:47 +0000 Subject: [PATCH] Update rusoto_core requirement from 0.46 to 0.47 Updates the requirements on [rusoto_core](https://github.com/rusoto/rusoto) to permit the latest version. - [Release notes](https://github.com/rusoto/rusoto/releases) - [Changelog](https://github.com/rusoto/rusoto/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusoto/rusoto/compare/mock-v0.46.0...rusoto-v0.47.0) Signed-off-by: dependabot-preview[bot] --- dynomite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }