Skip to content

Commit

Permalink
Upgrade Rust SDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Jan 14, 2022
1 parent d4389d5 commit 1c8fcde
Show file tree
Hide file tree
Showing 51 changed files with 138 additions and 138 deletions.
6 changes: 3 additions & 3 deletions rust_dev_preview/apigateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-apigateway = "0.3.0"
aws-smithy-types-convert = { version = "0.33.1", features = ["convert-chrono"] }
aws-config = "0.4.1"
aws-sdk-apigateway = "0.4.1"
aws-smithy-types-convert = { version = "0.34.1", features = ["convert-chrono"] }
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
4 changes: 2 additions & 2 deletions rust_dev_preview/apigatewaymanagement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-apigatewaymanagement = "0.3.0"
aws-config = "0.4.1"
aws-sdk-apigatewaymanagement = "0.4.1"
http = "0.2.5"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions rust_dev_preview/applicationautoscaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-applicationautoscaling = "0.3.0"
aws-config = "0.4.1"
aws-sdk-applicationautoscaling = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
4 changes: 2 additions & 2 deletions rust_dev_preview/autoscaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-autoscaling = "0.3.0"
aws-config = "0.4.1"
aws-sdk-autoscaling = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
6 changes: 3 additions & 3 deletions rust_dev_preview/autoscalingplans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-sdk-autoscalingplans = "0.3.0"
aws-config = "0.3.0"
aws-types = "0.3.0"
aws-sdk-autoscalingplans = "0.4.1"
aws-config = "0.4.1"
aws-types = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
4 changes: 2 additions & 2 deletions rust_dev_preview/batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-batch = "0.3.0"
aws-config = "0.4.1"
aws-sdk-batch = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
6 changes: 3 additions & 3 deletions rust_dev_preview/ca-certs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2018"
description = "An example demonstrating setting a custom root certificate with rustls"

