Skip to content

Commit ab0cd0c

Browse files
Bump the dependencies group with 8 updates (#271)
Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [prost](https://github.com/tokio-rs/prost) | `0.13.5` | `0.14.1` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.35.1` | `0.35.2` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.1` | `1.1.2` | | [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.25.5` | `0.25.6` | | [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) | `0.25.5` | `0.25.6` | | [pyo3](https://github.com/pyo3/pyo3) | `0.25.0` | `0.25.1` | | [libc](https://github.com/rust-lang/libc) | `0.2.172` | `0.2.174` | | [which](https://github.com/harryfei/which-rs) | `7.0.3` | `8.0.0` | Updates `prost` from 0.13.5 to 0.14.1 - [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.13.5...v0.14.1) Updates `sysinfo` from 0.35.1 to 0.35.2 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.35.1...v0.35.2) Updates `flate2` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.1...1.1.2) Updates `tree-sitter` from 0.25.5 to 0.25.6 - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.5...v0.25.6) Updates `tree-sitter-highlight` from 0.25.5 to 0.25.6 - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.5...v0.25.6) Updates `pyo3` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.25.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.25.0...v0.25.1) Updates `libc` from 0.2.172 to 0.2.174 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.172...0.2.174) Updates `which` from 7.0.3 to 8.0.0 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@7.0.3...8.0.0) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sysinfo dependency-version: 0.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: flate2 dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tree-sitter dependency-version: 0.25.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tree-sitter-highlight dependency-version: 0.25.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pyo3 dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: libc dependency-version: 0.2.174 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: which dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 154d1c2 commit ab0cd0c

File tree

7 files changed

+64
-42
lines changed

7 files changed

+64
-42
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tokio = { version = "1.45.1", features = ["macros", "net", "rt-multi-thread", "s
6363
boringtun = { version = "0.6", default-features = false }
6464
console-subscriber = { version = "0.4.1", optional = true }
6565
image = { version = "0.25.6", default-features = false, features = ["png", "tiff"] }
66-
prost = "0.13.5"
66+
prost = "0.14.1"
6767
tokio-util = { version = "0.7.14", features = ["codec"] }
6868
futures-util = { version = "0.3.31", features = ["sink"] }
6969
lru_time_cache = "0.11.11"
@@ -99,12 +99,12 @@ core-graphics = "0.25"
9999
core-foundation = "0.10"
100100
cocoa = "0.26"
101101
objc = "0.2"
102-
sysinfo = "0.35.1"
102+
sysinfo = "0.35.2"
103103

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

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

mitmproxy-contentviews/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_yaml = "0.9"
2222
rmp-serde = "1.1"
2323
protobuf = "3.7.2"
2424
regex = "1.10.3"
25-
flate2 = "1.0"
25+
flate2 = "1.1"
2626
protobuf-parse = "3.7"
2727

2828
[dev-dependencies]

mitmproxy-highlight/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ workspace = true
1313

1414
[dependencies]
1515
anyhow = { version = "1.0.97", features = ["backtrace"] }
16-
tree-sitter = "0.25.5"
16+
tree-sitter = "0.25.6"
1717
tree-sitter-css = "0.23.2"
18-
tree-sitter-highlight = "0.25.5"
18+
tree-sitter-highlight = "0.25.6"
1919
tree-sitter-javascript = "0.23.1"
2020
tree-sitter-xml = "0.7.0"
2121
tree-sitter-yaml = "0.7.1"

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 = "7.0.2"
18+
which = "8.0.0"
1919

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

mitmproxy-linux/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ tokio = { version = "1.45", features = ["macros", "net", "rt-multi-thread", "syn
2525
anyhow = { version = "1.0.97", features = ["backtrace"] }
2626
log = "0.4.27"
2727
env_logger = "0.11.5"
28-
prost = "0.13.5"
28+
prost = "0.14.1"
2929
internet-packet = { version = "0.2.0", features = ["checksums"] }
30-
libc = "0.2.170"
30+
libc = "0.2.174"
3131
const-sha1 = "0.3.0"
3232

3333
[target.'cfg(target_os = "linux")'.build-dependencies]

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.27"
2323
env_logger = "0.11.5"
24-
prost = "0.13.5"
24+
prost = "0.14.1"
2525
internet-packet = { version = "0.2.2", features = ["checksums"] }
2626

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

0 commit comments

Comments
 (0)