Skip to content

Commit 36d8cc6

Browse files
Update Rust crate async-std to ^1.12.0
1 parent 42ed0c9 commit 36d8cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "migration"
99
path = "src/lib.rs"
1010

1111
[dependencies]
12-
async-std = { version = "^1", features = ["attributes", "tokio1"] }
12+
async-std = { version = "^1.12.0", features = ["attributes", "tokio1"] }
1313

1414
[dependencies.sea-orm-migration]
1515
version = "^0.11.0"

0 commit comments

Comments
 (0)