From bdd60054dcde6831b7b5a8253b7b0fc048510600 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:26:27 +0000 Subject: [PATCH] Update Rust crate uuid to 1.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de5dac3..b4580a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,6 +47,6 @@ thiserror = "1.0.61" tokio = "1.37.0" toml = "0.8.13" tracing = "0.1.40" -uuid = "1.8.0" +uuid = "1.9.1" valuable = "0.1.0" yup-oauth2 = "9.0.0"