From e88870aa3d7f5002ea89768865072c5603d64fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 06:01:56 +0000 Subject: [PATCH] Bump uuid from 0.8.2 to 1.2.2 in /static/rust Bumps [uuid](https://github.com/uuid-rs/uuid) from 0.8.2 to 1.2.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/0.8.2...1.2.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- static/rust/Cargo.lock | 6 ++++-- static/rust/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/static/rust/Cargo.lock b/static/rust/Cargo.lock index 929162e..a3c0c58 100644 --- a/static/rust/Cargo.lock +++ b/static/rust/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "bitflags" version = "1.2.1" @@ -189,9 +191,9 @@ checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" [[package]] name = "uuid" -version = "0.8.2" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" dependencies = [ "getrandom", "serde", diff --git a/static/rust/Cargo.toml b/static/rust/Cargo.toml index d9f2579..abf8f8c 100644 --- a/static/rust/Cargo.toml +++ b/static/rust/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] serde = { version = "1.0", features = [ "derive" ] } -uuid = { version = "0.8", features = [ "serde", "v4" ] } +uuid = { version = "1.2", features = [ "serde", "v4" ] } bitflags = "1.2" bitflags_serde_shim = "0.2" typetag = "0.1"