diff --git a/Cargo.toml b/Cargo.toml index 0a9eb35..b2831c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] log = "0.4" fs2 = "0.4" -uuid = { version = "0.7", features = ["v4"] } +uuid = { version = "0.8", features = ["v4"] } serde = "1" serde_json = "1"