Skip to content

Commit

Permalink
chore: Remove unused dep async-compat (#3947)
Browse files Browse the repository at this point in the history
* chore: Remove unused dep async-compat

Signed-off-by: Xuanwo <[email protected]>

* Fix c cargo.lock

Signed-off-by: Xuanwo <[email protected]>

* Fix build under wasm32

Signed-off-by: Xuanwo <[email protected]>

* requires rt

Signed-off-by: Xuanwo <[email protected]>

---------

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jan 9, 2024
1 parent 4ee3548 commit 1bc80d7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
14 changes: 0 additions & 14 deletions Cargo.lock

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

14 changes: 0 additions & 14 deletions bindings/c/Cargo.lock

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

3 changes: 1 addition & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ required-features = ["tests"]
[dependencies]
anyhow = { version = "1.0.30", features = ["std"] }
async-backtrace = { version = "0.2.6", optional = true }
async-compat = "0.2"
async-tls = { version = "0.12.0", optional = true }
async-trait = "0.1.68"
atomic_lib = { version = "0.34.5", optional = true }
Expand Down Expand Up @@ -302,7 +301,7 @@ suppaftp = { version = "5.2", default-features = false, features = [
"async-rustls",
], optional = true }
tikv-client = { version = "0.3.0", optional = true, default-features = false }
tokio = { version = "1.27", features = ["sync"] }
tokio = { version = "1.27", features = ["sync", "rt"] }
tokio-postgres = { version = "0.7.8", optional = true }
tracing = { version = "0.1", optional = true }
uuid = { version = "1", features = ["serde", "v4"] }
Expand Down

0 comments on commit 1bc80d7

Please sign in to comment.