Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ jobs:
- target: powerpc-unknown-linux-gnu
build_smithy_rs_features: ''
build_aws_exclude: --exclude aws-inlineable
build_smithy_rs_exclude: --exclude aws-smithy-http-server-python --exclude aws-smithy-http-server-typescript --exclude aws-smithy-experimental --exclude aws-smithy-http-client
build_smithy_rs_exclude: --exclude aws-smithy-http-server-python --exclude aws-smithy-http-server-typescript --exclude aws-smithy-experimental --exclude aws-smithy-http-client --exclude aws-smithy-http-server-metrics --exclude aws-smithy-http-server-metrics-macro
test_smithy_rs_features: ''
test_aws_features: ''
test_aws_exclude: --exclude aws-inlineable
test_smithy_rs_exclude: --exclude aws-smithy-http-server-python --exclude aws-smithy-http-server-typescript --exclude aws-smithy-experimental --exclude aws-smithy-http-client
test_smithy_rs_exclude: --exclude aws-smithy-http-server-python --exclude aws-smithy-http-server-typescript --exclude aws-smithy-experimental --exclude aws-smithy-http-client --exclude aws-smithy-http-server-metrics --exclude aws-smithy-http-server-metrics-macro
- target: powerpc64-unknown-linux-gnu
build_smithy_rs_features: ''
build_aws_exclude: --exclude aws-inlineable
Expand Down
4 changes: 2 additions & 2 deletions aws/rust-runtime/aws-credential-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-credential-types"
version = "1.2.12"
version = "1.2.13"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
description = "Types for AWS SDK credentials."
edition = "2021"
Expand All @@ -21,7 +21,7 @@ zeroize = "1.7.0"
[dev-dependencies]
async-trait = "0.1.74" # used to test compatibility
aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["test-util"] }
tokio = { version = "1.23.1", features = ["full", "test-util", "rt"] }
tokio = { version = "1.49.0", features = ["full", "test-util", "rt"] }

[package.metadata.docs.rs]
all-features = true
Expand Down
6 changes: 3 additions & 3 deletions aws/rust-runtime/aws-inlineable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ hmac = "0.12"
lru = "0.16.3"
ring = "0.17.5"
sha2 = "0.10"
tokio = "1.46.0"
tracing = "0.1.40"
tokio = "1.49.0"
tracing = "0.1.44"
url = "2.5.4"


Expand All @@ -50,7 +50,7 @@ aws-smithy-async = { path = "../../../rust-runtime/aws-smithy-async", features =
aws-smithy-http = { path = "../../../rust-runtime/aws-smithy-http", features = ["rt-tokio"] }
aws-smithy-runtime-api = { path = "../../../rust-runtime/aws-smithy-runtime-api", features = ["test-util"] }
tempfile = "3.16.0"
tokio = { version = "1.23.1", features = ["macros", "rt", "io-util"] }
tokio = { version = "1.49.0", features = ["macros", "rt", "io-util"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracing-test = { version = "0.2", features = ["no-env-filter"] }

Expand Down
6 changes: 3 additions & 3 deletions aws/rust-runtime/aws-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-runtime"
version = "1.7.0"
version = "1.7.1"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>"]
description = "Runtime support code for the AWS SDK. This crate isn't intended to be used directly."
edition = "2021"
Expand Down Expand Up @@ -36,7 +36,7 @@ http-body-1x = { package = "http-body", version = "1.0.1"}
percent-encoding = "2.3.1"
pin-project-lite = "0.2.14"
regex-lite = { version = "0.1.5", optional = true }
tracing = "0.1.40"
tracing = "0.1.44"
uuid = { version = "1" }

[dev-dependencies]
Expand All @@ -53,7 +53,7 @@ http-body-util = "0.1.3"
proptest = "1.2"
serde = { version = "1", features = ["derive"]}
serde_json = "1"
tokio = { version = "1.23.1", features = ["macros", "rt", "time"] }
tokio = { version = "1.49.0", features = ["macros", "rt", "time"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing-test = "0.2.4"

Expand Down
4 changes: 2 additions & 2 deletions aws/rust-runtime/aws-sigv4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-sigv4"
version = "1.4.0"
version = "1.4.1"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "David Barsky <me@davidbarsky.com>"]
description = "SigV4 signer for HTTP requests and Event Stream messages."
edition = "2021"
Expand Down Expand Up @@ -36,7 +36,7 @@ sha2 = "0.10"
crypto-bigint = { version = "0.5.4", optional = true }
subtle = { version = "2.5.0", optional = true }
time = "0.3.5"
tracing = "0.1.40"
tracing = "0.1.44"
Comment thread
jasgin marked this conversation as resolved.
zeroize = { version = "^1.7.0", optional = true }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions aws/rust-runtime/aws-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-types"
version = "1.3.12"
version = "1.3.13"
authors = ["AWS Rust SDK Team <aws-sdk-rust@amazon.com>", "Russell Cohen <rcoh@amazon.com>"]
description = "Cross-service types for the AWS SDK."
edition = "2021"
Expand All @@ -18,7 +18,7 @@ aws-smithy-async = { path = "../../../rust-runtime/aws-smithy-async" }
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.40"
tracing = "0.1.44"
# 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
Expand Down
1 change: 1 addition & 0 deletions design/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@
- [RFC-0043: Identity Cache Partitions](./rfcs/rfc0043_identity_cache_partitions.md)
- [RFC-0044: Environment-defined service configuration](./rfcs/rfc0044_env_defined_service_config.md)
- [RFC-0045: Configurable Serde](./rfcs/rfc0045_configurable_serde.md)
- [RFC-0046: Server request metrics](./rfcs/rfc0046_server_request_metrics.md)
- [Contributing](./contributing/overview.md)
- [Writing and debugging a low-level feature that relies on HTTP](./contributing/writing_and_debugging_a_low-level_feature_that_relies_on_HTTP.md)
Loading
Loading