[dependencies]
aws-config = "0.3.0"
aws-smithy-client = "0.33.0"
aws-config = "0.4.1"
aws-smithy-client = "0.34.1"
# bringing our own HTTPs so no need for the default features
aws-sdk-s3 = { version = "0.3.0", default-features = false }
aws-sdk-s3 = { version = "0.4.1", default-features = false }
tokio = { version = "1", features = ["full"] }
rustls = "0.20.2"
hyper-rustls = { version = "0.23.0", features = ["http2"] }
4 changes: 2 additions & 2 deletions rust_dev_preview/cloudformation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-cloudformation = "0.3.0"
aws-config = "0.4.1"
aws-sdk-cloudformation = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
4 changes: 2 additions & 2 deletions rust_dev_preview/cloudwatch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-cloudwatch = "0.3.0"
aws-config = "0.4.1"
aws-sdk-cloudwatch = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
6 changes: 3 additions & 3 deletions rust_dev_preview/cloudwatchlogs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-cloudwatchlogs = "0.3.0"
aws-types = "0.3.0"
aws-config = "0.4.1"
aws-sdk-cloudwatchlogs = "0.4.1"
aws-types = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
6 changes: 3 additions & 3 deletions rust_dev_preview/cognitoidentity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-cognitoidentity = "0.3.0"
aws-smithy-types-convert = { version = "0.33.1", features = ["convert-chrono"] }
aws-config = "0.4.1"
aws-sdk-cognitoidentity = "0.4.1"
aws-smithy-types-convert = { version = "0.34.1", features = ["convert-chrono"] }
tokio = { version = "1", features = ["full"] }
chrono = "0.4"
structopt = { version = "0.3", default-features = false }
Expand Down
6 changes: 3 additions & 3 deletions rust_dev_preview/cognitoidentityprovider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-cognitoidentityprovider = "0.3.0"
aws-smithy-types-convert = { version = "0.33.1", features = ["convert-chrono"] }
aws-config = "0.4.1"
aws-sdk-cognitoidentityprovider = "0.4.1"
aws-smithy-types-convert = { version = "0.34.1", features = ["convert-chrono"] }
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
6 changes: 3 additions & 3 deletions rust_dev_preview/cognitosync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-cognitosync = "0.3.0"
aws-smithy-types-convert = { version = "0.33.1", features = ["convert-chrono"] }
aws-config = "0.4.1"
aws-sdk-cognitosync = "0.4.1"
aws-smithy-types-convert = { version = "0.34.1", features = ["convert-chrono"] }
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
4 changes: 2 additions & 2 deletions rust_dev_preview/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-config = "0.3.0"
aws-config = "0.4.1"
aws-sdk-config = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
8 changes: 4 additions & 4 deletions rust_dev_preview/cross_service/detect_faces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-rekognition = "0.3.0"
aws-sdk-s3 = "0.3.0"
aws-types = "0.3.0"
aws-config = "0.4.1"
aws-sdk-rekognition = "0.4.1"
aws-sdk-s3 = "0.4.1"
aws-types = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
10 changes: 5 additions & 5 deletions rust_dev_preview/cross_service/detect_labels/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-dynamodb = "0.3.0"
aws-sdk-rekognition = "0.3.0"
aws-sdk-s3 = "0.3.0"
aws-types = "0.3.0"
aws-config = "0.4.1"
aws-sdk-dynamodb = "0.4.1"
aws-sdk-rekognition = "0.4.1"
aws-sdk-s3 = "0.4.1"
aws-types = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
Expand Down
8 changes: 4 additions & 4 deletions rust_dev_preview/cross_service/telephone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-polly = "0.3.0"
aws-sdk-s3 = "0.3.0"
aws-sdk-transcribe = "0.3.0"
aws-config = "0.4.1"
aws-sdk-polly = "0.4.1"
aws-sdk-s3 = "0.4.1"
aws-sdk-transcribe = "0.4.1"
tokio = { version = "1", features = ["full"] }
async-stream = "0.3"
bytes = "1"
Expand Down
4 changes: 2 additions & 2 deletions rust_dev_preview/custom_retries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-s3 = "0.3.0"
aws-config = "0.4.1"
aws-sdk-s3 = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
12 changes: 6 additions & 6 deletions rust_dev_preview/dynamodb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-dynamodb = "0.3.0"
aws-http = "0.3.0"
aws-smithy-client = { version = "0.33.1", features = ["client-hyper", "rustls", "rt-tokio"] }
aws-smithy-http = { version = "0.33.1", features = ["rt-tokio"] }
aws-smithy-types = "0.33.1"
aws-config = "0.4.1"
aws-sdk-dynamodb = "0.4.1"
aws-http = "0.4.1"
aws-smithy-client = { version = "0.34.1", features = ["client-hyper", "rustls", "rt-tokio"] }
aws-smithy-http = { version = "0.34.1", features = ["rt-tokio"] }
aws-smithy-types = "0.34.1"
http = "0.2.5"
rand = "0.8.3"
serde_json = "1"
Expand Down
6 changes: 3 additions & 3 deletions rust_dev_preview/ebs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-ebs = "0.3.0"
aws-sdk-ec2 = "0.3.0"
aws-config = "0.4.1"
aws-sdk-ebs = "0.4.1"
aws-sdk-ec2 = "0.4.1"
tokio = { version = "1", features = ["full"]}
base64 = "0.13.0"
sha2 = "0.9.5"
Expand Down
6 changes: 3 additions & 3 deletions rust_dev_preview/ec2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-ec2 = "0.3.0"
aws-types = "0.3.0"
aws-config = "0.4.1"
aws-sdk-ec2 = "0.4.1"
aws-types = "0.4.1"
tokio = { version = "1", features = ["full"]}
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
6 changes: 3 additions & 3 deletions rust_dev_preview/ecr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ authors = ["Russell Cohen <rcoh@amazon.com>", "Doug Schwartz <dougsch@amazon.com
edition = "2018"

[dependencies]
aws-config = "0.3.0"
aws-sdk-ecr = "0.3.0"
aws-types = "0.3.0"
aws-config = "0.4.1"
aws-sdk-ecr = "0.4.1"
aws-types = "0.4.1"
tokio = { version = "1", features = ["full"]}
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
4 changes: 2 additions & 2 deletions rust_dev_preview/ecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-ecs = "0.3.0"
aws-config = "0.4.1"
aws-sdk-ecs = "0.4.1"
tokio = { version = "1", features = ["full"]}
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
6 changes: 3 additions & 3 deletions rust_dev_preview/eks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ authors = ["Russell Cohen <rcoh@amazon.com>", "Doug Schwartz <dougsch@amazon.com
edition = "2018"

[dependencies]
aws-config = "0.3.0"
aws-sdk-eks = "0.3.0"
aws-types = "0.3.0"
aws-config = "0.4.1"
aws-sdk-eks = "0.4.1"
aws-types = "0.4.1"
tokio = { version = "1", features = ["full"]}
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
6 changes: 3 additions & 3 deletions rust_dev_preview/iam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2018"
description = "Example usage of the IAM service"

[dependencies]
aws-config = "0.3.0"
aws-sdk-iam = "0.3.0"
aws-hyper = "0.3.0"
aws-config = "0.4.1"
aws-sdk-iam = "0.4.1"
aws-hyper = "0.4.1"
tokio = { version = "1", features = ["full"]}
serde_json = "1"
structopt = { version = "0.3", default-features = false }
Expand Down
6 changes: 3 additions & 3 deletions rust_dev_preview/iot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-iot = "0.3.0"
aws-types = "0.3.0"
aws-config = "0.4.1"
aws-sdk-iot = "0.4.1"
aws-types = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
4 changes: 2 additions & 2 deletions rust_dev_preview/kinesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-kinesis = "0.3.0"
aws-config = "0.4.1"
aws-sdk-kinesis = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
6 changes: 3 additions & 3 deletions rust_dev_preview/kms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2018"
description = "Example usage of the KMS service"

[dependencies]
aws-config = "0.3.0"
aws-sdk-kms = "0.3.0"
aws-smithy-client = { version = "0.33.1", features = ["client-hyper", "rustls", "rt-tokio"] }
aws-config = "0.4.1"
aws-sdk-kms = "0.4.1"
aws-smithy-client = { version = "0.34.1", features = ["client-hyper", "rustls", "rt-tokio"] }
tokio = { version = "1", features = ["full"]}
base64 = "0.13.0"
structopt = { version = "0.3", default-features = false }
Expand Down
8 changes: 4 additions & 4 deletions rust_dev_preview/lambda/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-config = "0.3.0"
aws-sdk-ec2 = "0.3.0"
aws-sdk-lambda = "0.3.0"
aws-sdk-s3 = "0.3.0"
aws-config = "0.4.1"
aws-sdk-ec2 = "0.4.1"
aws-sdk-lambda = "0.4.1"
aws-sdk-s3 = "0.4.1"
tokio = { version = "1", features = ["full"] }
structopt = { version = "0.3", default-features = false }
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
Expand Down
10 changes: 5 additions & 5 deletions rust_dev_preview/localstack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ authors = ["Doug Schwartz <dougsch@amazon.com>"]
edition = "2018"

[dependencies]
aws-config = "0.3.0"
aws-sdk-s3 = "0.3.0"
aws-sdk-sqs = "0.3.0"
aws-types = "0.3.0"
aws-smithy-http = "0.33.1"
aws-config = "0.4.1"
aws-sdk-s3 = "0.4.1"
aws-sdk-sqs = "0.4.1"
aws-types = "0.4.1"
aws-smithy-http = "0.34.1"
tokio = { version = "1", features = ["full"] }
http = "0.2"
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
Expand Down
Loading

0 comments on commit 1c8fcde

Please sign in to comment.