add v4 features to uuid crate for gitbutler-git

This commit is contained in:
Josh Junon 2024-05-07 16:12:45 +02:00
parent c564ccc7f7
commit b9aae21b97
No known key found for this signature in database

View File

@ -29,7 +29,7 @@ test-askpass-path = []
thiserror.workspace = true
serde = { workspace = true, optional = true }
tokio = { workspace = true, optional = true, features = ["process", "time", "io-util", "net", "fs"] }
uuid.workspace = true
uuid = { workspace = true, features = [ "v4", "fast-rng" ] }
rand = "0.8.5"
futures = "0.3.30"
sysinfo = "0.30.11"