From 813d30eb0b7ec1c5ecf4f05943b7198024b27f2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 03:01:54 +0000 Subject: [PATCH] Update uuid requirement from 0.8 to 1.3 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/0.8.0...1.3.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 4cc9e8622..21b18e52d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde = { version = "1.0.119", optional = true, features = ["derive"] } serde_json = { version = "1.0", optional = true } hyper = "0.14" slog = { version = "2", features = [ "max_level_trace", "release_max_level_debug"] } -uuid = { version = "0.8", features = ["serde", "v4"] } +uuid = { version = "1.3", features = ["serde", "v4"] } hyper-old-types = "0.11.0" futures = "0.3"