diff --git a/Cargo.lock b/Cargo.lock index 68beadf9..2af9c4bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3462,9 +3462,9 @@ dependencies = [ [[package]] name = "sea-orm-cli" -version = "0.10.2" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "882af0d4cd3d6cc2f427d14a48e9f468b37c563b405ea486fd314ba18ca334d0" +checksum = "ebcce92f0f804acd10b4378a3c8b0e5fb28f3a9ae9337006bd651baa3a95632c" dependencies = [ "chrono", "clap", @@ -3491,9 +3491,9 @@ dependencies = [ [[package]] name = "sea-orm-migration" -version = "0.10.2" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fe6e594b078712e1e797b951b9b56e55d3cfa04aac8ea76eb4bed7c94c5910" +checksum = "d5260d4956cb6ccf49654e6b94ff8030cd8778240627e971cb5a569347b61606" dependencies = [ "async-trait", "clap", diff --git a/warpgate-db-migrations/Cargo.toml b/warpgate-db-migrations/Cargo.toml index 9f085d16..e7c31699 100644 --- a/warpgate-db-migrations/Cargo.toml +++ b/warpgate-db-migrations/Cargo.toml @@ -17,7 +17,7 @@ sea-orm = { version = "0.10.5", features = [ "with-uuid", "with-json", ], default-features = false } -sea-orm-migration = { version = "0.10.2", default-features = false, features = [ +sea-orm-migration = { version = "0.10.5", default-features = false, features = [ "cli", ] } uuid = { version = "1.2", features = ["v4", "serde"] }