From 5b941c7db4db58f6dfb3689afa50c3193687eb68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:52:13 +0000 Subject: [PATCH] fix(deps): update rust crate uuid to 1.4.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea444bc..c6c351b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ tracing = "0.1.37" tracing-futures = "0.2.5" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } url = "2.3.1" -uuid = { version = "1.2.1", features = ["v1", "v4"] } +uuid = { version = "1.4.1", features = ["v1", "v4"] } [target.'cfg(target_env = "musl")'.dependencies] openssl = { version = "0.10", features = ["vendored"] }