From d4a2df7e7d1140e18aa54572dde90adb77524b03 Mon Sep 17 00:00:00 2001 From: congyi wang <58715567+wcy-fdu@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:34:15 +0800 Subject: [PATCH] fix(object store): ensure the stability of Azure Blob (#17442) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75fc38405c845..8b34405f5d688 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9706,7 +9706,7 @@ dependencies = [ [[package]] name = "reqsign" version = "0.14.9" -source = "git+https://github.com/wcy-fdu/reqsign.git?rev=c7dd668#c7dd668764ada1e7477177cfa913fec24252dd34" +source = "git+https://github.com/wcy-fdu/reqsign.git?rev=dffdacb#dffdacb739a49a5d94039636793e0d01c97b1924" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7385f9f1cf285..7daf69b60bd75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -315,7 +315,7 @@ futures-timer = { git = "https://github.com/madsim-rs/futures-timer.git", rev = # patch: unlimit 4MB message size for grpc client etcd-client = { git = "https://github.com/risingwavelabs/etcd-client.git", rev = "4e84d40" } # todo(wcy-fdu): remove this patch fork after opendal release a new version to apply azure workload identity change. -reqsign = { git = "https://github.com/wcy-fdu/reqsign.git", rev = "c7dd668" } +reqsign = { git = "https://github.com/wcy-fdu/reqsign.git", rev = "dffdacb" } # patch to remove preserve_order from serde_json deno_core = { git = "https://github.com/bakjos/deno_core", rev = "9b241c6" } # patch to user reqwest 0.12.2