From b82d429bb890b6fb7373e977f746b0bafbbd110a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 19:12:21 +0000 Subject: [PATCH] fix(deps): update rust crate time to 0.3.23 (#475) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebe7f66..2820a43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ rocket = { version = "0.5.0-rc.3", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } serde_urlencoded = { version = "0.7.1", optional = true } -time = { version = "0.3.22", optional = true } +time = { version = "0.3.23", optional = true } tokio = { version = "1", optional = true, features = [ "macros", "rt-multi-thread",