From a5cd7778465ecfaae25672b80189fe34c900cb66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 14:40:00 +0000 Subject: [PATCH] Update Rust crate async-std to ^1.12.0 --- migration/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/Cargo.toml b/migration/Cargo.toml index 86ae7ff..8db536f 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -9,7 +9,7 @@ name = "migration" path = "src/lib.rs" [dependencies] -async-std = { version = "^1", features = ["attributes", "tokio1"] } +async-std = { version = "^1.12.0", features = ["attributes", "tokio1"] } [dependencies.sea-orm-migration] version = "^0.11.0"