fix(deps): update rust crate uuid to 1.2.1
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build is failing

This commit is contained in:
2022-10-26 09:58:03 +00:00
parent fe33018847
commit 9500fc2222
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1872,9 +1872,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",
"rand",