From 025f2731e7126f16364b6567173a275d7a787e52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 10:22:50 +0000 Subject: [PATCH] Update rusoto_dynamodb requirement from 0.47 to 0.48 Updates the requirements on [rusoto_dynamodb](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/rusoto-v0.47.0...mock-v0.48.0) --- updated-dependencies: - dependency-name: rusoto_dynamodb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dynomite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynomite/Cargo.toml b/dynomite/Cargo.toml index c6acd57..0cecf21 100644 --- a/dynomite/Cargo.toml +++ b/dynomite/Cargo.toml @@ -26,7 +26,7 @@ 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.47", optional = true, default_features = false } -rusoto_dynamodb = { version = "0.47", optional = true, default_features = false } +rusoto_dynamodb = { version = "0.48", optional = true, default_features = false } uuid = { version = "0.8", features = ["v4"], optional = true } chrono = { version = "0.4", optional = true }