chore(deps): bump the cargo group across 1 directories with 3 updates (#3409)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-22 12:53:09 +05:30
committed by GitHub
parent 3fba38a06d
commit 6c46e9c19b
11 changed files with 171 additions and 116 deletions

View File

@ -37,7 +37,7 @@ signal-hook = { version = "0.3.15", optional = true }
strum = { version = "0.24.1", features = ["derive"] }
thiserror = "1.0.40"
time = { version = "0.3.21", features = ["serde", "serde-well-known", "std"] }
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"], optional = true }
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"], optional = true }
# First party crates
common_enums = { version = "0.1.0", path = "../common_enums" }