Skip to content

Commit f69817f

Browse files
Bump the dependencies group across 1 directory with 20 updates (#303)
Bumps the dependencies group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` | | [pretty-hex](https://github.com/wolandr/pretty-hex) | `0.4.1` | `0.4.2` | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` | | [console-subscriber](https://github.com/tokio-rs/console) | `0.4.1` | `0.5.0` | | [image](https://github.com/image-rs/image) | `0.25.9` | `0.25.10` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [socket2](https://github.com/rust-lang/socket2) | `0.6.2` | `0.6.3` | | [security-framework](https://github.com/kornelski/rust-security-framework) | `3.5.1` | `3.7.0` | | [nix](https://github.com/nix-rust/nix) | `0.30.1` | `0.31.1` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.36.1` | `0.38.4` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.24.0` | `3.25.0` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.8` | `0.11.10` | | [rand](https://github.com/rust-random/rand) | `0.9.2` | `0.10.0` | | [criterion](https://github.com/criterion-rs/criterion.rs) | `0.7.0` | `0.8.1` | | [tun](https://github.com/meh/rust-tun) | `0.8.5` | `0.8.6` | | [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.8` | `1.1.9` | | [tar](https://github.com/alexcrichton/tar-rs) | `0.4.44` | `0.4.45` | | [which](https://github.com/harryfei/which-rs) | `8.0.0` | `8.0.2` | Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) Updates `pretty-hex` from 0.4.1 to 0.4.2 - [Commits](wolandr/pretty-hex@v0.4.1...v0.4.2) Updates `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) Updates `console-subscriber` from 0.4.1 to 0.5.0 - [Release notes](https://github.com/tokio-rs/console/releases) - [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml) - [Commits](tokio-rs/console@console-subscriber-v0.4.1...console-subscriber-v0.5.0) Updates `image` from 0.25.9 to 0.25.10 - [Changelog](https://github.com/image-rs/image/blob/v0.25.10/CHANGES.md) - [Commits](image-rs/image@v0.25.9...v0.25.10) Updates `futures-util` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `socket2` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](rust-lang/socket2@v0.6.2...v0.6.3) Updates `security-framework` from 3.5.1 to 3.7.0 - [Commits](kornelski/rust-security-framework@v3.5.1...v3.7.0) Updates `nix` from 0.30.1 to 0.31.1 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.30.1...v0.31.1) Updates `sysinfo` from 0.36.1 to 0.38.4 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.36.1...v0.38.4) Updates `tempfile` from 3.24.0 to 3.25.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) Updates `env_logger` from 0.11.8 to 0.11.10 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.8...v0.11.10) Updates `rand` from 0.9.2 to 0.10.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.10.0) Updates `criterion` from 0.7.0 to 0.8.1 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-v0.8.1) Updates `tun` from 0.8.5 to 0.8.6 - [Release notes](https://github.com/meh/rust-tun/releases) - [Commits](meh/rust-tun@v0.8.5...v0.8.6) Updates `regex` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.2...1.12.3) Updates `flate2` from 1.1.8 to 1.1.9 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.8...1.1.9) Updates `tar` from 0.4.44 to 0.4.45 - [Commits](alexcrichton/tar-rs@0.4.44...0.4.45) Updates `libc` from 0.2.180 to 0.2.184 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.184/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.180...0.2.184) Updates `which` from 8.0.0 to 8.0.2 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@8.0.0...8.0.2) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pretty-hex dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: console-subscriber dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: image dependency-version: 0.25.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: futures-util dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: socket2 dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: security-framework dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: nix dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sysinfo dependency-version: 0.38.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tempfile dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: env_logger dependency-version: 0.11.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: criterion dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tun dependency-version: 0.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: flate2 dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tar dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: libc dependency-version: 0.2.184 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: which dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent edeb8a2 commit f69817f

10 files changed

Lines changed: 156 additions & 195 deletions

File tree

Cargo.lock

Lines changed: 138 additions & 177 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ aya = { version = "0.13.0", default-features = false }
3939
aya-ebpf = { version = "0.1.1", default-features = false }
4040
aya-log = { version = "0.2.1", default-features = false }
4141
aya-log-ebpf = { version = "0.1.0", default-features = false }
42-
tun = { version = "0.8.5" }
42+
tun = { version = "0.8.6" }
4343

4444
[workspace.lints.clippy]
4545
large_futures = "deny"

mitmproxy-contentviews/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ publish.workspace = true
1212
workspace = true
1313

1414
[dependencies]
15-
anyhow = { version = "1.0.100", features = ["backtrace"] }
15+
anyhow = { version = "1.0.102", features = ["backtrace"] }
1616
log = "0.4.29"
1717
data-encoding = "2.10.0"
18-
pretty-hex = "0.4.1"
18+
pretty-hex = "0.4.2"
1919
mitmproxy-highlight = { path = "../mitmproxy-highlight" }
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_yaml = "0.9"
2222
rmp-serde = "1.3"
2323
protobuf = "3.7.2"
24-
regex = "1.12.2"
24+
regex = "1.12.3"
2525
flate2 = "1.1"
2626
protobuf-parse = "3.7"
2727

mitmproxy-highlight/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ publish.workspace = true
1212
workspace = true
1313

1414
[dependencies]
15-
anyhow = { version = "1.0.100", features = ["backtrace"] }
15+
anyhow = { version = "1.0.102", features = ["backtrace"] }
1616
tree-sitter = "0.25.10"
1717
tree-sitter-css = "0.25.0"
1818
tree-sitter-highlight = "0.25.10"

mitmproxy-linux-ebpf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ aya-ebpf = { workspace = true }
1515
aya-log-ebpf = { workspace = true }
1616

1717
[build-dependencies]
18-
which = "8.0.0"
18+
which = "8.0.2"
1919

2020
[[bin]]
2121
name = "mitmproxy-linux"

mitmproxy-linux/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ mitmproxy-linux-ebpf-common = { path = "../mitmproxy-linux-ebpf-common"}
2121
tun = { workspace = true, features = ["async"] }
2222
aya = { workspace = true }
2323
aya-log = { workspace = true }
24-
tokio = { version = "1.48", features = ["macros", "net", "rt-multi-thread", "sync", "io-util", "signal"] }
25-
anyhow = { version = "1.0.100", features = ["backtrace"] }
24+
tokio = { version = "1.50", features = ["macros", "net", "rt-multi-thread", "sync", "io-util", "signal"] }
25+
anyhow = { version = "1.0.102", features = ["backtrace"] }
2626
log = "0.4.29"
27-
env_logger = "0.11.5"
27+
env_logger = "0.11.10"
2828
prost = "0.14.3"
2929
internet-packet = { version = "0.2.0", features = ["checksums"] }
3030
libc = "0.2.176"
3131
const-sha1 = "0.3.0"
3232

3333
[target.'cfg(target_os = "linux")'.build-dependencies]
34-
anyhow = { version = "1.0.100", features = ["backtrace"] }
34+
anyhow = { version = "1.0.102", features = ["backtrace"] }
3535
aya-build = "0.1.3"
3636
mitmproxy-linux-ebpf = { path = "../mitmproxy-linux-ebpf" }
3737
cargo_metadata = { version = "0.23.1", default-features = false }

mitmproxy-macos/certificate-truster/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ rust-version.workspace = true
99
publish.workspace = true
1010

1111
[target.'cfg(target_os = "macos")'.dependencies]
12-
security-framework = "3.5.1"
12+
security-framework = "3.7.0"

mitmproxy-rs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ crate-type = ["lib", "cdylib"]
1919
mitmproxy = { path = "../" }
2020
mitmproxy-highlight = { path = "../mitmproxy-highlight" }
2121
mitmproxy-contentviews = { path = "../mitmproxy-contentviews" }
22-
anyhow = { version = "1.0.100", features = ["backtrace"] }
22+
anyhow = { version = "1.0.102", features = ["backtrace"] }
2323
data-encoding = "2.10.0"
2424
log = "0.4.29"
2525
pyo3 = { version = "0.25", features = ["abi3", "abi3-py312", "anyhow"] }
2626
pyo3-async-runtimes = { version = "0.25", features = ["tokio-runtime", "testing", "attributes"] }
2727
pyo3-log = "0.12"
2828
rand_core = { version = "0.6.4", features = ["getrandom"] } # https://github.com/dalek-cryptography/curve25519-dalek/issues/731
29-
tokio = { version = "1.48", features = ["macros", "net", "rt-multi-thread", "sync"] }
29+
tokio = { version = "1.50", features = ["macros", "net", "rt-multi-thread", "sync"] }
3030
boringtun = "0.6"
31-
tar = "0.4.44"
31+
tar = "0.4.45"
3232
console-subscriber = { version = "0.5.0", optional = true }
3333

3434
[target.'cfg(target_os = "linux")'.dependencies]

mitmproxy-windows/redirector/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ workspace = true
1515

1616
[target.'cfg(windows)'.dependencies]
1717
mitmproxy = { path = "../../" }
18-
tokio = { version = "1.48", features = ["macros", "net", "rt-multi-thread", "sync", "io-util"] }
19-
anyhow = { version = "1.0.100", features = ["backtrace"] }
18+
tokio = { version = "1.50", features = ["macros", "net", "rt-multi-thread", "sync", "io-util"] }
19+
anyhow = { version = "1.0.102", features = ["backtrace"] }
2020
windivert = "0.6.0"
2121
lru_time_cache = "0.11.11"
2222
log = "0.4.29"
23-
env_logger = "0.11.5"
23+
env_logger = "0.11.10"
2424
prost = "0.14.3"
2525
internet-packet = { version = "0.2.2", features = ["checksums"] }
2626

wireguard-test-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ publish.workspace = true
1313
workspace = true
1414

1515
[dependencies]
16-
anyhow = "1.0.100"
16+
anyhow = "1.0.102"
1717
data-encoding = "2.10.0"
1818
boringtun = "0.6"
1919
hex = "0.4"

0 commit comments

Comments
 (0)