Skip to content

Commit b24aff2

Browse files
committed
update PyO3
1 parent 504139f commit b24aff2

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

Cargo.lock

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

mitmproxy-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ mitmproxy-contentviews = { path = "../mitmproxy-contentviews" }
2222
anyhow = { version = "1.0.97", features = ["backtrace"] }
2323
data-encoding = "2.8.0"
2424
log = "0.4.27"
25-
pyo3 = { version = "0.24", features = ["abi3", "abi3-py312", "anyhow"] }
26-
pyo3-async-runtimes = { version = "0.24", features = ["tokio-runtime", "testing", "attributes"] }
25+
pyo3 = { version = "0.25", features = ["abi3", "abi3-py312", "anyhow"] }
26+
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
2929
tokio = { version = "1.45", features = ["macros", "net", "rt-multi-thread", "sync"] }

0 commit comments

Comments
 (0)