-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cut v0.2.0 now that ureq has been updated.
- Loading branch information
Showing
3 changed files
with
57 additions
and
62 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "task-mon" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Michael Diamond <[email protected]>"] | ||
description = "CLI to execute commands and log results to healthchecks.io" | ||
repository = "http://github.com/dimo414/task-mon" | ||
|
@@ -25,7 +25,7 @@ static_ssl = ['openssl/vendored'] | |
clap = { version = "2.33.3", default_features = false, features = ["vec_map"] } | ||
hostname = "0.3.1" | ||
subprocess = "0.2.6" | ||
ureq = { git = "https://github.com/algesten/ureq", branch = "main" } # waiting for #311 to be released | ||
ureq = "2.0.2" | ||
|
||
[dependencies.openssl] | ||
optional = true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters