diff --git a/Cargo.toml b/Cargo.toml index 7dcf2e1..356e6a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ x509-parser = "0.18" bon = "3" http = "1" serde_json = "1" -sea-orm-migration = { version = "1", features = ["runtime-tokio-rustls"] } +sea-orm-migration = { version = "2", features = ["runtime-tokio-rustls"] } sea-orm = { version = "1", features = ["runtime-tokio-rustls"] } regex = "1" regex-automata = "0.4"