From 81bbb6b21d0f7090551e7582eb70ddcb077757d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 16:36:04 +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 3d71faf..db1849c 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.10.7"