Skip to content

Commit 76bb85b

Browse files
Bump the dependencies group with 7 updates (#276)
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.47.1` | | [socket2](https://github.com/rust-lang/socket2) | `0.5.10` | `0.6.0` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.35.2` | `0.36.1` | | [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` | | [criterion](https://github.com/bheisler/criterion.rs) | `0.6.0` | `0.7.0` | | [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.25.6` | `0.25.8` | | [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) | `0.25.6` | `0.25.8` | Updates `tokio` from 1.45.1 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.47.1) Updates `socket2` from 0.5.10 to 0.6.0 - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits) Updates `sysinfo` from 0.35.2 to 0.36.1 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.35.2...v0.36.1) Updates `rand` from 0.9.1 to 0.9.2 - [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.1...rand_core-0.9.2) Updates `criterion` from 0.6.0 to 0.7.0 - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.6.0...0.7.0) Updates `tree-sitter` from 0.25.6 to 0.25.8 - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.6...v0.25.8) Updates `tree-sitter-highlight` from 0.25.6 to 0.25.8 - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.6...v0.25.8) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: socket2 dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sysinfo dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tree-sitter dependency-version: 0.25.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tree-sitter-highlight dependency-version: 0.25.8 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 9afe4bb commit 76bb85b

File tree

7 files changed

+59
-45
lines changed

7 files changed

+59
-45
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ anyhow = { version = "1.0.97", features = ["backtrace"] }
5959
log = "0.4.27"
6060
pretty-hex = "0.4.1"
6161
smoltcp = "0.12"
62-
tokio = { version = "1.45.1", features = ["macros", "net", "rt-multi-thread", "sync", "time", "io-util", "process"] }
62+
tokio = { version = "1.47.1", features = ["macros", "net", "rt-multi-thread", "sync", "time", "io-util", "process"] }
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"] }
@@ -70,7 +70,7 @@ lru_time_cache = "0.11.11"
7070
internet-packet = { version = "0.2.3", features = ["smoltcp"] }
7171
data-encoding = "2.8.0"
7272
hickory-resolver = "0.25.2"
73-
socket2 = "0.5.10"
73+
socket2 = "0.6.0"
7474

7575
[patch.crates-io]
7676
# tokio = { path = "../tokio/tokio" }
@@ -99,17 +99,17 @@ core-graphics = "0.25"
9999
core-foundation = "0.10"
100100
cocoa = "0.26"
101101
objc = "0.2"
102-
sysinfo = "0.35.2"
102+
sysinfo = "0.36.1"
103103

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

109109
[dev-dependencies]
110110
env_logger = "0.11"
111111
rand = "0.9"
112-
criterion = "0.6.0"
112+
criterion = "0.7.0"
113113
hickory-server = "0.25.2"
114114

115115
[[bench]]

mitmproxy-contentviews/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ flate2 = "1.1"
2626
protobuf-parse = "3.7"
2727

2828
[dev-dependencies]
29-
criterion = "0.6.0"
29+
criterion = "0.7.0"
3030

3131
[[bench]]
3232
name = "contentviews"

mitmproxy-highlight/Cargo.toml

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

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

2323
[dev-dependencies]
24-
criterion = "0.6.0"
24+
criterion = "0.7.0"
2525

2626
[[bench]]
2727
name = "syntax_highlight"

mitmproxy-linux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ 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.45", features = ["macros", "net", "rt-multi-thread", "sync", "io-util", "signal"] }
24+
tokio = { version = "1.47", features = ["macros", "net", "rt-multi-thread", "sync", "io-util", "signal"] }
2525
anyhow = { version = "1.0.97", features = ["backtrace"] }
2626
log = "0.4.27"
2727
env_logger = "0.11.5"

mitmproxy-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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.45", features = ["macros", "net", "rt-multi-thread", "sync"] }
29+
tokio = { version = "1.47", features = ["macros", "net", "rt-multi-thread", "sync"] }
3030
boringtun = "0.6"
3131
tar = "0.4.44"
3232
console-subscriber = { version = "0.4.1", optional = true }

mitmproxy-windows/redirector/Cargo.toml

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

1616
[target.'cfg(windows)'.dependencies]
1717
mitmproxy = { path = "../../" }
18-
tokio = { version = "1.45", features = ["macros", "net", "rt-multi-thread", "sync", "io-util"] }
18+
tokio = { version = "1.47", features = ["macros", "net", "rt-multi-thread", "sync", "io-util"] }
1919
anyhow = { version = "1.0.97", features = ["backtrace"] }
2020
windivert = "0.6.0"
2121
lru_time_cache = "0.11.11"

0 commit comments

Comments
 (0)