Skip to content

Commit

Permalink
fix(deps): update aws-sdk-rust monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 5, 2024
1 parent 284af97 commit 346f54f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-router"
version = "1.57.1"
version = "1.57.0"
authors = ["Apollo Graph, Inc. <[email protected]>"]
repository = "https://github.com/apollographql/router/"
documentation = "https://docs.rs/apollo-router"
Expand Down Expand Up @@ -62,7 +62,7 @@ features = ["docs_rs"]
access-json = "0.1.0"
anyhow = "1.0.86"
apollo-compiler.workspace = true
apollo-federation = { path = "../apollo-federation", version = "=1.57.1" }
apollo-federation = { path = "../apollo-federation", version = "=1.57.0" }
arc-swap = "1.6.0"
async-channel = "1.9.0"
async-compression = { version = "0.4.6", features = [
Expand Down Expand Up @@ -260,9 +260,9 @@ 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+
aws-sdk-sso = "=1.48.0" # TODO: unpin when on Rust 1.78+
aws-sdk-ssooidc = "=1.49.0" # TODO: unpin when on Rust 1.78+
aws-sdk-sts = "=1.48.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 346f54f

Please sign in to comment.