diff --git a/Cargo.toml b/Cargo.toml index c4d5120..932ebb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,11 +48,11 @@ version = "1.0" [dependencies.rdkafka] version = "0.36" -features = [ "cmake-build", "libz-static" ] +features = ["cmake-build", "libz-static"] [dependencies.uuid] -version = "1.7" -features = [ "v4" ] +version = "1.8" +features = ["v4"] [dependencies.base64] version = "0.22"