From 4d7f8b94a7872e45f07fa881cfb448dfdb4a4e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:55:34 +0000 Subject: [PATCH] chore(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 f826ae8..de92941 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2134,9 +2134,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 = [ "getrandom 0.2.7", ] diff --git a/Cargo.toml b/Cargo.toml index e68b23e..dc90132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ notify = "6.1.1" tide = "0.16.0" async-std = { version = "1.10.0", features = ["attributes"] } tide-websockets = "0.4.0" -uuid = { version = "1.5.0", features = ["v4"] } +uuid = { version = "1.6.1", features = ["v4"] } clap = { version = "4.4.8", features = ["derive"] } mime_guess = "2.0.3" local-ip-address = "0.5.6"