aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-13 08:40:27 -0400
committerGitHub <noreply@github.com>2023-06-13 08:40:27 -0400
commit06410d5867db0778895e0778c7e557c8d7c5fa49 (patch)
tree21c143ff217f026399d2a27cc03f85ca77be92b1
parent1497b49e52bea0b3e8bd685b85d6e5bb74b0f5f5 (diff)
downloadxesite-06410d5867db0778895e0778c7e557c8d7c5fa49.tar.xz
xesite-06410d5867db0778895e0778c7e557c8d7c5fa49.zip
build(deps): bump uuid from 1.3.3 to 1.3.4 (#677)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.3.3...1.3.4) --- 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 c043918..ab0d3a1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3222,9 +3222,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "uuid"
-version = "1.3.3"
+version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
+checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81"
dependencies = [
"getrandom 0.2.8",
"serde",