diff --git a/Cargo.lock b/Cargo.lock index 93fbd22..bf7732b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1782,9 +1782,9 @@ dependencies = [ [[package]] name = "tonic" -version = "0.14.2" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203" +checksum = "a286e33f82f8a1ee2df63f4fa35c0becf4a85a0cb03091a15fd7bf0b402dc94a" dependencies = [ "async-trait", "axum", @@ -1823,9 +1823,9 @@ dependencies = [ [[package]] name = "tonic-prost" -version = "0.14.2" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" +checksum = "d6c55a2d6a14174563de34409c9f92ff981d006f56da9c6ecd40d9d4a31500b0" dependencies = [ "bytes", "prost", @@ -1834,9 +1834,9 @@ dependencies = [ [[package]] name = "tonic-prost-build" -version = "0.14.2" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4a16cba4043dc3ff43fcb3f96b4c5c154c64cbd18ca8dce2ab2c6a451d058a2" +checksum = "a4556786613791cfef4ed134aa670b61a85cfcacf71543ef33e8d801abae988f" dependencies = [ "prettyplease", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 70f5cb8..7254c52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,8 +52,8 @@ nftables = "0.6.3" fs2 = "0.4.3" tokio = { version = "1.49.0", features = ["rt", "rt-multi-thread", "signal", "fs", "time"] } tokio-stream = { version = "0.1.18", features = ["net"] } -tonic = "0.14.2" -tonic-prost = "0.14.2" +tonic = "0.14.3" +tonic-prost = "0.14.3" prost = "0.14.3" mozim = { version = "0.3.1", default-features = false } futures-channel = "0.3.31" @@ -64,7 +64,7 @@ hyper-util = "0.1.19" [build-dependencies] chrono = { version = "0.4.43", default-features = false, features = ["clock"] } -tonic-prost-build = "0.14.2" +tonic-prost-build = "0.14.3" [dev-dependencies] once_cell = "1.21.3"