From 3201587435349c5e0add94864ebee1c256c0e956 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 01:42:07 +0000 Subject: [PATCH] Update Rust crate uuid to 1.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6dcd44f..917c990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ chrono-tz = { version = "0.8.6", features = ["serde"] }#, optional = true } reqwest = { version = "0.11.26", features = ["json"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" -uuid = { version = "1.7.0", features = ["v4", "fast-rng", "macro-diagnostics"] } +uuid = { version = "1.8.0", features = ["v4", "fast-rng", "macro-diagnostics"] } [features] #chrono = ["dep:chrono", "dep:chrono-tz"] \ No newline at end of file