Skip to content

Commit

Permalink
3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Jan 30, 2025
1 parent 89d593c commit 81127cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 3.0.3

* Use the same data in CONNECT and Host header for proxied requests (#967)
* Set default scheme in proxy uri (#966)
* Redact URI and Location header on debug level (#964)
Expand Down
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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ureq"
version = "3.0.2"
version = "3.0.3"
authors = ["Martin Algesten <[email protected]>", "Jacob Hoffman-Andrews <[email protected]>"]
description = "Simple, safe HTTP client"
license = "MIT OR Apache-2.0"
Expand All @@ -14,6 +14,9 @@ exclude = ["/cargo_deny.sh", "/deny.toml", "/test.sh"]
# MSRV
rust-version = "1.71.1"

[package.metadata.docs.rs]
features = ["rustls", "platform-verifier", "native-tls", "socks-proxy", "cookies", "gzip", "brotli", "charset", "json", "_test", "_doc"]

[features]
default = ["rustls", "gzip"]

Expand Down Expand Up @@ -51,9 +54,6 @@ _test = []
_rustls = []
_doc = ["rustls?/aws-lc-rs"]

[package.metadata.docs.rs]
features = ["rustls", "platform-verifier", "native-tls", "socks-proxy", "cookies", "gzip", "brotli", "charset", "json", "_test", "_doc"]

[dependencies]
base64 = "0.22.1"
ureq-proto = "0.3.0"
Expand Down

0 comments on commit 81127cf

Please sign in to comment.