From 4e34366bf243b37c936fa9cf4fc1a862ae872e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:00:56 +0000 Subject: [PATCH] Update uuid requirement from ~1.5 to ~1.7 Updates the requirements on [uuid](https://github.com/uuid-rs/uuid) to permit the latest version. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.5.0...1.7.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8f84b7..b9d59a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ license = "MPL-2.0" rust-version = "1.57.0" [dependencies] -uuid = { version = "~1.5", features = ["v4"] } +uuid = { version = "~1.7", features = ["v4"] }