Skip to content

Commit

Permalink
v0.0.28 - reqwest bytes - bytes dev (#190)
Browse files Browse the repository at this point in the history
* bytes fix

* bytes fix

* update bytes

* AWOOGA

* using multiple-pymethods to write ext for bytes

* bytes for reqwest

* bytes dev fix!

* fix readme et al

* bytes dev bench file

* weird....
  • Loading branch information
jessekrubin authored Jan 31, 2025
1 parent 373fa56 commit 2b509df
Show file tree
Hide file tree
Showing 24 changed files with 1,535 additions and 934 deletions.
152 changes: 81 additions & 71 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ members = [
]

[workspace.package]
version = "0.0.27"
version = "0.0.28"
authors = [
"Jesse K. Rubin <[email protected]>",
# hopefully you will contribute!
Expand Down Expand Up @@ -142,7 +142,7 @@ futures-util = "0.3.31"
globset = { version = "0.4.15", features = ["serde"] }
heck = "0.5.0"
http = "1.2.0"
jiff = { version = "0.1.27", features = ["default", "serde"] }
jiff = { version = "0.1.28", features = ["default", "serde"] }
jiter = { version = "0.8.2", features = ["python"] }
regex = "1.11.1"
reqwest = { version = "0.12.12", features = ["blocking", "brotli", "charset", "cookies", "deflate", "gzip", "http2", "macos-system-configuration", "rustls-tls-native-roots", "stream", "zstd"], default-features = false}
Expand Down
Loading

0 comments on commit 2b509df

Please sign in to comment.