### Deps
- `h1-client` now uses `dashmap` at version `5.x >`, fixing an unsoundness issue.
This commit is contained in:
Jeremiah Senkpiel 2022-06-20 13:31:16 -07:00
parent 16e21f889e
commit 0a54b06696
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
## [Unreleased]
## [6.5.3]
### Deps
- `h1-client` now uses `dashmap` at version `5.x >`, fixing an unsoundness issue.
## [6.5.2]
### Deps

View File

@ -1,6 +1,6 @@
[package]
name = "http-client"
version = "6.5.2"
version = "6.5.3"
license = "MIT OR Apache-2.0"
repository = "https://github.com/http-rs/http-client"
documentation = "https://docs.rs/http-client"