Skip to content

Commit

Permalink
Update brotli to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-hansen authored and marlonbaeten committed May 13, 2024
1 parent a65ffd2 commit 59bdbb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion memory-serve-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish.workspace = true
proc-macro = true

[dependencies]
brotli = "5.0"
brotli = "6.0"
mime_guess = "2.0"
proc-macro2 = "1.0"
sha256 = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion memory-serve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish.workspace = true
description.workspace = true

[dependencies]
brotli = "5.0"
brotli = "6.0"
flate2 = "1.0"
axum = { version = "0.7", default-features = false }
memory-serve-macros = { version = "0.4", path = "../memory-serve-macros" }
Expand Down

0 comments on commit 59bdbb6

Please sign in to comment.