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 5c751c215 chore(deps): bump aws-credential-types from 1.2.11 to 1.2.12
in /native (#3525)
5c751c215 is described below
commit 5c751c2152385592278f6113716a773ee785dde3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 11:11:44 2026 -0500
chore(deps): bump aws-credential-types from 1.2.11 to 1.2.12 in /native
(#3525)
Bumps [aws-credential-types](https://github.com/smithy-lang/smithy-rs) from
1.2.11 to 1.2.12.
- [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.12
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 c1224c2a0..e5a9c52a6 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -589,9 +589,9 @@ dependencies = [
[[package]]
name = "aws-credential-types"
-version = "1.2.11"
+version = "1.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3cd362783681b15d136480ad555a099e82ecd8e2d10a841e14dfd0078d67fee3"
+checksum = "e26bbf46abc608f2dc61fd6cb3b7b0665497cc259a21520151ed98f8b37d2c79"
dependencies = [
"aws-smithy-async",
"aws-smithy-runtime-api",
@@ -742,9 +742,9 @@ dependencies = [
[[package]]
name = "aws-smithy-async"
-version = "1.2.11"
+version = "1.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "52eec3db979d18cb807fc1070961cc51d87d069abe9ab57917769687368a8c6c"
+checksum = "3cba48474f1d6807384d06fec085b909f5807e16653c5af5c45dfe89539f0b70"
dependencies = [
"futures-util",
"pin-project-lite",
@@ -851,9 +851,9 @@ dependencies = [
[[package]]
name = "aws-smithy-runtime-api"
-version = "1.11.3"
+version = "1.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49952c52f7eebb72ce2a754d3866cc0f87b97d2a46146b79f80f3a93fb2b3716"
+checksum = "8c55e0837e9b8526f49e0b9bfa9ee18ddee70e853f5bc09c5d11ebceddcb0fec"
dependencies = [
"aws-smithy-async",
"aws-smithy-types",
@@ -868,9 +868,9 @@ dependencies = [
[[package]]
name = "aws-smithy-types"
-version = "1.4.3"
+version = "1.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3b3a26048eeab0ddeba4b4f9d51654c79af8c3b32357dc5f336cee85ab331c33"
+checksum = "576b0d6991c9c32bc14fc340582ef148311f924d41815f641a308b5d11e8e7cd"
dependencies = [
"base64-simd",
"bytes",
diff --git a/native/Cargo.toml b/native/Cargo.toml
index 03e7f6e91..2be5f1785 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.13"
-aws-credential-types = "1.2.9"
+aws-credential-types = "1.2.12"
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]