Skip to content

Commit 1223f61

Browse files
authored
Remove unused hyper dependency in aws-config (#3770)
This allows end-users to keep hyper 0.x out of their tree ## Motivation and Context This dependency appears unused and means that I have a 0.14 import in my tree ## Description Removes the dependency ## Testing Builds locally, if CI passes I think its fair to say this is a no-op. I can't find any usages of this lib. ## Checklist I'm not sure this change warrants a changelog as there is no user facing change ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent 3881938 commit 1223f61

File tree

3 files changed

+41
-52
lines changed

3 files changed

+41
-52
lines changed

aws/rust-runtime/aws-config/Cargo.lock

Lines changed: 20 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/rust-runtime/aws-config/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aws-config"
3-
version = "1.5.4"
3+
version = "1.5.5"
44
authors = [
55
"AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
66
"Russell Cohen <rcoh@amazon.com>",
@@ -36,7 +36,6 @@ aws-smithy-types = { path = "../../sdk/build/aws-sdk/sdk/aws-smithy-types" }
3636
aws-types = { path = "../../sdk/build/aws-sdk/sdk/aws-types" }
3737
bytes = "1.1.0"
3838
http = "0.2.4"
39-
hyper = { version = "0.14.26", default-features = false }
4039
time = { version = "0.3.4", features = ["parsing"] }
4140
tokio = { version = "1.13.1", features = ["sync"] }
4241
tracing = { version = "0.1" }

tools/ci-build/runtime-versioner/Cargo.lock

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)