diff --git a/Cargo.lock b/Cargo.lock index 8b9ee0f..5843cce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,9 +318,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "730294c1c08c2e0f85759590518f6333f0d5a0a766a27d519c1b244c3dfd8a24" +checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b" dependencies = [ "async-attributes", "async-channel 1.9.0", diff --git a/dcapal-backend/migration/Cargo.toml b/dcapal-backend/migration/Cargo.toml index 25fd49d..409ce7a 100644 --- a/dcapal-backend/migration/Cargo.toml +++ b/dcapal-backend/migration/Cargo.toml @@ -11,7 +11,7 @@ name = "migration" path = "src/lib.rs" [dependencies] -async-std = { version = "1.13.1", features = ["attributes", "tokio1"] } +async-std = { version = "1.13.2", features = ["attributes", "tokio1"] } [dependencies.sea-orm-migration] version = "1.1.14"