Skip to content

Commit

Permalink
features fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
jessekrubin committed Dec 20, 2024
1 parent d0ecf8b commit 4b2396a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 140 deletions.
139 changes: 1 addition & 138 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ pyo3 = { version = "0.23.3", features = ["experimental-inspect", "num-bigint"] }
pyo3-async-runtimes = { version = "0.23", features = ["attributes", "tokio-runtime"] }
pyo3-build-config = "0.23.3"
regex = "1.11.1"
reqwest = { version = "0.12.9", features = ["blocking", "brotli", "cookies", "gzip", "zstd"] }
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11.12"
serde_json = "1.0.133"
Expand Down
2 changes: 1 addition & 1 deletion crates/ryo3-reqwest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyo3 = { workspace = true, features = ["experimental-inspect", "experimental-asy
pyo3-async-runtimes = { workspace = true, features = ["attributes", "tokio-runtime"] }
tracing.workspace = true
tokio.workspace = true
reqwest = { workspace = true, features = ["blocking", "brotli", "cookies", "gzip", "zstd", "charset", "http2", "macos-system-configuration", "rustls-tls-native-roots"], default-features = false}
reqwest = { version = "0.12.9", features = ["blocking", "brotli", "cookies", "gzip", "zstd", "charset", "http2", "macos-system-configuration", "rustls-tls-native-roots"], default-features = false}
bytes = { workspace = true }
jiter.workspace = true
ryo3-bytes.workspace = true
Expand Down

0 comments on commit 4b2396a

Please sign in to comment.