From 3f7ae6b81845496b14ac1f8d25bd69d0b63cbf11 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Tue, 5 May 2026 20:58:24 -0400 Subject: [PATCH] bump: uuid --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5ea488..5c86098 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1795,9 +1795,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.23.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" +checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 55c9d20..8b562da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" tokio = { version = "1.52", features = ["full"] } tokio-util = { version = "0.7.18", features = ["codec"] } -uuid = { version = "1.23", features = ["v4", "serde"] } +uuid = { version = "1.23.1", features = ["v4", "serde"] } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.10.0" }