Skip to content

Commit

Permalink
fix(deps): update rust crate flate2 to 1.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2023
1 parent 8a7a295 commit 2e80877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tempfile = "3.8"

[target."cfg(target_os = \"macos\")".dependencies]
tar = { workspace = true }
flate2 = "1.0.27"
flate2 = "1.0.28"

[dev-dependencies]
tiny_http = "0.11"

0 comments on commit 2e80877

Please sign in to comment.