From ea7123d751ea8f285ca07724c30074356a4dfac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:25:46 +0200 Subject: [PATCH] build(deps): bump the dependencies group with 5 updates (#171) Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.40.0` | | [prost](https://github.com/tokio-rs/prost) | `0.13.1` | `0.13.2` | | [core-graphics](https://github.com/servo/core-foundation-rs) | `0.23.2` | `0.24.0` | | [core-foundation](https://github.com/servo/core-foundation-rs) | `0.9.4` | `0.10.0` | | [cocoa](https://github.com/servo/core-foundation-rs) | `0.25.0` | `0.26.0` | Updates `tokio` from 1.39.2 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.40.0) Updates `prost` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.13.1...v0.13.2) Updates `core-graphics` from 0.23.2 to 0.24.0 - [Commits](https://github.com/servo/core-foundation-rs/commits/core-graphics-v0.24.0) Updates `core-foundation` from 0.9.4 to 0.10.0 - [Commits](https://github.com/servo/core-foundation-rs/compare/core-foundation-v0.9.4...core-foundation-v0.10.0) Updates `cocoa` from 0.25.0 to 0.26.0 - [Commits](https://github.com/servo/core-foundation-rs/commits/cocoa-v0.26.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: core-graphics dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: core-foundation dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cocoa dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 62 ++++++++++++++----------- Cargo.toml | 10 ++-- mitmproxy-rs/Cargo.toml | 2 +- mitmproxy-windows/redirector/Cargo.toml | 4 +- 4 files changed, 44 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb341b93..9bfebe27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,14 +439,14 @@ checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" [[package]] name = "cocoa" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c" +checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", "block", "cocoa-foundation", - "core-foundation", + "core-foundation 0.10.0", "core-graphics", "foreign-types", "libc", @@ -455,13 +455,13 @@ dependencies = [ [[package]] name = "cocoa-foundation" -version = "0.1.2" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7" +checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", "block", - "core-foundation", + "core-foundation 0.10.0", "core-graphics-types", "libc", "objc", @@ -522,20 +522,30 @@ dependencies = [ "libc", ] +[[package]] +name = "core-foundation" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "core-graphics" -version = "0.23.2" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" +checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1" dependencies = [ - "bitflags 1.3.2", - "core-foundation", + "bitflags 2.6.0", + "core-foundation 0.10.0", "core-graphics-types", "foreign-types", "libc", @@ -543,12 +553,12 @@ dependencies = [ [[package]] name = "core-graphics-types" -version = "0.1.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" +checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb" dependencies = [ - "bitflags 1.3.2", - "core-foundation", + "bitflags 2.6.0", + "core-foundation 0.10.0", "libc", ] @@ -1621,7 +1631,7 @@ dependencies = [ "boringtun", "cocoa", "console-subscriber", - "core-foundation", + "core-foundation 0.10.0", "core-graphics", "criterion", "data-encoding", @@ -1936,9 +1946,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13db3d3fde688c61e2446b4d843bc27a7e8af269a69440c0308021dc92333cc" +checksum = "3b2ecbe40f08db5c006b5764a2645f7f3f141ce756412ac9e1dd6087e6d32995" dependencies = [ "bytes", "prost-derive", @@ -1946,9 +1956,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18bec9b0adc4eba778b33684b7ba3e7137789434769ee3ce3930463ef904cfca" +checksum = "acf0c195eebb4af52c752bec4f52f645da98b6e92077a04110c7f349477ae5ac" dependencies = [ "anyhow", "itertools", @@ -2268,7 +2278,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ "bitflags 2.6.0", - "core-foundation", + "core-foundation 0.9.4", "core-foundation-sys", "libc", "security-framework-sys", @@ -2555,9 +2565,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 0f2f8192..792f351d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,12 +35,12 @@ once_cell = "1" pretty-hex = "0.4.1" rand_core = { version = "0.6.4", features = ["getrandom"] } smoltcp = "0.11" -tokio = { version = "1.39.2", features = ["macros", "net", "rt-multi-thread", "sync", "time", "io-util", "process"] } +tokio = { version = "1.40.0", features = ["macros", "net", "rt-multi-thread", "sync", "time", "io-util", "process"] } boringtun = { version = "0.6", default-features = false } x25519-dalek = "2.0.0" console-subscriber = { version = "0.4.0", optional = true } image = { version = "0.25.2", default-features = false, features = ["png", "tiff"] } -prost = "0.13.1" +prost = "0.13.2" tokio-util = { version = "0.7.10", features = ["codec"] } futures-util = { version = "0.3.30", features = ["sink"] } lru_time_cache = "0.11.11" @@ -73,9 +73,9 @@ features = [ [target.'cfg(target_os = "macos")'.dependencies] security-framework = "2.11.1" nix = { version = "0.29.0", default-features = false, features = ["fs"] } -core-graphics = "0.23" -core-foundation = "0.9" -cocoa = "0.25" +core-graphics = "0.24" +core-foundation = "0.10" +cocoa = "0.26" objc = "0.2" sysinfo = "0.29.10" diff --git a/mitmproxy-rs/Cargo.toml b/mitmproxy-rs/Cargo.toml index f3b3f9cd..7555a364 100644 --- a/mitmproxy-rs/Cargo.toml +++ b/mitmproxy-rs/Cargo.toml @@ -22,7 +22,7 @@ pyo3 = { version = "0.21", features = ["abi3", "abi3-py310", "extension-module", pyo3-asyncio-0-21 = { version = "0.21", features = ["tokio-runtime"] } pyo3-log = "0.11.0" rand_core = { version = "0.6.4", features = ["getrandom"] } -tokio = { version = "1.39", features = ["macros", "net", "rt-multi-thread", "sync"] } +tokio = { version = "1.40", features = ["macros", "net", "rt-multi-thread", "sync"] } boringtun = "0.6" tar = "0.4.41" console-subscriber = { version = "0.4.0", optional = true } diff --git a/mitmproxy-windows/redirector/Cargo.toml b/mitmproxy-windows/redirector/Cargo.toml index a18e0703..67a97622 100644 --- a/mitmproxy-windows/redirector/Cargo.toml +++ b/mitmproxy-windows/redirector/Cargo.toml @@ -12,13 +12,13 @@ publish.workspace = true [target.'cfg(windows)'.dependencies] mitmproxy = { path = "../../" } -tokio = { version = "1.39", features = ["macros", "net", "rt-multi-thread", "sync", "io-util"] } +tokio = { version = "1.40", features = ["macros", "net", "rt-multi-thread", "sync", "io-util"] } anyhow = { version = "1.0.86", features = ["backtrace"] } windivert = "0.6.0" lru_time_cache = "0.11.11" log = "0.4.22" env_logger = "0.11.5" -prost = "0.13.1" +prost = "0.13.2" internet-packet = { version = "0.2.0", features = ["checksums"] } [target.'cfg(windows)'.dev-dependencies]