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 e5965475a chore(deps): bump aws-credential-types from 1.2.12 to 1.2.13 
in /native (#3566)
e5965475a is described below

commit e5965475a25ec2452aafe82be0fe03ca940a52f6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 12:34:27 2026 -0500

    chore(deps): bump aws-credential-types from 1.2.12 to 1.2.13 in /native 
(#3566)
    
    Bumps [aws-credential-types](https://github.com/smithy-lang/smithy-rs) from 
1.2.12 to 1.2.13.
    - [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.13
      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 6fac6f62d..a9e59f58c 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -593,9 +593,9 @@ dependencies = [
 
 [[package]]
 name = "aws-credential-types"
-version = "1.2.12"
+version = "1.2.13"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e26bbf46abc608f2dc61fd6cb3b7b0665497cc259a21520151ed98f8b37d2c79"
+checksum = "6d203b0bf2626dcba8665f5cd0871d7c2c0930223d6b6be9097592fea21242d0"
 dependencies = [
  "aws-smithy-async",
  "aws-smithy-runtime-api",
@@ -747,9 +747,9 @@ dependencies = [
 
 [[package]]
 name = "aws-smithy-async"
-version = "1.2.12"
+version = "1.2.13"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "3cba48474f1d6807384d06fec085b909f5807e16653c5af5c45dfe89539f0b70"
+checksum = "5cc50d0f63e714784b84223abd7abbc8577de8c35d699e0edd19f0a88a08ae13"
 dependencies = [
  "futures-util",
  "pin-project-lite",
@@ -856,9 +856,9 @@ dependencies = [
 
 [[package]]
 name = "aws-smithy-runtime-api"
-version = "1.11.4"
+version = "1.11.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8c55e0837e9b8526f49e0b9bfa9ee18ddee70e853f5bc09c5d11ebceddcb0fec"
+checksum = "b4af6e5def28be846479bbeac55aa4603d6f7986fc5da4601ba324dd5d377516"
 dependencies = [
  "aws-smithy-async",
  "aws-smithy-types",
@@ -873,9 +873,9 @@ dependencies = [
 
 [[package]]
 name = "aws-smithy-types"
-version = "1.4.4"
+version = "1.4.5"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "576b0d6991c9c32bc14fc340582ef148311f924d41815f641a308b5d11e8e7cd"
+checksum = "8ca2734c16913a45343b37313605d84e7d8b34a4611598ce1d25b35860a2bed3"
 dependencies = [
  "base64-simd",
  "bytes",
diff --git a/native/Cargo.toml b/native/Cargo.toml
index 5a99fff12..18007a2f0 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -53,7 +53,7 @@ thiserror = "2"
 object_store = { version = "0.12.3", features = ["gcp", "azure", "aws", 
"http"] }
 url = "2.2"
 aws-config = "1.8.14"
-aws-credential-types = "1.2.12"
+aws-credential-types = "1.2.13"
 iceberg = { git = "https://github.com/apache/iceberg-rust";, rev = "ee21563" }
 
 [profile.release]


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

Reply via email to