From 385b585cc91fd223ba4c85a3b124f732a9d337cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 03:24:27 +0000 Subject: [PATCH] Update uuid requirement from 0.8 to 1.2 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.2.1) --- 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 4b003f7..f8842d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ tokio = "1.21" tokio-pg-mapper = "0.1" tokio-pg-mapper-derive = "0.1" tokio-postgres = { version = "0.5", features = ["with-uuid-0_8"] } -uuid = { version = "0.8", features = ["v4"] } +uuid = { version = "1.2", features = ["v4"] }