From 70eb2b6a589da129cf8120dc5e71ba461d04d8f8 Mon Sep 17 00:00:00 2001 From: Daniel Henry-Mantilla Date: Mon, 4 Sep 2023 21:58:30 +0200 Subject: [PATCH] Bump deps --- dynomite/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dynomite/Cargo.toml b/dynomite/Cargo.toml index ccca134..f7852ca 100644 --- a/dynomite/Cargo.toml +++ b/dynomite/Cargo.toml @@ -25,8 +25,8 @@ 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.47", optional = true, default_features = false } -rusoto_dynamodb = { version = "0.47", optional = true, default_features = false } +rusoto_core = { version = "0.48", optional = true, default_features = false } +rusoto_dynamodb = { version = "0.48", optional = true, default_features = false } uuid = { version = "1.1.2", features = ["v4"], optional = true } chrono = { version = "0.4", optional = true }