File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ futures = "0.3"
25
25
log = " 0.4"
26
26
# Disable default features since the `rustls` variant requires it. We re-enable `default` in our
27
27
# `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 }
30
30
uuid = { version = " 0.8" , features = [" v4" ], optional = true }
31
31
chrono = { version = " 0.4" , optional = true }
32
32
33
33
[dev-dependencies ]
34
- env_logger = " 0.8 "
34
+ env_logger = " 0.9 "
35
35
maplit = " 1.0"
36
36
serde = " 1.0"
37
37
serde_json = " 1.0"
You can’t perform that action at this time.
0 commit comments