summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-15 14:06:40 +0000
committerTim Oram <dev@mitmaro.ca>2023-07-15 11:48:47 -0230
commit8f0d15613b4e3a99e5e3b818fa9aa0428fd30f97 (patch)
tree25b2e67d2ae6cacade84d23268555b018b166f92
parent5030aabf3e597f5adfd569ebb5c83dfb900a5106 (diff)
Bump uuid from 1.2.2 to 1.4.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.2 to 1.4.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.2.2...1.4.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... 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 8ccf5fa..172c563 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1036,9 +1036,9 @@ dependencies = [
[[package]]
name = "uuid"
-version = "1.2.2"
+version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
+checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be"
dependencies = [
"getrandom",
"rand",
diff --git a/src/view/Cargo.toml b/src/view/Cargo.toml
index 4b52db2..066b7fd 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.2.2"
+version = "1.4.0"
features = ["v4", "fast-rng"]
[dev-dependencies]