mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
feat: update uuid
Merge branch 'updated_uuid' into 'main' See merge request gabmus/envision!48
This commit is contained in:
commit
d2c1ae59e9
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2193,9 +2193,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.4.1"
|
||||
version = "1.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
|
||||
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
|
||||
dependencies = [
|
||||
"getrandom",
|
||||
"rand",
|
||||
|
|
|
@ -38,5 +38,5 @@ serde = { version = "1.0.188", features = [
|
|||
] }
|
||||
serde_json = "1.0.106"
|
||||
tracker = "0.2.1"
|
||||
uuid = { version = "1.4.1", features = ["v4", "fast-rng"] }
|
||||
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
|
||||
vte4 = { version = "0.7.1", features = ["v0_72"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue