From d409de1a20c2008e86f226a3a2020144733b828b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:14:04 +0000 Subject: [PATCH] build(deps): update uuid requirement from 0.7 to 1.8 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.8.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 c8901e4f..c003d588 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.8", features = ["v4"] } tempfile = "3.0" rocksdb = "0.19" ordered-float = "0.5"