From 8adf25db5a95adc416efe9f1410b9ec1b17019d6 Mon Sep 17 00:00:00 2001 From: congyi <15605187270@163.com> Date: Wed, 27 Mar 2024 11:44:22 +0800 Subject: [PATCH] test pass, remove debug info --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b93caf7d217b..4d8260cb75162 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8605,7 +8605,7 @@ dependencies = [ [[package]] name = "reqsign" version = "0.14.9" -source = "git+https://github.com/wcy-fdu/reqsign.git?rev=7ca1d72#7ca1d72fb87186114c0c5cbce2d6c0b1fd52ef90" +source = "git+https://github.com/wcy-fdu/reqsign.git?rev=e32b7dc#e32b7dc1e643dd714a7674612269bf2cd58256d4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 865cc98ab4896..f553bd96c87a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -304,7 +304,7 @@ tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = futures-timer = { git = "https://github.com/madsim-rs/futures-timer.git", rev = "05b33b4" } # patch: unlimit 4MB message size for grpc client etcd-client = { git = "https://github.com/risingwavelabs/etcd-client.git", rev = "4e84d40" } -reqsign = { git = "https://github.com/wcy-fdu/reqsign.git", rev = "7ca1d72" } +reqsign = { git = "https://github.com/wcy-fdu/reqsign.git", rev = "e32b7dc" } [workspace.metadata.dylint] libraries = [{ path = "./lints" }]