diff --git a/Cargo.toml b/Cargo.toml index 22e2112a..8c54ccb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pagetop" -version = "0.0.52" +version = "0.0.53" edition = "2021" description = "An opinionated web framework to build modular Server-Side Rendering web solutions." @@ -36,11 +36,11 @@ postgres = ["database", "sea-orm/sqlx-postgres"] sqlite = ["database", "sea-orm/sqlx-sqlite"] [dependencies] -async-trait = "0.1.78" -chrono = "0.4.35" +async-trait = "0.1.79" +chrono = "0.4.37" concat-string = "1.0.1" figlet-rs = "0.1.5" -itoa = "1.0.10" +itoa = "1.0.11" nom = "7.1.3" once_cell = "1.19.0" paste = "1.0.14"