From 28c945e519539d138ad87c7f4deff91d0a96fd5e Mon Sep 17 00:00:00 2001 From: Alex Koshelev Date: Thu, 25 Jan 2024 09:59:40 -0800 Subject: [PATCH] Import async-scoped from crates.io --- ipa-core/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ipa-core/Cargo.toml b/ipa-core/Cargo.toml index 9cc7c1dbe..a28752559 100644 --- a/ipa-core/Cargo.toml +++ b/ipa-core/Cargo.toml @@ -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",