From 50ac2550a32a331a48b7d4ff6fba2b19266b814f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 06:01:11 +0000 Subject: [PATCH] Update uuid requirement from 0.7.4 to 0.8.1 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.4...0.8.1) Signed-off-by: dependabot-preview[bot] --- postgres-rest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-rest/Cargo.toml b/postgres-rest/Cargo.toml index d417a68..01f7923 100644 --- a/postgres-rest/Cargo.toml +++ b/postgres-rest/Cargo.toml @@ -32,7 +32,7 @@ serde_json = "1.0.40" sqlparser = "0.4.0" tokio = "0.1.22" tokio-postgres = { version = "0.4.0-rc.3", features = ["with-chrono-0_4", "with-eui48-0_4", "with-eui48-0_4", "with-serde_json-1", "with-uuid-0_7"] } -uuid = { version = "0.7.4", features = ["serde"] } +uuid = { version = "0.8.1", features = ["serde"] } [dependencies.rust_decimal] git = "https://github.com/kaibyao/rust-decimal.git"