From f44c4382f45f1efe9eaf272985fee69fe30266d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:08:43 +0000 Subject: [PATCH] Update uuid requirement from 0.8 to 1.9 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.9.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- daemon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index e546865..c10175e 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -34,7 +34,7 @@ serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" toml = "0.5.11" nix = "0.22" -uuid = { version = "0.8", features = ["v4"] } +uuid = { version = "1.9", features = ["v4"] } ip_network_table-deps-treebitmap = "0.5.0" [build-dependencies]