diff --git a/Cargo.toml b/Cargo.toml index 8ecdda1..e0289b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ futures = "0.3" libc = "0.2.138" vsock = "0.4.0" tokio = { version = "1", features = ["net", "sync"] } -tonic = { version = "0.10.2", optional = true } +tonic = { version = "0.11.0", optional = true } [dev-dependencies] sha2 = "0.10.6"