diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1ff9b5bd..191457cf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v4
- name: Setup dependencies
run: ./scripts/setup.sh
@@ -40,7 +40,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v4
- name: Setup dependencies
run: ./scripts/setup.sh
diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml
index c8bc84ba..f96cea7c 100644
--- a/.github/workflows/claude-code-review.yml
+++ b/.github/workflows/claude-code-review.yml
@@ -19,7 +19,7 @@ jobs:
id-token: write
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Claude Code Review
diff --git a/native/Cargo.lock b/native/Cargo.lock
index 1d3a2829..ef598a22 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -3786,9 +3786,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.181"
+version = "0.2.186"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5"
+checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
[[package]]
name = "libm"
@@ -4053,9 +4053,9 @@ dependencies = [
[[package]]
name = "moka"
-version = "0.12.13"
+version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e"
+checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
dependencies = [
"async-lock",
"crossbeam-channel",
@@ -5120,7 +5120,7 @@ version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7"
dependencies = [
- "heck 0.5.0",
+ "heck 0.4.1",
"itertools 0.14.0",
"log",
"multimap",
diff --git a/pom.xml b/pom.xml
index ce811925..00cf7114 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
software.amazon.awssdk
s3
- 2.43.0
+ 2.46.15
test
@@ -90,7 +90,7 @@
com.azure
azure-storage-blob
- 12.33.3
+ 12.35.0
test
@@ -98,7 +98,7 @@
com.azure
azure-identity
- 1.18.2
+ 1.18.4
test
@@ -106,7 +106,7 @@
com.azure
azure-core
- 1.57.1
+ 1.58.1
test
@@ -122,7 +122,7 @@
com.google.cloud
google-cloud-storage
- 2.67.0
+ 2.69.0
test
@@ -130,7 +130,7 @@
com.google.cloud
google-cloud-nio
- 0.131.0
+ 0.133.0
test
@@ -558,7 +558,7 @@
org.sonatype.central
central-publishing-maven-plugin
- 0.10.0
+ 0.11.0
true
central