Skip to content

Commit

Permalink
self_update: Enable GZip support
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jan 30, 2025
1 parent d9b4a0c commit 55a12c6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ reqwest = { version = "=0.12.12", default-features = false, features = ["rustls-
rust_decimal = "=1.36.0"
rust_decimal_macros = "=1.36.0"
secrecy = "=0.10.3"
self_update = { version = "=0.42.0", default-features = false, features = ["archive-tar", "rustls"] }
self_update = { version = "=0.42.0", default-features = false, features = ["compression-flate2", "rustls"] }
serde = { version = "=1.0.217", features = ["derive"] }
serde_json = "=1.0.137"
sqlx = { version = "=0.8.3", features = ["runtime-tokio", "sqlite"] }
Expand Down

0 comments on commit 55a12c6

Please sign in to comment.