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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 6b09dc3 commit 5e43bd2
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 5 deletions.
48 changes: 44 additions & 4 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 goup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ clap_complete = "4.5"
which = "7.0"
prettytable-rs = "0.10"
dialoguer = "0.11"
self_update = {version = "0.41", default-features = false, features = ["rustls", "compression-flate2", "compression-zip-deflate"]}
self_update = {version = "0.42", default-features = false, features = ["rustls", "compression-flate2", "compression-zip-deflate"]}
shadow-rs = "0.37"
env_logger = "0.11"

0 comments on commit 5e43bd2

Please sign in to comment.