diff --git a/crates/churn/Cargo.toml b/crates/churn/Cargo.toml index 71888be..ce1f6f4 100644 --- a/crates/churn/Cargo.toml +++ b/crates/churn/Cargo.toml @@ -23,7 +23,7 @@ rusqlite = { version = "0.32.1", features = ["bundled"] } prost-types = "0.13.3" prost = "0.13.3" bytes = "1.8.0" -tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } +tonic = { version = "0.13.0", features = ["tls", "tls-roots"] } toml = "0.8.19" dirs = "5.0.1" futures = "0.3.31"