diff --git a/Cargo.toml b/Cargo.toml index 8e8eba3..fc1ad72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,3 +10,4 @@ members = [ "madsim-rdkafka", "tonic-example", ] +resolver = "2" 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" diff --git a/madsim-tonic/Cargo.toml b/madsim-tonic/Cargo.toml index e44d10b..797e9ae 100644 --- a/madsim-tonic/Cargo.toml +++ b/madsim-tonic/Cargo.toml @@ -24,4 +24,4 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] } futures-util = "0.3" madsim = { version = "0.2.20", path = "../madsim" } tracing = "0.1" -tonic = { version = "0.8.3", default-features = false, features = ["codegen"] } +tonic = { version = "0.8.3", default-features = false, features = ["codegen", "transport"] }