diff --git a/Cargo.lock b/Cargo.lock index e112136..aedac9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2962,9 +2962,9 @@ dependencies = [ [[package]] name = "tonic-prost" -version = "0.14.2" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" +checksum = "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309" dependencies = [ "bytes", "prost", diff --git a/examples/courses/Cargo.toml b/examples/courses/Cargo.toml index 19e4558..7cab20a 100644 --- a/examples/courses/Cargo.toml +++ b/examples/courses/Cargo.toml @@ -16,7 +16,7 @@ sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "postgres"] } thiserror = "2.0.18" tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "signal"] } tonic = { version = "0.14.5", features = ["gzip", "transport"] } -tonic-prost = "0.14.2" +tonic-prost = "0.14.5" tonic-health = "0.14.5" tonic-reflection = "0.14.2" tower = "0.5.3"