summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-17 08:25:48 +0000
committerTim Oram <dev@mitmaro.ca>2023-07-17 09:15:04 -0230
commit4aa3b15a8f33456ab8ad86bb353df9395e494819 (patch)
treefa074e64c1193ca8b288a8065bfcc222f86a13eb
parent7a56f3d42a1202e424614a89c2524b6127df2162 (diff)
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] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--src/view/Cargo.toml2
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]