From 4aa3b15a8f33456ab8ad86bb353df9395e494819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 08:25:48 +0000 Subject: Bump uuid from 1.4.0 to 1.4.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.4.0...1.4.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/view/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fca6ac9..22d9ac1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1105,9 +1105,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" +checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" dependencies = [ "getrandom", "rand", diff --git a/src/view/Cargo.toml b/src/view/Cargo.toml index d729436..bc97630 100644 --- a/src/view/Cargo.toml +++ b/src/view/Cargo.toml @@ -30,7 +30,7 @@ girt-display = {version = "2.2.0", path = "../display"} girt-runtime = {version = "0.1.0", path = "../runtime"} [dependencies.uuid] -version = "1.4.0" +version = "1.4.1" features = ["v4", "fast-rng"] [dev-dependencies] -- cgit v1.2.3