-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up dependency usage for
aws-types
crate (#3704)
_By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "aws-types" | ||
version = "1.3.1" | ||
version = "1.3.2" | ||
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"] | ||
description = "Cross-service types for the AWS SDK." | ||
edition = "2021" | ||
|
@@ -18,7 +18,6 @@ aws-smithy-types = { path = "../../../rust-runtime/aws-smithy-types" } | |
aws-smithy-runtime = { path = "../../../rust-runtime/aws-smithy-runtime", optional = true } | ||
aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["client"] } | ||
tracing = "0.1" | ||
http = "0.2.6" | ||
# cargo does not support optional test dependencies, so to completely disable rustls | ||
# we need to add the webpki-roots feature here. | ||
# https://github.com/rust-lang/cargo/issues/1596 | ||
|
@@ -29,6 +28,7 @@ http = "0.2.4" | |
tempfile = "3" | ||
tracing-test = "=0.2.5" | ||
tokio = { version = "1", features = ["rt", "macros"] } | ||
aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["http-02x"] } | ||
|
||
[build-dependencies] | ||
rustc_version = "0.4.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters