diff --git a/Cargo.lock b/Cargo.lock index bb11266..91eaf50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2296,9 +2296,9 @@ dependencies = [ [[package]] name = "tonic-build" -version = "0.12.3" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11" +checksum = "eac6f67be712d12f0b41328db3137e0d0757645d8904b4cb7d51cd9c2279e847" dependencies = [ "prettyplease", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 8fd1251..a960f0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ web-sys = { version = "0.3", features = [ ] } [build-dependencies] -tonic-build = { version = "0.12", default-features = false, features = ["prost"] } +tonic-build = { version = "0.13", default-features = false, features = ["prost"] } prost-build = "0.13" [features]