diff --git a/Cargo.lock b/Cargo.lock index 794039ed..7bd386c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2531,9 +2531,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec" +checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" dependencies = [ "bytes", "prost-derive", @@ -2541,9 +2541,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.13.4" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" +checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", "itertools 0.13.0", diff --git a/Cargo.toml b/Cargo.toml index 67fb50c5..50447328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ tokio = { version = "1.43.0", features = ["macros", "net", "rt-multi-thread", "s boringtun = { version = "0.6", default-features = false } console-subscriber = { version = "0.4.1", optional = true } image = { version = "0.25.5", default-features = false, features = ["png", "tiff"] } -prost = "0.13.3" +prost = "0.13.5" tokio-util = { version = "0.7.12", features = ["codec"] } futures-util = { version = "0.3.31", features = ["sink"] } lru_time_cache = "0.11.11" diff --git a/mitmproxy-linux/Cargo.toml b/mitmproxy-linux/Cargo.toml index c589f8f6..17c5acc2 100644 --- a/mitmproxy-linux/Cargo.toml +++ b/mitmproxy-linux/Cargo.toml @@ -25,7 +25,7 @@ tokio = { version = "1.43", features = ["macros", "net", "rt-multi-thread", "syn anyhow = { version = "1.0.89", features = ["backtrace"] } log = "0.4.25" env_logger = "0.11.5" -prost = "0.13.3" +prost = "0.13.5" internet-packet = { version = "0.2.0", features = ["checksums"] } libc = "0.2.155" const-sha1 = "0.3.0" diff --git a/mitmproxy-windows/redirector/Cargo.toml b/mitmproxy-windows/redirector/Cargo.toml index b025f129..a6588c79 100644 --- a/mitmproxy-windows/redirector/Cargo.toml +++ b/mitmproxy-windows/redirector/Cargo.toml @@ -21,7 +21,7 @@ windivert = "0.6.0" lru_time_cache = "0.11.11" log = "0.4.25" env_logger = "0.11.5" -prost = "0.13.3" +prost = "0.13.5" internet-packet = { version = "0.2.2", features = ["checksums"] } [target.'cfg(windows)'.dev-dependencies]