diff --git a/Cargo.lock b/Cargo.lock index 8b85515a..4030f5e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4855,7 +4855,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "wwwtech_rs" -version = "2024.8.9-1" +version = "2024.11.1-1" dependencies = [ "anyhow", "argon2", diff --git a/Cargo.toml b/Cargo.toml index a607ed6e..c05fbb0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "wwwtech_rs" -version = "2024.8.9-1" +version = "2024.11.1-1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = { version = "0.7", features = [ - "http2", - "multipart", - "tracing", - "macros", + "http2", + "multipart", + "tracing", + "macros", ] } axum-extra = "0.9" tower-http = { version = "0.6.1", features = ["fs", "trace"] } @@ -29,7 +29,7 @@ askama = { version = "0.12", features = ["with-axum"] } askama_axum = "0.4.0" atom_syndication = "0.12" pulldown-cmark = { version = "0.12", default-features = false, features = [ - "html", + "html", ] } regex = "1" axum-login = "0.16.0"