diff --git a/CHANGELOG.md b/CHANGELOG.md index 96de534..f97944c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ The format is based on ## Unreleased * Improved item (image) sizing css. I hope it works in safari. -* Updated to `diesel` 2.1.0, `diesel-async` 0.3.2, and `ructe` 0.17.0. +* Updated to `diesel` 2.1.0, `diesel-async` 0.3.2, `brotli` to 6.0.0, + and `ructe` 0.17.0. * Uses std LazyLock (require rust 1.80) instead of `lazy_regex`. * Removed unneded db model structs. * Some more known kinds of places. diff --git a/Cargo.toml b/Cargo.toml index 5b0312f..ece61e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ ructe = { version = "0.17.2", features = ["sass", "warp03"] } [dependencies] async-trait = "0.1.64" async-walkdir = "0.2.0" -brotli = "3.3.0" +brotli = "6.0.0" chrono = "0.4.19" # Must match version used by diesel clap = { version = "4.0.18", features = ["derive", "wrap_help", "env"] } diesel-async = { version = "0.3.0", features = ["deadpool", "postgres"] }