Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
315 changes: 138 additions & 177 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ aya = { version = "0.13.0", default-features = false }
aya-ebpf = { version = "0.1.1", default-features = false }
aya-log = { version = "0.2.1", default-features = false }
aya-log-ebpf = { version = "0.1.0", default-features = false }
tun = { version = "0.8.5" }
tun = { version = "0.8.6" }

[workspace.lints.clippy]
large_futures = "deny"
Expand Down
6 changes: 3 additions & 3 deletions mitmproxy-contentviews/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ publish.workspace = true
workspace = true

[dependencies]
anyhow = { version = "1.0.100", features = ["backtrace"] }
anyhow = { version = "1.0.102", features = ["backtrace"] }
log = "0.4.29"
data-encoding = "2.10.0"
pretty-hex = "0.4.1"
pretty-hex = "0.4.2"
mitmproxy-highlight = { path = "../mitmproxy-highlight" }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
rmp-serde = "1.3"
protobuf = "3.7.2"
regex = "1.12.2"
regex = "1.12.3"
flate2 = "1.1"
protobuf-parse = "3.7"

Expand Down
2 changes: 1 addition & 1 deletion mitmproxy-highlight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish.workspace = true
workspace = true

[dependencies]
anyhow = { version = "1.0.100", features = ["backtrace"] }
anyhow = { version = "1.0.102", features = ["backtrace"] }
tree-sitter = "0.25.10"
tree-sitter-css = "0.25.0"
tree-sitter-highlight = "0.25.10"
Expand Down
2 changes: 1 addition & 1 deletion mitmproxy-linux-ebpf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ aya-ebpf = { workspace = true }
aya-log-ebpf = { workspace = true }

[build-dependencies]
which = "8.0.0"
which = "8.0.2"

[[bin]]
name = "mitmproxy-linux"
Expand Down
8 changes: 4 additions & 4 deletions mitmproxy-linux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ mitmproxy-linux-ebpf-common = { path = "../mitmproxy-linux-ebpf-common"}
tun = { workspace = true, features = ["async"] }
aya = { workspace = true }
aya-log = { workspace = true }
tokio = { version = "1.48", features = ["macros", "net", "rt-multi-thread", "sync", "io-util", "signal"] }
anyhow = { version = "1.0.100", features = ["backtrace"] }
tokio = { version = "1.50", features = ["macros", "net", "rt-multi-thread", "sync", "io-util", "signal"] }
anyhow = { version = "1.0.102", features = ["backtrace"] }
log = "0.4.29"
env_logger = "0.11.5"
env_logger = "0.11.10"
prost = "0.14.3"
internet-packet = { version = "0.2.0", features = ["checksums"] }
libc = "0.2.176"
const-sha1 = "0.3.0"

[target.'cfg(target_os = "linux")'.build-dependencies]
anyhow = { version = "1.0.100", features = ["backtrace"] }
anyhow = { version = "1.0.102", features = ["backtrace"] }
aya-build = "0.1.3"
mitmproxy-linux-ebpf = { path = "../mitmproxy-linux-ebpf" }
cargo_metadata = { version = "0.23.1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion mitmproxy-macos/certificate-truster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ rust-version.workspace = true
publish.workspace = true

[target.'cfg(target_os = "macos")'.dependencies]
security-framework = "3.5.1"
security-framework = "3.7.0"
6 changes: 3 additions & 3 deletions mitmproxy-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ crate-type = ["lib", "cdylib"]
mitmproxy = { path = "../" }
mitmproxy-highlight = { path = "../mitmproxy-highlight" }
mitmproxy-contentviews = { path = "../mitmproxy-contentviews" }
anyhow = { version = "1.0.100", features = ["backtrace"] }
anyhow = { version = "1.0.102", features = ["backtrace"] }
data-encoding = "2.10.0"
log = "0.4.29"
pyo3 = { version = "0.25", features = ["abi3", "abi3-py312", "anyhow"] }
pyo3-async-runtimes = { version = "0.25", features = ["tokio-runtime", "testing", "attributes"] }
pyo3-log = "0.12"
rand_core = { version = "0.6.4", features = ["getrandom"] } # https://github.com/dalek-cryptography/curve25519-dalek/issues/731
tokio = { version = "1.48", features = ["macros", "net", "rt-multi-thread", "sync"] }
tokio = { version = "1.50", features = ["macros", "net", "rt-multi-thread", "sync"] }
boringtun = "0.6"
tar = "0.4.44"
tar = "0.4.45"
console-subscriber = { version = "0.5.0", optional = true }

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down
6 changes: 3 additions & 3 deletions mitmproxy-windows/redirector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ workspace = true

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

Expand Down
2 changes: 1 addition & 1 deletion wireguard-test-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish.workspace = true
workspace = true

[dependencies]
anyhow = "1.0.100"
anyhow = "1.0.102"
data-encoding = "2.10.0"
boringtun = "0.6"
hex = "0.4"
Expand Down
Loading