Skip to content

Commit

Permalink
Bump version to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Jan 7, 2025
1 parent a58985b commit 84f10c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "primp"
version = "0.9.3"
version = "0.10.0"
edition = "2021"
description = "HTTP client that can impersonate web browsers, mimicking their headers and `TLS/JA3/JA4/HTTP2` fingerprints"
authors = ["deedy5"]
Expand All @@ -12,11 +12,11 @@ name = "primp"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.23", features = ["extension-module", "abi3-py38", "indexmap", "anyhow"] }
anyhow = "1"
log = "0.4"
pyo3-log = "0.12"
rquest = { version = "1.3", features = [
pyo3 = { version = "0.23.3", features = ["extension-module", "abi3-py38", "indexmap", "anyhow"] }
anyhow = "1.0.95"
log = "0.4.22"
pyo3-log = "0.12.1"
rquest = { version = "1.3.5", features = [
"json",
"cookies",
"socks",
Expand All @@ -29,16 +29,16 @@ rquest = { version = "1.3", features = [
"impersonate_str",
"impersonate_settings",
] }
encoding_rs = { version = "0.8" }
foldhash = "0.1"
indexmap = { version = "2", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["codec"] } # for multipart
html2text = "0.13"
bytes = "1"
pythonize = "0.23"
serde_json = "1"
webpki-root-certs = "0.26"
encoding_rs = { version = "0.8.35" }
foldhash = "0.1.4"
indexmap = { version = "2.7.0", features = ["serde"] }
tokio = { version = "1.42.0", features = ["full"] }
tokio-util = { version = "0.7.13", features = ["codec"] } # for multipart
html2text = "0.13.6"
bytes = "1.9.0"
pythonize = "0.23.0"
serde_json = "1.0.135"
webpki-root-certs = "0.26.7"

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 84f10c3

Please sign in to comment.