From 38c8f50ccefc3d8b7978c651c1407e2d017b6e10 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 06:06:52 +0000 Subject: [PATCH] Update Rust crate uuid to 1.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74f3305..711dc07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ tracing = "0.1.40" tracing-appender = "0.2.3" tracing-slog = { git = "https://github.com/oxidecomputer/tracing-slog", default-features = false } tracing-subscriber = "0.3.18" -uuid = { version = "1.10.0", features = ["serde"] } +uuid = { version = "1.11.0", features = ["serde"] } valuable = "0.1.0" v-api = { git = "https://github.com/oxidecomputer/v-api" } v-api-installer = { git = "https://github.com/oxidecomputer/v-api" }