diff --git a/Cargo.lock b/Cargo.lock index 82983286a..e93e021f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ dependencies = [ [[package]] name = "async_timing_util" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c38326e21188f3b8ccf75b2de994d2ca9fca9fcbc84420fd24569cf9aeb4b2" +checksum = "2269c2e26c5df69e4f5ac02118d3922e151ecf680dac2427bdf6fa51c7d6cdff" dependencies = [ "serde", "serde_derive", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4db8a7ea1..20b76b959 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -14,7 +14,7 @@ path = "src/main.rs" [dependencies] clap = "4.0" -async_timing_util = "0.1.12" +async_timing_util = "0.1.13" rand = "0.8" serde = "1.0" serde_derive = "1.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 28724ba34..ac6443eca 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -32,7 +32,7 @@ bcrypt = "0.13" jwt = "0.16" hmac = "0.12" sha2 = "0.10" -async_timing_util = "0.1.12" +async_timing_util = "0.1.13" futures-util = "0.3" diff-struct = "0.5" typeshare = "1.0.0" diff --git a/lib/helpers/Cargo.toml b/lib/helpers/Cargo.toml index 9a3ac1a18..e3de91312 100644 --- a/lib/helpers/Cargo.toml +++ b/lib/helpers/Cargo.toml @@ -11,7 +11,7 @@ license = "GPL-3.0-or-later" [dependencies] # types = { package = "monitor_types", path = "../types" } types = { package = "monitor_types", version = "0.1.8" } -async_timing_util = "0.1.12" +async_timing_util = "0.1.13" bollard = "0.13" anyhow = "1.0" axum = { version = "0.6", features = ["ws", "json"] } diff --git a/periphery/Cargo.toml b/periphery/Cargo.toml index c896945e5..bf5635acc 100644 --- a/periphery/Cargo.toml +++ b/periphery/Cargo.toml @@ -18,7 +18,7 @@ path = "src/main.rs" helpers = { package = "monitor_helpers", version = "0.1.8" } types = { package = "monitor_types", version = "0.1.8" } run_command = { version = "0.0.5", features = ["async_tokio"] } -async_timing_util = "0.1.12" +async_timing_util = "0.1.13" tokio = { version = "1.24", features = ["full"] } axum = { version = "0.6", features = ["ws"] } tower = { version = "0.4", features = ["full"] } diff --git a/tests/Cargo.toml b/tests/Cargo.toml index aa299498c..8123350f7 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -14,4 +14,4 @@ serde_derive = "1.0" envy = "0.4" anyhow = "1.0" dotenv = "0.15" -async_timing_util = "0.1.12" \ No newline at end of file +async_timing_util = "0.1.13" \ No newline at end of file