Skip to content

Commit d4e3fb6

Browse files
committed
Bump ureq-proto to get non-standard port fix
1 parent cf9eb7a commit d4e3fb6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
* Fix not appending port to host header (#1016)
4+
35
# 3.0.6
46

57
* Avoid percent encoding some query parameter chars (#1004)

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ _doc = ["rustls?/aws-lc-rs"]
5656

5757
[dependencies]
5858
base64 = "0.22.1"
59-
ureq-proto = "0.3.0"
59+
ureq-proto = "0.3.1"
6060
# ureq-proto = { path = "../ureq-proto" }
6161
log = "0.4.25"
6262
utf-8 = "0.7.6"

0 commit comments

Comments
 (0)