From d1f4a11a85ccb9a2edbe9d7a9e69329281d67ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:12:25 +0000 Subject: [PATCH] build(deps): update uuid requirement from 0.7 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.7.0...1.9.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 794cd3f5..4b6c8a8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ rand_core = "0.5.1" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" -uuid = { version = "0.7", features = ["v4"] } +uuid = { version = "1.9", features = ["v4"] } tempfile = "3.0" rocksdb = "0.19" ordered-float = "0.5"