Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Jul 6, 2024
1 parent ef59f53 commit 7c81740
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 48 deletions.
148 changes: 102 additions & 46 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ keyring = ["ini-merge/keyring"]
updater-tls-rusttls = ["dep:self_update"]

[target.'cfg(windows)'.dependencies]
self_update = { version = "0.40.0", optional = true, default-features = false, features = [
self_update = { version = "0.41.0", optional = true, default-features = false, features = [
"archive-zip",
"compression-zip-deflate",
"rustls",
] }

[target.'cfg(unix)'.dependencies]
self_update = { version = "0.40.0", optional = true, default-features = false, features = [
self_update = { version = "0.41.0", optional = true, default-features = false, features = [
"archive-tar",
"compression-flate2",
"rustls",
Expand Down

0 comments on commit 7c81740

Please sign in to comment.