From b542021ba87b8a1064ada84187e6b98835d4703c Mon Sep 17 00:00:00 2001 From: everpcpc Date: Wed, 25 Sep 2024 12:02:42 +0800 Subject: [PATCH] chore: update source repo for async-compression --- Cargo.lock | 2 +- src/common/compress/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0912207bcc9a..230f6fe9caa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -665,7 +665,7 @@ dependencies = [ [[package]] name = "async-compression" version = "0.4.3" -source = "git+https://github.com/everpcpc/async-compression?rev=dc81082#dc8108229e3a0288ee9097c986b89a90788fe9f6" +source = "git+https://github.com/datafuse-extras/async-compression?rev=dc81082#dc8108229e3a0288ee9097c986b89a90788fe9f6" dependencies = [ "brotli 3.5.0", "bzip2", diff --git a/src/common/compress/Cargo.toml b/src/common/compress/Cargo.toml index 357a2b49a653..663286404941 100644 --- a/src/common/compress/Cargo.toml +++ b/src/common/compress/Cargo.toml @@ -8,7 +8,7 @@ edition = { workspace = true } [dependencies] # Temp workaround, should come back to tagged version after https://github.com/Nemo157/async-compression/issues/150 resolved. -async-compression = { git = "https://github.com/everpcpc/async-compression", rev = "dc81082", features = [ +async-compression = { git = "https://github.com/datafuse-extras/async-compression", rev = "dc81082", features = [ "futures-io", "all-algorithms", ] }