-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.0.28 - reqwest bytes - bytes dev (#190)
* 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
1 parent
373fa56
commit 2b509df
Showing
24 changed files
with
1,535 additions
and
934 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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! | ||
|
@@ -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} | ||
|
Oops, something went wrong.