Skip to content

Commit abc6771

Browse files
authored
refactor(service/obs): Migrate obs to async reqsign (#1914)
* refactor(service/obs): Migrate obs to async reqsign Signed-off-by: Xuanwo <[email protected]> * Fix CI Signed-off-by: Xuanwo <[email protected]> --------- Signed-off-by: Xuanwo <[email protected]>
1 parent 8c6d502 commit abc6771

File tree

7 files changed

+292
-274
lines changed

7 files changed

+292
-274
lines changed

Cargo.lock

+6-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ redis = { version = "0.22", features = [
119119
"connection-manager",
120120
], optional = true }
121121
# NOTE: we keep this for service migration one by one. And finally we will replace reqsign by v0.9.
122-
reqsign = "0.8.5"
123-
reqsign_0_9 = { package = "reqsign", git = "https://github.com/Xuanwo/reqsign", rev = "fde88af3aecf4ba6c39e5d84dc39c5200f8f3a5e" }
122+
reqsign_0_9 = { package = "reqsign", git = "https://github.com/Xuanwo/reqsign", rev = "3707b084b534233a11cd34729dba8ec4f4c9e1fc" }
124123
reqwest = { version = "0.11.13", features = [
125124
"multipart",
126125
"stream",

0 commit comments

Comments
 (0)