diff --git a/drust/Cargo.toml b/drust/Cargo.toml index 59572845..8a6d2eaf 100644 --- a/drust/Cargo.toml +++ b/drust/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/manuelcillero/pagetop" license = "Apache-2.0 OR MIT" [dependencies] -actix-web = "4.2.1" +actix-web = "4.3.1" pagetop = { path = "../pagetop", version = "0.0", features = ["mysql"], default-features = false } # Modules. pagetop-homedemo = { path = "../pagetop-homedemo", version = "0.0" } diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index a5710ee2..c02df41a 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -22,31 +22,31 @@ categories = [ ] [dependencies] -async-trait = "0.1.64" +async-trait = "0.1.67" concat-string = "1.0.1" doc-comment = "0.3.3" -figlet-rs = "0.1.4" -futures = "0.3.26" +figlet-rs = "0.1.5" +futures = "0.3.27" nom = "7.1.3" -once_cell = "1.17.0" -paste = "1.0.11" +once_cell = "1.17.1" +paste = "1.0.12" substring = "1.4.5" term_size = "0.3.2" -toml = "0.7.1" +toml = "0.7.3" url = "2.3.1" tracing = "0.1.37" tracing-appender = "0.2.2" tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] } tracing-unwrap = { version = "0.10.0", default-features = false } -tracing-actix-web = "0.7.2" +tracing-actix-web = "0.7.3" fluent-templates = "0.8.0" unic-langid = "0.9.1" -actix-web = "4.2.1" +actix-web = "4.3.1" actix-web-files = { package = "actix-files", version = "0.6.2" } -actix-web-static-files = "4.0.0" +actix-web-static-files = "4.0.1" static-files = "0.2.3" pagetop-macros = { path = "../pagetop-macros", version = "0.0" } @@ -75,7 +75,7 @@ sqlite = ["database", "sea-orm/sqlx-sqlite"] pagetop-build = { path = "../pagetop-build", version = "0.0" } [dev-dependencies] -tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] } [lib] name = "pagetop"