Skip to content

Commit

Permalink
Update self_update requirement from 0.37.0 to 0.39.0
Browse files Browse the repository at this point in the history
Updates the requirements on [self_update](https://github.com/jaemk/self_update) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent 2f256ad commit a233faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jig-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gix = { version = "0.48.0", default-features = false }
inquire = { git = "https://github.com/mikaelmello/inquire.git", features = ["date"] }
jira = { path = "../jira", default-features = false }
regex = { workspace = true }
self_update = { version = "0.37.0", default-features = false, features = ["rustls"] }
self_update = { version = "0.39.0", default-features = false, features = ["rustls"] }
serde = { workspace = true }
serde_json = { workspace = true }
toml = "0.8.6"
Expand Down

0 comments on commit a233faa

Please sign in to comment.