Skip to content

Commit 453b9d3

Browse files
authored
merge: Merge pull request #1 from rust-serverless/dependabot/cargo/rusoto_dynamodb-0.47
- update rusoto_dynamodb requirement from 0.46 to 0.47
2 parents 81ace51 + 397ce38 commit 453b9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynomite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ log = "0.4"
2626
# Disable default features since the `rustls` variant requires it. We re-enable `default` in our
2727
# `default` build configuration - see the [features] below.
2828
rusoto_core = { version = "0.47", optional = true, default_features = false }
29-
rusoto_dynamodb = { version = "0.46", optional = true, default_features = false }
29+
rusoto_dynamodb = { version = "0.47", optional = true, default_features = false }
3030
uuid = { version = "0.8", features = ["v4"], optional = true }
3131
chrono = { version = "0.4", optional = true }
3232

0 commit comments

Comments
 (0)