Skip to content

Commit

Permalink
Import async-scoped from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Jan 25, 2024
1 parent 95b2637 commit 28c945e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ipa-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ ipa-macros = { version = "*", path = "../ipa-macros" }

aes = "0.8.3"
async-trait = "0.1.68"
# TODO: migrate to crates.io once 0.9 is released: https://github.com/rmanoka/async-scoped/issues/27
async-scoped = { git = "https://github.com/rmanoka/async-scoped.git", features = ["use-tokio"], optional = true }
async-scoped = { version = "0.9.0", features = ["use-tokio"], optional = true }
axum = { version = "0.5.17", optional = true, features = ["http2"] }
axum-server = { version = "0.5.1", optional = true, features = [
"rustls",
Expand Down

0 comments on commit 28c945e

Please sign in to comment.