From cb60b12501aa18e88da126b5cf3292148a6a8d8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Apr 2023 09:35:23 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8184e6..9f8b54f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde_json = "1" tokio = { version = "1", features = ["fs", "time"] } tracing = "0.1" trust-dns-resolver = { version = "0.22", optional = true } -uuid = { version = "1.3.1", features = ["v4"], optional = true } +uuid = { version = "1.3.2", features = ["v4"], optional = true } [dev-dependencies] anyhow = "1"