Skip to content

Commit 331df42

Browse files
Bump the dependencies group with 10 updates
Bumps the dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [console-subscriber](https://github.com/tokio-rs/console) | `0.4.1` | `0.5.0` | | [prost](https://github.com/tokio-rs/prost) | `0.14.1` | `0.14.3` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.17` | `0.7.18` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.9.0` | `2.10.0` | | [socket2](https://github.com/rust-lang/socket2) | `0.6.1` | `0.6.2` | | [nix](https://github.com/nix-rust/nix) | `0.30.1` | `0.31.1` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.36.1` | `0.38.0` | | [criterion](https://github.com/criterion-rs/criterion.rs) | `0.7.0` | `0.8.1` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.5` | `1.1.8` | | [libc](https://github.com/rust-lang/libc) | `0.2.179` | `0.2.180` | 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 `prost` from 0.14.1 to 0.14.3 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.14.1...v0.14.3) Updates `tokio-util` from 0.7.17 to 0.7.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.17...tokio-util-0.7.18) Updates `data-encoding` from 2.9.0 to 2.10.0 - [Commits](ia0/data-encoding@v2.9.0...v2.10.0) Updates `socket2` from 0.6.1 to 0.6.2 - [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.1...v0.6.2) 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.0 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.36.1...v0.38.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 `flate2` from 1.1.5 to 1.1.8 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.5...1.1.8) Updates `libc` from 0.2.179 to 0.2.180 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.179...0.2.180) --- updated-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: prost dependency-version: 0.14.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: data-encoding dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: socket2 dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch 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.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: flate2 dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: libc dependency-version: 0.2.180 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 736ce68 commit 331df42

File tree

6 files changed

+51
-48
lines changed

6 files changed

+51
-48
lines changed

Cargo.lock

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

mitmproxy-contentviews/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspace = true
1414
[dependencies]
1515
anyhow = { version = "1.0.100", features = ["backtrace"] }
1616
log = "0.4.29"
17-
data-encoding = "2.8.0"
17+
data-encoding = "2.10.0"
1818
pretty-hex = "0.4.1"
1919
mitmproxy-highlight = { path = "../mitmproxy-highlight" }
2020
serde = { version = "1.0", features = ["derive"] }

mitmproxy-linux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tokio = { version = "1.48", features = ["macros", "net", "rt-multi-thread", "syn
2525
anyhow = { version = "1.0.100", features = ["backtrace"] }
2626
log = "0.4.29"
2727
env_logger = "0.11.5"
28-
prost = "0.14.1"
28+
prost = "0.14.3"
2929
internet-packet = { version = "0.2.0", features = ["checksums"] }
3030
libc = "0.2.176"
3131
const-sha1 = "0.3.0"

mitmproxy-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mitmproxy = { path = "../" }
2020
mitmproxy-highlight = { path = "../mitmproxy-highlight" }
2121
mitmproxy-contentviews = { path = "../mitmproxy-contentviews" }
2222
anyhow = { version = "1.0.100", features = ["backtrace"] }
23-
data-encoding = "2.8.0"
23+
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"] }
@@ -32,7 +32,7 @@ tar = "0.4.44"
3232
console-subscriber = { version = "0.5.0", optional = true }
3333

3434
[target.'cfg(target_os = "linux")'.dependencies]
35-
nix = { version = "0.30.1", features = ["user"] }
35+
nix = { version = "0.31.1", features = ["user"] }
3636

3737
[dev-dependencies]
3838
env_logger = "0.11"

mitmproxy-windows/redirector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ windivert = "0.6.0"
2121
lru_time_cache = "0.11.11"
2222
log = "0.4.29"
2323
env_logger = "0.11.5"
24-
prost = "0.14.1"
24+
prost = "0.14.3"
2525
internet-packet = { version = "0.2.2", features = ["checksums"] }
2626

2727
[target.'cfg(windows)'.dev-dependencies]

wireguard-test-client/Cargo.toml

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

1515
[dependencies]
1616
anyhow = "1.0.100"
17-
data-encoding = "2.8.0"
17+
data-encoding = "2.10.0"
1818
boringtun = "0.6"
1919
hex = "0.4"
2020
smoltcp = "0.12"

0 commit comments

Comments
 (0)