This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal.git
The following commit(s) were added to refs/heads/main by this push:
new ec8d0cdfd chore: Fix build (#6789)
ec8d0cdfd is described below
commit ec8d0cdfde254285883cfcddea90c9f403d919ef
Author: Xuanwo <[email protected]>
AuthorDate: Mon Nov 17 19:23:19 2025 +0800
chore: Fix build (#6789)
Signed-off-by: Xuanwo <[email protected]>
---
core/Cargo.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/Cargo.lock b/core/Cargo.lock
index ea26890ec..c52dffc02 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -323,9 +323,9 @@ dependencies = [
[[package]]
name = "async-graphql"
-version = "7.0.16"
+version = "7.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d3ee559e72d983e7e04001ba3bf32e6b71c1d670595780723727fd8a29d36e87"
+checksum = "036618f842229ba0b89652ffe425f96c7c16a49f7e3cb23b56fca7f61fd74980"
dependencies = [
"async-graphql-derive",
"async-graphql-parser",
@@ -6376,7 +6376,7 @@ version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac6c3320f9abac597dcbc668774ef006702672474aad53c6d596b62e487b40b1"
dependencies = [
- "heck 0.5.0",
+ "heck 0.4.1",
"itertools 0.14.0",
"log",
"multimap",