Skip to content

Commit

Permalink
Rust: clean up deprecated aws- crates. (#5718)
Browse files Browse the repository at this point in the history
Closes #5680
  • Loading branch information
DavidSouther authored Nov 29, 2023
1 parent ef2bad0 commit 4e9b279
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion rustv1/cross_service/photo_asset_management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ aws-sdk-dynamodb = "1.2.0"
aws-sdk-rekognition = "1.2.0"
aws-sdk-s3 = "1.2.0"
aws-sdk-sns = "1.2.0"
aws-smithy-http = "0.60.0"
aws-smithy-runtime = "1.0.1"
aws-smithy-types-convert ={ features = ["convert-chrono"], version = "0.60.0"}
aws_lambda_events = { version = "0.11.1", features = ["s3", "apigw"], default-features = false }
Expand Down
1 change: 0 additions & 1 deletion rustv1/cross_service/rest_ses/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ xlsxwriter = "0.6.0"

[dev-dependencies]
aws-smithy-runtime = "1.0.1"
aws-smithy-http = "0.60.0"
fake = { version = "2.5.0", features = ["uuid"] }
once_cell = "1.15.0"
rand = "0.8.5"
Expand Down
3 changes: 0 additions & 3 deletions rustv1/examples/glue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ aws-config = { features = ["behavior-version-latest"], version = "1.0.1"}
aws-sdk-glue = "1.2.0"
aws-sdk-s3 = "1.2.0"
aws-http = { git = "https://github.com/awslabs/aws-sdk-rust", branch = "next" }
aws-smithy-http = { features = [
"rt-tokio",
], version = "0.60.0"}
aws-smithy-types = "1.0.1"
aws-types = { git = "https://github.com/awslabs/aws-sdk-rust", branch = "next" }
tokio = { version = "1.20.1", features = ["full"] }
Expand Down
1 change: 0 additions & 1 deletion rustv1/examples/rds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ anyhow = "1.0.75"
assert_matches = "1.5.0"
async-trait = "0.1.73"
aws-config = { features = ["behavior-version-latest"], version = "1.0.1"}
aws-smithy-http = "0.60.0"
aws-smithy-runtime-api = "1.0.1"
aws-sdk-rds = "1.2.0"
clap = { version = "~4.4", features = ["derive"] }
Expand Down
1 change: 0 additions & 1 deletion rustv1/examples/s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ predicates = "3.0.3"
[dependencies]
aws-config = { features = ["behavior-version-latest"], version = "1.0.1"}
# snippet-start:[s3.rust.s3-object-lambda-cargo.toml]
aws-endpoint = { git = "https://github.com/awslabs/aws-sdk-rust", branch = "next" }
# snippet-end:[s3.rust.s3-object-lambda-cargo.toml]
aws-sdk-s3 = { features = ["rt-tokio"], version = "1.2.0"}
aws-smithy-runtime = "1.0.1"
Expand Down
1 change: 0 additions & 1 deletion rustv1/examples/sending-presigned-requests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ edition = "2021"
[dependencies]
aws-config = { features = ["behavior-version-latest"], version = "1.0.1"}
aws-sdk-s3 = "1.2.0"
aws-smithy-client = "0.60.0"
http = "0.2.6"
hyper = "0.14"
reqwest = "0.11"
Expand Down
1 change: 0 additions & 1 deletion rustv1/webassembly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ aws-config = "1.0.1"
aws-credential-types = { features = ["hardcoded-credentials"], version = "1.0.1"}
aws-sdk-lambda = "1.2.0"
aws-smithy-async = "1.0.1"
aws-smithy-http = { features = ["event-stream"], version = "0.60.0"}
aws-smithy-runtime-api = "1.0.1"
aws-smithy-types = "1.0.1"
async-trait = "0.1.63"
Expand Down

0 comments on commit 4e9b279

Please sign in to comment.