diff --git a/Cargo.lock b/Cargo.lock index d864187752208..16350db6b46e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8823,7 +8823,7 @@ dependencies = [ [[package]] name = "reqsign" version = "0.14.9" -source = "git+https://github.com/wcy-fdu/reqsign.git?rev=e6cb304#e6cb3048581033275f4525431b757c8c612d37db" +source = "git+https://github.com/wcy-fdu/reqsign.git?rev=002ee2a#002ee2a41749b08bb5336f344e31f514d8fce718" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 71f560623002d..e6968b90a0245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -314,7 +314,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 = "e6cb304" } +reqsign = { git = "https://github.com/wcy-fdu/reqsign.git", rev = "002ee2a" } [workspace.metadata.dylint] libraries = [{ path = "./lints" }]