From cea4e4e1b55da2dcf8c74fdd632024407aa0e1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 07:50:30 +1000 Subject: [PATCH] Bump uuid from 1.1.2 to 1.2.1 (#1104) Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.2 to 1.2.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.1) Deb package builds are a known issue which has a PR pending to fix it. --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Hodgkinson --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- kanidmd_web_ui/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f594558c..d804027b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4618,9 +4618,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.1.2" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" +checksum = "feb41e78f93363bb2df8b0e86a2ca30eed7806ea16ea0c790d757cf93f79be83" dependencies = [ "getrandom 0.2.7", "serde", diff --git a/Cargo.toml b/Cargo.toml index 86524c772..3e159e646 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ tracing-forest = { git = "https://github.com/QnnOkabayashi/tracing-forest.git", url = "^2.3.1" urlencoding = "2.1.2" users = "^0.11.0" -uuid = "^1.1.2" +uuid = "^1.2.1" validator = "^0.16.0" diff --git a/kanidmd_web_ui/Cargo.toml b/kanidmd_web_ui/Cargo.toml index a8caa2abe..62e39cfb5 100644 --- a/kanidmd_web_ui/Cargo.toml +++ b/kanidmd_web_ui/Cargo.toml @@ -31,7 +31,7 @@ qrcode = { version = "^0.12.0", default-features = false, features = ["svg"] } serde = { version = "^1.0.142", features = ["derive"] } serde_json = "^1.0.83" serde-wasm-bindgen = "0.4" -uuid = "^1.1.2" +uuid = "^1.2.1" wasm-bindgen = { version = "^0.2.81" } wasm-bindgen-futures = { version = "^0.4.30" } wasm-bindgen-test = "0.3.33"