From 8d463ab57bd3ba67e4466162375c33c2bc6ca178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 06:00:03 +0000 Subject: [PATCH 1/2] Bump uuid from 1.3.4 to 1.4.0 in /application Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.4 to 1.4.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.3.4...1.4.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/Cargo.lock | 4 ++-- application/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/Cargo.lock b/application/Cargo.lock index d3099521..72de9d60 100644 --- a/application/Cargo.lock +++ b/application/Cargo.lock @@ -2413,9 +2413,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "uuid" -version = "1.3.4" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" +checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" dependencies = [ "getrandom", "serde", diff --git a/application/Cargo.toml b/application/Cargo.toml index 83b45e8b..73725334 100644 --- a/application/Cargo.toml +++ b/application/Cargo.toml @@ -65,7 +65,7 @@ tokio-test = { version = "0.4.2" } # Tower middleware and utilities for HTTP clients and servers tower-http = { version = "0.4.1", features = ["cors", "fs"] } # Implementation of Universally Unique Identifiers (Uuid) -uuid = { version = "1.3.4", features = ["v4", "serde"] } +uuid = { version = "1.4.0", features = ["v4", "serde"] } webauthn-rs = { version = "0.4.8", features = [ "danger-allow-state-serialisation", ] } From 4cbab86b8627676bf6c98d55f598f03934129670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 06:02:18 +0000 Subject: [PATCH 2/2] Bump uuid from 1.3.4 to 1.4.0 in /application/frontend Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.4 to 1.4.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.3.4...1.4.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/frontend/Cargo.lock | 4 ++-- application/frontend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/frontend/Cargo.lock b/application/frontend/Cargo.lock index 55192dfa..43e74a30 100644 --- a/application/frontend/Cargo.lock +++ b/application/frontend/Cargo.lock @@ -1515,9 +1515,9 @@ checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" [[package]] name = "uuid" -version = "1.3.4" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" +checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" dependencies = [ "getrandom", "serde", diff --git a/application/frontend/Cargo.toml b/application/frontend/Cargo.toml index e6955e4e..524dd389 100644 --- a/application/frontend/Cargo.toml +++ b/application/frontend/Cargo.toml @@ -25,7 +25,7 @@ time = { version = "0.3.22", features = [ "parsing", "formatting", ] } -uuid = { version = "1.3.4", features = ["serde", "v4", "js"] } +uuid = { version = "1.4.0", features = ["serde", "v4", "js"] } wasm-bindgen = { version = "0.2.87" } wasm-bindgen-futures = { version = "0.4.37" } webauthn-rs-proto = { version = "0.4.9", default-features = false, features = [