Skip to content

Commit

Permalink
chore(deps): Upgrade aws-sdk to 0.14 (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Sep 9, 2022
1 parent 638ffdd commit f23d2f9
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 48 deletions.
136 changes: 92 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ elasticsearch = { version = "7.14.0-alpha.1", optional = true }
murmur3 = { version = "0.5.1", optional = true }

# feature: aws
aws-config = { version = "0.12.0", optional = true }
aws-sdk-sqs = { version = "0.12.0", optional = true }
aws-sdk-lambda = { version = "0.12.0", optional = true }
aws-sdk-s3 = { version = "0.12.0", optional = true }
aws-config = { version = "0.14.0", optional = true }
aws-sdk-sqs = { version = "0.14.0", optional = true }
aws-sdk-lambda = { version = "0.14.0", optional = true }
aws-sdk-s3 = { version = "0.14.0", optional = true }

# features: elasticsearch || aws
tokio = { version = "1.20.1", optional = true, features = ["rt"] }
Expand Down

0 comments on commit f23d2f9

Please sign in to comment.