Skip to content

Commit

Permalink
build(deps): Bump self_update from 0.41.0 to 0.42.0
Browse files Browse the repository at this point in the history
Bumps [self_update](https://github.com/jaemk/self_update) from 0.41.0 to 0.42.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)

---
updated-dependencies:
- dependency-name: self_update
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and VorpalBlade committed Jan 6, 2025
1 parent 9b87305 commit c234ae8
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 6 deletions.
42 changes: 38 additions & 4 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 @@ -21,14 +21,14 @@ updater-tls-rusttls = ["dep:self_update"]
vendored = ["ini-merge/vendored"]

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

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

0 comments on commit c234ae8

Please sign in to comment.