Skip to content

Commit

Permalink
fix(deps): update rust crate flate2 to 1.0.28 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 6721ddb commit 6939b5e
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.12"

0 comments on commit 6939b5e

Please sign in to comment.