File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.9.23
2
+
3
+ - Fix when passing a ` Url ` that contains a username and password, extract it and send as basic authorizaton (#715 ).
4
+
1
5
## v0.9.22
2
6
3
7
- Revert returning an error when using blocking ` Client ` inside an asynchronous context. Log a warning instead.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " reqwest"
3
- version = " 0.9.22 " # remember to update html_root_url
3
+ version = " 0.9.23 " # remember to update html_root_url
4
4
description = " higher level HTTP client library"
5
5
keywords = [" http" , " request" , " client" ]
6
6
repository = " https://github.com/seanmonstar/reqwest"
Original file line number Diff line number Diff line change 1
1
#![ deny( missing_docs) ]
2
2
#![ deny( missing_debug_implementations) ]
3
3
#![ cfg_attr( test, deny( warnings) ) ]
4
- #![ doc( html_root_url = "https://docs.rs/reqwest/0.9.22 " ) ]
4
+ #![ doc( html_root_url = "https://docs.rs/reqwest/0.9.23 " ) ]
5
5
6
6
//! # reqwest
7
7
//!
You can’t perform that action at this time.
0 commit comments