This is an automated email from the ASF dual-hosted git repository.
findepi 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 4d1db63c6e chore(deps): bump aws-credential-types from 1.2.3 to 1.2.4
(#16815)
4d1db63c6e is described below
commit 4d1db63c6ee4e21143e8dbad8fd8fc8a32c8821a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 22 06:49:43 2025 -0700
chore(deps): bump aws-credential-types from 1.2.3 to 1.2.4 (#16815)
* chore(deps): bump aws-credential-types from 1.2.3 to 1.2.4
Bumps [aws-credential-types](https://github.com/smithy-lang/smithy-rs) from
1.2.3 to 1.2.4.
- [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-credential-types
dependency-version: 1.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* empty: roll the dice 🎲
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Findeisen <[email protected]>
---
Cargo.lock | 8 ++++----
datafusion-cli/Cargo.toml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 338dc883bf..148b4b21d1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -653,9 +653,9 @@ dependencies = [
[[package]]
name = "aws-credential-types"
-version = "1.2.3"
+version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "687bc16bc431a8533fe0097c7f0182874767f920989d7260950172ae8e3c4465"
+checksum = "b68c2194a190e1efc999612792e25b1ab3abfefe4306494efaaabc25933c0cbe"
dependencies = [
"aws-smithy-async",
"aws-smithy-runtime-api",
@@ -907,9 +907,9 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime-api"
-version = "1.8.1"
+version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bd8531b6d8882fd8f48f82a9754e682e29dd44cff27154af51fa3eb730f59efb"
+checksum = "9852b9226cb60b78ce9369022c0df678af1cac231c882d5da97a0c4e03be6e67"
dependencies = [
"aws-smithy-async",
"aws-smithy-types",
diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index 28e56f493f..b5d8830e71 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -38,7 +38,7 @@ backtrace = ["datafusion/backtrace"]
arrow = { workspace = true }
async-trait = { workspace = true }
aws-config = "1.8.1"
-aws-credential-types = "1.2.0"
+aws-credential-types = "1.2.4"
clap = { version = "4.5.41", features = ["derive", "cargo"] }
datafusion = { workspace = true, features = [
"avro",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]