We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81ace51 + 397ce38 commit 453b9d3Copy full SHA for 453b9d3
dynomite/Cargo.toml
@@ -26,7 +26,7 @@ log = "0.4"
26
# Disable default features since the `rustls` variant requires it. We re-enable `default` in our
27
# `default` build configuration - see the [features] below.
28
rusoto_core = { version = "0.47", optional = true, default_features = false }
29
-rusoto_dynamodb = { version = "0.46", optional = true, default_features = false }
+rusoto_dynamodb = { version = "0.47", optional = true, default_features = false }
30
uuid = { version = "0.8", features = ["v4"], optional = true }
31
chrono = { version = "0.4", optional = true }
32
0 commit comments