helpers 0.1.3 update types

This commit is contained in:
mbecker20
2023-01-11 06:28:48 +00:00
parent 3b574341f2
commit 713d7680c1
2 changed files with 11 additions and 11 deletions

20
Cargo.lock generated
View File

@@ -409,7 +409,7 @@ dependencies = [
"hmac",
"jwt",
"monitor_helpers 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"monitor_types 0.1.3",
"monitor_types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"mungos",
"periphery_client",
"serde",
@@ -647,7 +647,7 @@ name = "db_client"
version = "0.1.0"
dependencies = [
"anyhow",
"monitor_types 0.1.3",
"monitor_types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"mungos",
]
@@ -1492,7 +1492,7 @@ version = "0.1.2"
dependencies = [
"anyhow",
"futures-util",
"monitor_types 0.1.3",
"monitor_types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest",
"serde",
"serde_derive",
@@ -1512,7 +1512,7 @@ dependencies = [
"bollard",
"futures",
"futures-util",
"monitor_types 0.1.3",
"monitor_types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rand",
"run_command",
"serde",
@@ -1533,7 +1533,7 @@ dependencies = [
"bollard",
"futures",
"futures-util",
"monitor_types 0.1.3",
"monitor_types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rand",
"run_command",
"serde",
@@ -1556,7 +1556,7 @@ dependencies = [
"envy",
"futures-util",
"monitor_helpers 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"monitor_types 0.1.3",
"monitor_types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"run_command",
"serde",
"serde_derive",
@@ -1570,9 +1570,7 @@ dependencies = [
[[package]]
name = "monitor_types"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8d9ee441af164c77f15c6530be57e7a8b7f206702a6285ca2ff82505f1202b6"
version = "0.1.4"
dependencies = [
"anyhow",
"bollard",
@@ -1590,6 +1588,8 @@ dependencies = [
[[package]]
name = "monitor_types"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45486f7899a0b71dedc06aba7a6a37186a5563d3ea24efc29d35820e14534e46"
dependencies = [
"anyhow",
"bollard",
@@ -1844,7 +1844,7 @@ dependencies = [
"anyhow",
"futures-util",
"monitor_helpers 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"monitor_types 0.1.3",
"monitor_types 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"reqwest",
"serde",
"serde_json",

View File

@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later"
[dependencies]
# types = { package = "monitor_types", path = "../types" }
types = { package = "monitor_types", version = "0.1.3" }
types = { package = "monitor_types", version = "0.1.4" }
async_timing_util = "0.1.12"
bollard = "0.13"
anyhow = "1.0"