diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 05b1c52d..9d6034ca 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.20" +version = "0.0.21" edition = "2021" authors = [ @@ -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.9.0" +version = "0.9.1" features = ["debug-print", "macros", "runtime-async-std-native-tls"] default-features = false optional = true [dependencies.sea-orm-migration] -version = "0.9.0" +version = "0.9.1" optional = true [features]