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 fa55a308c chore(deps): bump aws-credential-types from 1.2.8 to 1.2.9 
in /native (#2751)
fa55a308c is described below

commit fa55a308c69a97a998e7057b030f5c7b980feae2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 10 10:16:55 2025 -0500

    chore(deps): bump aws-credential-types from 1.2.8 to 1.2.9 in /native 
(#2751)
    
    Bumps [aws-credential-types](https://github.com/smithy-lang/smithy-rs) from 
1.2.8 to 1.2.9.
    - [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.9
      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 | 4 ++--
 native/Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index 26672df31..fa973f0e4 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -514,9 +514,9 @@ dependencies = [
 
 [[package]]
 name = "aws-credential-types"
-version = "1.2.8"
+version = "1.2.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "faf26925f4a5b59eb76722b63c2892b1d70d06fa053c72e4a100ec308c1d47bc"
+checksum = "86590e57ea40121d47d3f2e131bfd873dea15d78dc2f4604f4734537ad9e56c4"
 dependencies = [
  "aws-smithy-async",
  "aws-smithy-runtime-api",
diff --git a/native/Cargo.toml b/native/Cargo.toml
index b4206af19..3c609b9bd 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.8.10"
-aws-credential-types = "1.2.7"
+aws-credential-types = "1.2.9"
 
 [profile.release]
 debug = true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to