mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Refer to the latest version of reqwest
This commit is contained in:
parent
2a684f9906
commit
5f67d633bc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
/// [`reqwest::Proxy::all`], if it exists, otherwise returns the default
|
||||
/// client.
|
||||
///
|
||||
/// [`reqwest::Proxy::all`]: https://docs.rs/reqwest/0.10.7/reqwest/struct.Proxy.html#method.all
|
||||
/// [`reqwest::Proxy::all`]: https://docs.rs/reqwest/latest/reqwest/struct.Proxy.html#method.all
|
||||
pub fn client_from_env() -> reqwest::Client {
|
||||
use reqwest::{Client, Proxy};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue