chore(deps): bump uuid from 1.2.2 to 1.3.0 (#1368)

This commit is contained in:
dependabot[bot] 2023-02-13 06:16:44 +01:00 committed by GitHub
parent 607cc2f6ac
commit 8557c8589a
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

@ -4830,9 +4830,9 @@ dependencies = [
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.2.2" version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
dependencies = [ dependencies = [
"getrandom 0.2.8", "getrandom 0.2.8",
"serde", "serde",

View file

@ -153,7 +153,7 @@ tracing-forest = { git = "https://github.com/QnnOkabayashi/tracing-forest.git",
url = "^2.3.1" url = "^2.3.1"
urlencoding = "2.1.2" urlencoding = "2.1.2"
users = "^0.11.0" users = "^0.11.0"
uuid = "^1.2.1" uuid = "^1.3.0"
validator = "^0.16.0" validator = "^0.16.0"