Skip to content

Commit

Permalink
Merge pull request #6 from Baarsgaard/dependabot/cargo/self_update-0.…
Browse files Browse the repository at this point in the history
…39.0

Update self_update requirement from 0.37.0 to 0.39.0
  • Loading branch information
Baarsgaard authored Nov 2, 2023
2 parents 73a285c + a233faa commit b6ec460
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 b6ec460

Please sign in to comment.