Skip to content

Commit

Permalink
Bump ureq-proto to get non-standard port fix
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Feb 25, 2025
1 parent cf9eb7a commit 3996515
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

* Fix not appending port to host header (#1017)

# 3.0.6

* Avoid percent encoding some query parameter chars (#1004)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ _doc = ["rustls?/aws-lc-rs"]

[dependencies]
base64 = "0.22.1"
ureq-proto = "0.3.0"
ureq-proto = "0.3.1"
# ureq-proto = { path = "../ureq-proto" }
log = "0.4.25"
utf-8 = "0.7.6"
Expand Down

0 comments on commit 3996515

Please sign in to comment.