From 6c4ed5c1721349227ed05498c9ee87366fcabdd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:05:34 +0000 Subject: [PATCH] build(deps): bump uuid from 1.6.1 to 1.7.0 in /api Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.6.1...1.7.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/Cargo.lock | 8 ++++---- api/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/Cargo.lock b/api/Cargo.lock index 5d946817..9376d339 100644 --- a/api/Cargo.lock +++ b/api/Cargo.lock @@ -2069,9 +2069,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e395fcf16a7a3d8127ec99782007af141946b4795001f876d54fb0d55978560" +checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" dependencies = [ "getrandom", "rand 0.8.5", @@ -2080,9 +2080,9 @@ dependencies = [ [[package]] name = "uuid-macro-internal" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49e7f3f3db8040a100710a11932239fd30697115e2ba4107080d8252939845e" +checksum = "7abb14ae1a50dad63eaa768a458ef43d298cd1bd44951677bd10b732a9ba2a2d" dependencies = [ "proc-macro2", "quote", diff --git a/api/Cargo.toml b/api/Cargo.toml index acd550ea..b47612e6 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -25,7 +25,7 @@ jwt = "0.16.0" hmac = "0.12.1" sha2 = "0.10.8" [dependencies.uuid] -version = "1.6" +version = "1.7" features = [ "v4", # Lets you generate random UUIDs "fast-rng", # Use a faster (but still sufficiently random) RNG