chore(deps): bump uuid from 1.4.0 to 1.4.1 (#1890)

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.4.0...1.4.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-23 21:19:04 +00:00 committed by GitHub
parent 7e3d9dfbed
commit 49dd9ea2ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -5418,9 +5418,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.4.0" version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
dependencies = [ dependencies = [
"getrandom 0.2.10", "getrandom 0.2.10",
"serde", "serde",

View file

@ -156,7 +156,7 @@ tss-esapi = "^7.2.0"
url = "^2.4.0" url = "^2.4.0"
urlencoding = "2.1.3" urlencoding = "2.1.3"
users = "^0.11.0" users = "^0.11.0"
uuid = "^1.4.0" uuid = "^1.4.1"
wasm-bindgen = "^0.2.86" wasm-bindgen = "^0.2.86"
wasm-bindgen-futures = "^0.4.30" wasm-bindgen-futures = "^0.4.30"