Skip to content

Commit

Permalink
fix(object store): ensure the stability of Azure Blob (#17442)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu authored Jun 25, 2024
1 parent f6a16db commit d4a2df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4a2df7

Please sign in to comment.