Skip to content

Commit

Permalink
⬆️ Bump self_update from 0.25.0 to 0.26.0
Browse files Browse the repository at this point in the history
Bumps [self_update](https://github.com/jaemk/self_update) from 0.25.0 to 0.26.0.
- [Release notes](https://github.com/jaemk/self_update/releases)
- [Changelog](https://github.com/jaemk/self_update/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/self_update/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and davidB committed Mar 8, 2021
1 parent e398da3 commit 7e9fe80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
24 changes: 3 additions & 21 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 @@ -63,11 +63,11 @@ required-features = ["cli"]
libc = "0.2"
openssl = { version = "0.10", features = ["vendored"] }
# self_update = { version = "0.12.0", optional = true, features = ["archive-zip", "compression-zip-deflate"]}
self_update = { version = "0.25.0", optional = true, features = ["archive-zip"]}
self_update = { version = "0.26.0", optional = true, features = ["archive-zip"]}

[target.'cfg(windows)'.dependencies]
winapi = "0.3"
self_update = { version = "0.24.0", optional = true, features = ["archive-tar", "compression-flate2"]}
self_update = { version = "0.26.0", optional = true, features = ["archive-tar", "compression-flate2"]}

# see https://github.com/johnthagen/min-sized-rust
[profile.release]
Expand Down

0 comments on commit 7e9fe80

Please sign in to comment.