Skip to content

Commit

Permalink
Unpin AWS SDK dependencies (backport #6602) (#6603)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Sapin <simon@apollographql.com>
  • Loading branch information
mergify[bot] and SimonSapin authored Jan 21, 2025
1 parent 95501ca commit 8592c64
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 39 deletions.
76 changes: 40 additions & 36 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,6 @@ dependencies = [
"async-trait",
"aws-config",
"aws-credential-types",
"aws-sdk-sso",
"aws-sdk-ssooidc",
"aws-sdk-sts",
"aws-sigv4",
"aws-smithy-runtime-api",
"aws-types",
Expand Down Expand Up @@ -899,7 +896,7 @@ dependencies = [
"aws-sdk-sts",
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-json 0.60.7",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
Expand All @@ -919,9 +916,9 @@ dependencies = [

[[package]]
name = "aws-credential-types"
version = "1.2.0"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9"
checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
dependencies = [
"aws-smithy-async",
"aws-smithy-runtime-api",
Expand All @@ -931,14 +928,15 @@ dependencies = [

[[package]]
name = "aws-runtime"
version = "1.4.0"
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f42c2d4218de4dcd890a109461e2f799a1a2ba3bcd2cde9af88360f5df9266c6"
checksum = "bee7643696e7fdd74c10f9eb42848a87fe469d35eae9c3323f80aa98f350baac"
dependencies = [
"aws-credential-types",
"aws-sigv4",
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
"aws-types",
Expand All @@ -955,15 +953,15 @@ dependencies = [

[[package]]
name = "aws-sdk-sso"
version = "1.39.0"
version = "1.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11822090cf501c316c6f75711d77b96fba30658e3867a7762e5e2f5d32d31e81"
checksum = "921a13ed6aabe2d1258f65ef7804946255c799224440774c30e1a2c65cdf983a"
dependencies = [
"aws-credential-types",
"aws-runtime",
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-json 0.61.2",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
Expand All @@ -977,15 +975,15 @@ dependencies = [

[[package]]
name = "aws-sdk-ssooidc"
version = "1.40.0"
version = "1.55.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78a2a06ff89176123945d1bbe865603c4d7101bea216a550bb4d2e4e9ba74d74"
checksum = "196c952738b05dfc917d82a3e9b5ba850822a6d6a86d677afda2a156cc172ceb"
dependencies = [
"aws-credential-types",
"aws-runtime",
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-json 0.61.2",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
Expand All @@ -999,15 +997,15 @@ dependencies = [

[[package]]
name = "aws-sdk-sts"
version = "1.39.0"
version = "1.55.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20a91795850826a6f456f4a48eff1dfa59a0e69bdbf5b8c50518fd372106574"
checksum = "33ef5b73a927ed80b44096f8c20fb4abae65469af15198367e179ae267256e9d"
dependencies = [
"aws-credential-types",
"aws-runtime",
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-json",
"aws-smithy-json 0.61.2",
"aws-smithy-query",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
Expand All @@ -1022,9 +1020,9 @@ dependencies = [

[[package]]
name = "aws-sigv4"
version = "1.2.3"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
checksum = "690118821e46967b3c4501d67d7d52dd75106a9c54cf36cefa1985cedbe94e05"
dependencies = [
"aws-credential-types",
"aws-smithy-http",
Expand All @@ -1045,9 +1043,9 @@ dependencies = [

[[package]]
name = "aws-smithy-async"
version = "1.2.1"
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
checksum = "fa59d1327d8b5053c54bf2eaae63bf629ba9e904434d0835a28ed3c0ed0a614e"
dependencies = [
"futures-util",
"pin-project-lite",
Expand All @@ -1056,9 +1054,9 @@ dependencies = [

[[package]]
name = "aws-smithy-http"
version = "0.60.9"
version = "0.60.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9cd0ae3d97daa0a2bf377a4d8e8e1362cae590c4a1aad0d40058ebca18eb91e"
checksum = "7809c27ad8da6a6a68c454e651d4962479e81472aa19ae99e59f9aba1f9713cc"
dependencies = [
"aws-smithy-runtime-api",
"aws-smithy-types",
Expand All @@ -1083,6 +1081,15 @@ dependencies = [
"aws-smithy-types",
]

[[package]]
name = "aws-smithy-json"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "623a51127f24c30776c8b374295f2df78d92517386f77ba30773f15a30ce1422"
dependencies = [
"aws-smithy-types",
]

[[package]]
name = "aws-smithy-query"
version = "0.60.7"
Expand All @@ -1095,9 +1102,9 @@ dependencies = [

[[package]]
name = "aws-smithy-runtime"
version = "1.6.3"
version = "1.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0abbf454960d0db2ad12684a1640120e7557294b0ff8e2f11236290a1b293225"
checksum = "865f7050bbc7107a6c98a397a9fcd9413690c27fa718446967cf03b2d3ac517e"
dependencies = [
"aws-smithy-async",
"aws-smithy-http",
Expand All @@ -1122,9 +1129,9 @@ dependencies = [

[[package]]
name = "aws-smithy-runtime-api"
version = "1.7.2"
version = "1.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e086682a53d3aa241192aa110fa8dfce98f2f5ac2ead0de84d41582c7e8fdb96"
checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
dependencies = [
"aws-smithy-async",
"aws-smithy-types",
Expand All @@ -1139,14 +1146,13 @@ dependencies = [

[[package]]
name = "aws-smithy-types"
version = "1.2.4"
version = "1.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543"
checksum = "a28f6feb647fb5e0d5b50f0472c19a7db9462b74e2fec01bb0b44eedcc834e97"
dependencies = [
"base64-simd",
"bytes",
"bytes-utils",
"futures-core",
"http 0.2.12",
"http 1.1.0",
"http-body 0.4.6",
Expand All @@ -1159,24 +1165,22 @@ dependencies = [
"ryu",
"serde",
"time",
"tokio",
"tokio-util",
]

[[package]]
name = "aws-smithy-xml"
version = "0.60.8"
version = "0.60.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
dependencies = [
"xmlparser",
]

[[package]]
name = "aws-types"
version = "1.3.3"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
checksum = "b0df5a18c4f951c645300d365fec53a61418bcf4650f604f85fe2a665bfaa0c2"
dependencies = [
"aws-credential-types",
"aws-smithy-async",
Expand Down
3 changes: 0 additions & 3 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@ aws-credential-types = "1.1.6"
aws-config = "1.1.6"
aws-types = "1.1.6"
aws-smithy-runtime-api = { version = "1.1.6", features = ["client"] }
aws-sdk-sso = "=1.39.0" # TODO: unpin when on Rust 1.78+
aws-sdk-ssooidc = "=1.40.0" # TODO: unpin when on Rust 1.78+
aws-sdk-sts = "=1.39.0" # TODO: unpin when on Rust 1.78+
sha1.workspace = true
tracing-serde = "0.1.3"
time = { version = "0.3.36", features = ["serde"] }
Expand Down

0 comments on commit 8592c64

Please sign in to comment.