Skip to content

Commit

Permalink
Update Rust crate async-std to ^1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent 42ed0c9 commit 36d8cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 36d8cc6

Please sign in to comment.