From 17eae2c37ba1cf53866433604836f9b8c3cc777e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:54:44 +0000 Subject: [PATCH] chore(deps): update rust crate uuid to 1.8.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2f243d7..2beaf1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,9 +12,9 @@ repository = "https://github.com/mrivnak/pond" [dependencies] chrono = { version = "0.4.34", features = ["serde"] } rusqlite = { version = "0.31.0", features = ["bundled"] } -uuid = { version = "1.7.0", features = ["serde"] } +uuid = { version = "1.8.0", features = ["serde"] } [dev-dependencies] rand = "0.8.5" -uuid = { version = "1.7.0", features = ["v4"] } +uuid = { version = "1.8.0", features = ["v4"] }