aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-20 17:23:31 -0400
committerGitHub <noreply@github.com>2023-07-20 17:23:31 -0400
commit17e3ad5a1d5ed1115b75ca7c408457da58054f30 (patch)
treea32d3a2835115f70baea06a3624c22c7e42c39ad
parent0724837cce8672145db0e941ffcaa750c3ae5a13 (diff)
downloadxesite-17e3ad5a1d5ed1115b75ca7c408457da58054f30.tar.xz
xesite-17e3ad5a1d5ed1115b75ca7c408457da58054f30.zip
build(deps): bump uuid from 1.4.0 to 1.4.1 (#691)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0c51392..e700997 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3249,9 +3249,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[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 0.2.8",
"serde",