chore(deps): update rust crate uuid to 1.3.0 (#39)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-21 17:06:52 +03:00 committed by GitHub
parent 40c17dd973
commit 6b0fc83d13
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

@ -1511,9 +1511,9 @@ checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
[[package]]
name = "uuid"
version = "1.1.2"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
dependencies = [
"getrandom 0.2.3",
]

View File

@ -27,7 +27,7 @@ fluence-app-service = { version = "0.23.1", features = ["raw-module-api"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.85"
uuid = { version = "1.1.2", features = ["v4"] }
uuid = { version = "1.3.0", features = ["v4"] }
[workspace]
members = [