Skip to content

Commit

Permalink
Update brotli to 6.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaj committed Jul 31, 2024
1 parent 158127a commit e0e37c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit e0e37c3

Please sign in to comment.