diff --git a/Cargo.toml b/Cargo.toml index bb54a92..e01d9e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde_json = "1" tokio = { version = "1", features = ["fs", "time"] } tracing = "0.1" trust-dns-resolver = { version = "0.23.2", optional = true } -uuid = { version = "1.4.1", features = ["v4"], optional = true } +uuid = { version = "1.8.0", features = ["v4"], optional = true } [dev-dependencies] anyhow = "1"