hcctl/monitor: bump healthchecks requirement

This commit is contained in:
Harsh Shandilya 2022-05-22 15:07:58 +05:30
parent 8a7d04c167
commit 125f5d5dc6
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
2 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ chrono = "0.4.19"
clap = { version = "3.1.18", features = ["color", "derive"] }
color-eyre = { version = "0.6.1", default-features = false }
comfy-table = "5.0.1"
healthchecks = { path = "../healthchecks", version = "^3.0.4"}
healthchecks = { path = "../healthchecks", version = "^3.0.6"}
uuid = { version = "1.0.0", default-features = false }

View File

@ -16,7 +16,7 @@ include = ["src/**/*", "../LICENSE-*", "README.md"]
[dependencies]
clap = { version = "3.1.18", features = ["color", "derive"] }
color-eyre = { version = "0.6.1", default-features = false }
healthchecks = { path = "../healthchecks", version = "^3.0.4"}
healthchecks = { path = "../healthchecks", version = "^3.0.6"}
subprocess = "0.2.9"
[badges]