Skip to content

Commit 155e3ea

Browse files
authored
merge: Merge pull request #3 from rust-serverless/dependabot/cargo/rusoto_core-0.47
- update rusoto_core requirement from 0.46 to 0.47
2 parents ac0be65 + 7816c33 commit 155e3ea

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
@@ -25,7 +25,7 @@ futures = "0.3"
2525
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.
28-
rusoto_core = { version = "0.46", optional = true, default_features = false }
28+
rusoto_core = { version = "0.47", optional = true, default_features = false }
2929
rusoto_dynamodb = { version = "0.46", optional = true, default_features = false }
3030
uuid = { version = "0.8", features = ["v4"], optional = true }
3131
chrono = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)