This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new c27a42680 chore(deps): bump aws-credential-types from 1.2.6 to 1.2.7
in /native (#2563)
c27a42680 is described below
commit c27a4268041ced65aa5cf75f417ebad8e32c94b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 12:31:40 2025 -0400
chore(deps): bump aws-credential-types from 1.2.6 to 1.2.7 in /native
(#2563)
Bumps [aws-credential-types](https://github.com/smithy-lang/smithy-rs) from
1.2.6 to 1.2.7.
- [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.7
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>
---
native/Cargo.lock | 16 ++++++++--------
native/Cargo.toml | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/native/Cargo.lock b/native/Cargo.lock
index b01c6948a..f81724429 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -514,9 +514,9 @@ dependencies = [
[[package]]
name = "aws-credential-types"
-version = "1.2.6"
+version = "1.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d025db5d9f52cbc413b167136afb3d8aeea708c0d8884783cf6253be5e22f6f2"
+checksum = "faf26925f4a5b59eb76722b63c2892b1d70d06fa053c72e4a100ec308c1d47bc"
dependencies = [
"aws-smithy-async",
"aws-smithy-runtime-api",
@@ -662,9 +662,9 @@ dependencies = [
[[package]]
name = "aws-smithy-async"
-version = "1.2.5"
+version = "1.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1e190749ea56f8c42bf15dd76c65e14f8f765233e6df9b0506d9d934ebef867c"
+checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
dependencies = [
"futures-util",
"pin-project-lite",
@@ -769,9 +769,9 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime-api"
-version = "1.9.0"
+version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "07f5e0fc8a6b3f2303f331b94504bbf754d85488f402d6f1dd7a6080f99afe56"
+checksum = "3683c5b152d2ad753607179ed71988e8cfd52964443b4f74fd8e552d0bbfeb46"
dependencies = [
"aws-smithy-async",
"aws-smithy-types",
@@ -786,9 +786,9 @@ dependencies = [
[[package]]
name = "aws-smithy-types"
-version = "1.3.2"
+version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d498595448e43de7f4296b7b7a18a8a02c61ec9349128c80a368f7c3b4ab11a8"
+checksum = "9f5b3a7486f6690ba25952cabf1e7d75e34d69eaff5081904a47bc79074d6457"
dependencies = [
"base64-simd",
"bytes",
diff --git a/native/Cargo.toml b/native/Cargo.toml
index 65b9a7eaf..147db3695 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -52,7 +52,7 @@ thiserror = "2"
object_store = { version = "0.12.3", features = ["gcp", "azure", "aws",
"http"] }
url = "2.2"
aws-config = "1.6.3"
-aws-credential-types = "1.2.6"
+aws-credential-types = "1.2.7"
[profile.release]
debug = true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]