This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 8e72c48d4e chore(deps): bump aws-config from 1.5.17 to 1.5.18 (#15041)
8e72c48d4e is described below
commit 8e72c48d4e007784fc9a5819036b2738f6a2e256
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 6 06:41:21 2025 -0500
chore(deps): bump aws-config from 1.5.17 to 1.5.18 (#15041)
Bumps [aws-config](https://github.com/smithy-lang/smithy-rs) from 1.5.17 to
1.5.18.
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
-
[Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)
---
updated-dependencies:
- dependency-name: aws-config
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 50 +++++++++++++++++++++++++++++++++--------------
datafusion-cli/Cargo.toml | 2 +-
2 files changed, 36 insertions(+), 16 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 069462b942..6e2a772a13 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -607,9 +607,9 @@ checksum =
"ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "aws-config"
-version = "1.5.17"
+version = "1.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "490aa7465ee685b2ced076bb87ef654a47724a7844e2c7d3af4e749ce5b875dd"
+checksum = "90aff65e86db5fe300752551c1b015ef72b708ac54bded8ef43d0d53cb7cb0b1"
dependencies = [
"aws-credential-types",
"aws-runtime",
@@ -617,7 +617,7 @@ dependencies = [
"aws-sdk-ssooidc",
"aws-sdk-sts",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.61.1",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
@@ -656,7 +656,7 @@ dependencies = [
"aws-credential-types",
"aws-sigv4",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.12",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
"aws-smithy-types",
@@ -674,14 +674,14 @@ dependencies = [
[[package]]
name = "aws-sdk-sso"
-version = "1.60.0"
+version = "1.61.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "60186fab60b24376d3e33b9ff0a43485f99efd470e3b75a9160c849741d63d56"
+checksum = "e65ff295979977039a25f5a0bf067a64bc5e6aa38f3cef4037cf42516265553c"
dependencies = [
"aws-credential-types",
"aws-runtime",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.61.1",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
@@ -696,14 +696,14 @@ dependencies = [
[[package]]
name = "aws-sdk-ssooidc"
-version = "1.61.0"
+version = "1.62.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7033130ce1ee13e6018905b7b976c915963755aef299c1521897679d6cd4f8ef"
+checksum = "91430a60f754f235688387b75ee798ef00cfd09709a582be2b7525ebb5306d4f"
dependencies = [
"aws-credential-types",
"aws-runtime",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.61.1",
"aws-smithy-json",
"aws-smithy-runtime",
"aws-smithy-runtime-api",
@@ -718,14 +718,14 @@ dependencies = [
[[package]]
name = "aws-sdk-sts"
-version = "1.61.0"
+version = "1.62.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c5c1cac7677179d622b4448b0d31bcb359185295dc6fca891920cfb17e2b5156"
+checksum = "9276e139d39fff5a0b0c984fc2d30f970f9a202da67234f948fda02e5bea1dbe"
dependencies = [
"aws-credential-types",
"aws-runtime",
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.61.1",
"aws-smithy-json",
"aws-smithy-query",
"aws-smithy-runtime",
@@ -746,7 +746,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051"
dependencies = [
"aws-credential-types",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.12",
"aws-smithy-runtime-api",
"aws-smithy-types",
"bytes",
@@ -793,6 +793,26 @@ dependencies = [
"tracing",
]
+[[package]]
+name = "aws-smithy-http"
+version = "0.61.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e6f276f21c7921fe902826618d1423ae5bf74cf8c1b8472aee8434f3dfd31824"
+dependencies = [
+ "aws-smithy-runtime-api",
+ "aws-smithy-types",
+ "bytes",
+ "bytes-utils",
+ "futures-core",
+ "http 0.2.12",
+ "http-body 0.4.6",
+ "once_cell",
+ "percent-encoding",
+ "pin-project-lite",
+ "pin-utils",
+ "tracing",
+]
+
[[package]]
name = "aws-smithy-json"
version = "0.61.2"
@@ -819,7 +839,7 @@ source =
"registry+https://github.com/rust-lang/crates.io-index"
checksum = "d526a12d9ed61fadefda24abe2e682892ba288c2018bcb38b1b4c111d13f6d92"
dependencies = [
"aws-smithy-async",
- "aws-smithy-http",
+ "aws-smithy-http 0.60.12",
"aws-smithy-runtime-api",
"aws-smithy-types",
"bytes",
diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index 900d171cb0..47471d3808 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -37,7 +37,7 @@ backtrace = ["datafusion/backtrace"]
[dependencies]
arrow = { workspace = true }
async-trait = { workspace = true }
-aws-config = "1.5.17"
+aws-config = "1.5.18"
aws-credential-types = "1.2.0"
clap = { version = "4.5.30", features = ["derive", "cargo"] }
datafusion = { workspace = true, features = [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]