diff --git a/Cargo.toml b/Cargo.toml index 868ea33b..15746da3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.51" +version = "0.0.52" edition = "2021" authors = [ @@ -39,7 +39,7 @@ postgres = ["database", "sea-orm/sqlx-postgres"] sqlite = ["database", "sea-orm/sqlx-sqlite"] [dependencies] -async-trait = "0.1.77" +async-trait = "0.1.78" chrono = "0.4.35" concat-string = "1.0.1" figlet-rs = "0.1.5" @@ -49,15 +49,15 @@ once_cell = "1.19.0" paste = "1.0.14" substring = "1.4.5" term_size = "0.3.2" -toml = "0.8.10" +toml = "0.8.12" url = "2.5.0" tracing = "0.1.40" tracing-appender = "0.2.3" tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } -tracing-actix-web = "0.7.9" +tracing-actix-web = "0.7.10" -fluent-templates = "0.9.0" +fluent-templates = "0.9.1" unic-langid = { version = "0.9.4", features = ["macros"] } actix-web = "4" @@ -79,7 +79,7 @@ optional = true version = "0.4.1" [dependencies.sea-orm] -version = "0.12.14" +version = "0.12.15" features = ["debug-print", "macros", "runtime-async-std-native-tls"] default-features = false optional = true