diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 6292a160..6f9df4f9 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -53,13 +53,13 @@ maud = { git = "https://github.com/lambda-fairy/maud", rev = "e6787cd6", feature serde = { version = "1.0", features = ["derive"] } [dependencies.sea-orm] -version = "0.8.0" +version = "0.9.0" features = ["debug-print", "macros", "runtime-async-std-native-tls"] default-features = false optional = true [dependencies.sea-orm-migration] -version = "0.8.3" +version = "0.9.0" optional = true [features]