From 4aa17b1e3141563a9c8f0dd7234c1d9c6315caa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:46:00 +0000 Subject: [PATCH] build(deps): bump uuid from 1.5.0 to 1.6.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.5.0...1.6.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ac69bc5..16a56b40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -939,9 +939,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.5.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" +checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index cff6f97f..22f036ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ im = { version = "15.1.0", features = ["rayon", "serde"] } signal-hook = "0.3.17" mimalloc = { version = "0.1.39", default-features = false } build_uuid = "0.3.0" -uuid = { version = "1.5.0", features = ["serde"] } +uuid = { version = "1.6.1", features = ["serde"] } solvent = { version = "0.8.3", features = ["deterministic"] } url = "2.4.1" rust-embed = "8.0.0"