diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 11088849..0bbd2a77 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -22,11 +22,11 @@ categories = [ ] [dependencies] -async-trait = "0.1.67" +async-trait = "0.1.68" concat-string = "1.0.1" doc-comment = "0.3.3" figlet-rs = "0.1.5" -futures = "0.3.27" +futures = "0.3.28" nom = "7.1.3" once_cell = "1.17.1" paste = "1.0.12" @@ -37,9 +37,9 @@ url = "2.3.1" tracing = "0.1.37" tracing-appender = "0.2.2" -tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] } +tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] } tracing-unwrap = { version = "0.10.0", default-features = false } -tracing-actix-web = "0.7.3" +tracing-actix-web = "0.7.4" fluent-templates = "0.8.0" unic-langid = "0.9.1" @@ -56,7 +56,7 @@ maud = { version = "0.25.0", features = ["actix-web"] } serde = { version = "1.0", features = ["derive"] } [dependencies.sea-orm] -version = "0.11.1" +version = "0.11.3" features = ["debug-print", "macros", "runtime-async-std-native-tls"] default-features = false optional = true @@ -75,7 +75,7 @@ sqlite = ["database", "sea-orm/sqlx-sqlite"] pagetop-build = { path = "../pagetop-build", version = "0.0" } [dev-dependencies] -tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] } [lib] name = "pagetop"