diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index ea5598f9..d299f2eb 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -36,15 +36,15 @@ async-trait = "0.1.74" chrono = "0.4.31" concat-string = "1.0.1" figlet-rs = "0.1.5" -itoa = "1.0.9" +itoa = "1.0.10" nom = "7.1.3" -once_cell = "1.18.0" +once_cell = "1.19.0" paste = "1.0.14" smart-default = "0.7.1" substring = "1.4.5" term_size = "0.3.2" toml = "0.8.8" -url = "2.4.1" +url = "2.5.0" tracing = "0.1.40" tracing-appender = "0.2.3" @@ -52,7 +52,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } tracing-actix-web = "0.7.9" fluent-templates = "0.8.0" -unic-langid = { version = "0.9.1", features = ["macros"] } +unic-langid = { version = "0.9.3", features = ["macros"] } actix-web = "4" actix-session = { version = "0.8.0", features = ["cookie-session"] } @@ -73,7 +73,7 @@ optional = true version = "0.4.1" [dependencies.sea-orm] -version = "0.12.8" +version = "0.12.9" features = ["debug-print", "macros", "runtime-async-std-native-tls"] default-features = false optional = true