Skip to content

Commit

Permalink
fix(deps): update rust crate ureq to 2.9 (#258)
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 Mar 26, 2024
1 parent a82462e commit 26953a0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 62 deletions.
94 changes: 33 additions & 61 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 @@ -77,7 +77,7 @@ x509-certificate = "0.23"
os_info = "3"

[target."cfg(not(target_os = \"macos\"))".dependencies]
ureq = { version = "2.8", default-features = false, features = [ "gzip" ] }
ureq = { version = "2.9", default-features = false, features = [ "gzip" ] }

[target."cfg(target_os = \"linux\")".dependencies]
freedesktop_entry_parser = "1.3"
Expand Down

0 comments on commit 26953a0

Please sign in to comment.