Skip to content

Commit

Permalink
Merge pull request #91 from testcontainers/dependabot/cargo/rusoto_co…
Browse files Browse the repository at this point in the history
…re-0.39

Update rusoto_core requirement from 0.38 to 0.39
  • Loading branch information
bonomat committed May 21, 2019
2 parents f2f94f2 + 35870ee commit 45e3a77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testcontainers/Cargo.toml
Expand Up @@ -32,12 +32,12 @@ pretty_env_logger = "0.3"
postgres = "0.15"

# Dynamodb client needed for dynamodb local
rusoto_core = "0.38"
rusoto_dynamodb = "0.38"
rusoto_credential = "0.17"
rusoto_core = "0.39"
rusoto_dynamodb = "0.39"
rusoto_credential = "0.39"

# Redis client
redis = "0.10"

# ElasticMQ (also requires rusoto_core, rusoto_credential)
rusoto_sqs = "0.38"
rusoto_sqs = "0.39"

0 comments on commit 45e3a77

Please sign in to comment.