We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f79c3d commit 0569960Copy full SHA for 0569960
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rnet"
3
-version = "2.2.0"
+version = "2.2.1"
4
description = "A blazing-fast Python HTTP client with TLS fingerprint"
5
edition = "2024"
6
rust-version = "1.85.0"
@@ -24,7 +24,7 @@ docs = ["dep:pyo3-stub-gen"]
24
25
[dependencies]
26
tokio = { version = "1.44.1", features = ["sync"] }
27
-pyo3 = { version = "0.24.0", features = [
+pyo3 = { version = "0.24.1", features = [
28
"indexmap",
29
"multiple-pymethods",
30
"generate-import-lib",
0 commit comments