diff --git a/madsim-rdkafka/Cargo.toml b/madsim-rdkafka/Cargo.toml index 7ec01c0..53be120 100644 --- a/madsim-rdkafka/Cargo.toml +++ b/madsim-rdkafka/Cargo.toml @@ -32,7 +32,7 @@ futures-channel = "0.3.0" futures-executor = { version = "0.3.0", optional = true } futures-util = { version = "0.3.0", default-features = false } libc = "0.2.0" -log = "0.4.8" +log = "0.4.19" serde = { version = "1.0.0", features = ["derive"] } serde_derive = "1.0.0" serde_json = "1.0.0"