Update README.md

pull/21/head
Luca Palmieri 2021-11-30 16:16:17 +00:00 committed by GitHub
parent d3a6900cea
commit ff0593d4c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ The `reqwest-middleware` client exposes the same interface as a plain `reqwest`
reqwest = "0.11"
reqwest-middleware = "0.1.1"
reqwest-retry = "0.1.1"
reqwest-tracing = "0.1.2"
reqwest-tracing = "0.2.0"
tokio = { version = "1.12.0", features = ["macros", "rt-multi-thread"] }
```