update async_timing_util to 0.1.13

This commit is contained in:
mbecker20
2023-01-18 04:51:31 +00:00
parent f01c159f38
commit f0a9b4f5a6
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"] }

View File

@@ -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"] }

View File

@@ -14,4 +14,4 @@ serde_derive = "1.0"
envy = "0.4"
anyhow = "1.0"
dotenv = "0.15"
async_timing_util = "0.1.12"
async_timing_util = "0.1.13"