Skip to content

Commit 6fa311d

Browse files
Bump the dependencies group with 3 updates (mitmproxy#259)
Bumps the dependencies group with 3 updates: [nix](https://github.com/nix-rust/nix), [sysinfo](https://github.com/GuillaumeGomez/sysinfo) and [tun](https://github.com/meh/rust-tun). Updates `nix` from 0.29.0 to 0.30.0 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.30.0) Updates `sysinfo` from 0.34.2 to 0.35.0 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/v0.35.0) Updates `tun` from 0.7.18 to 0.7.19 - [Release notes](https://github.com/meh/rust-tun/releases) - [Commits](https://github.com/meh/rust-tun/commits) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sysinfo dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tun dependency-version: 0.7.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 282152b commit 6fa311d

File tree

3 files changed

+26
-68
lines changed

3 files changed

+26
-68
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
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.1", default-features = false }
42-
tun = { version = "0.7.17" }
42+
tun = { version = "0.7.19" }
4343

4444
[workspace.lints.clippy]
4545
large_futures = "deny"
@@ -94,17 +94,17 @@ features = [
9494

9595
[target.'cfg(target_os = "macos")'.dependencies]
9696
security-framework = "3.2.0"
97-
nix = { version = "0.29.0", default-features = false, features = ["fs"] }
97+
nix = { version = "0.30.0", default-features = false, features = ["fs"] }
9898
core-graphics = "0.24"
9999
core-foundation = "0.10"
100100
cocoa = "0.26"
101101
objc = "0.2"
102-
sysinfo = "0.34.2"
102+
sysinfo = "0.35.0"
103103

104104
[target.'cfg(target_os = "linux")'.dependencies]
105105
tun = { workspace = true, features = ["async"] }
106106
tempfile = "3.19.1"
107-
sysinfo = "0.34.2"
107+
sysinfo = "0.35.0"
108108

109109
[dev-dependencies]
110110
env_logger = "0.11"

mitmproxy-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tar = "0.4.44"
3232
console-subscriber = { version = "0.4.1", optional = true }
3333

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

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

0 commit comments

Comments
 (0)