Skip to content

Commit 7ae6c0f

Browse files
committed
merge: Merge branch 'master' of github.com:rust-serverless/dynomite
2 parents af850b1 + 453b9d3 commit 7ae6c0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dynomite/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ 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 }
29-
rusoto_dynamodb = { version = "0.46", optional = true, default_features = false }
28+
rusoto_core = { version = "0.47", 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

3333
[dev-dependencies]
34-
env_logger = "0.8"
34+
env_logger = "0.9"
3535
maplit = "1.0"
3636
serde = "1.0"
3737
serde_json = "1.0"

0 commit comments

Comments
 (0)