From acb9d5804af89e2e9bc24b8b3ac879d745a09915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:05:29 +0000 Subject: [PATCH] Update uuid requirement from ~1.8 to ~1.10 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.8.0...1.10.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 1820074..7170036 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ license = "MPL-2.0" rust-version = "1.57.0" [dependencies] -uuid = { version = "~1.8", features = ["v4"] } +uuid = { version = "~1.10", features = ["v4"] }