We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e21f8 commit 0a54b06Copy full SHA for 0a54b06
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
8
## [Unreleased]
9
10
+## [6.5.3]
11
+
12
+### Deps
13
+- `h1-client` now uses `dashmap` at version `5.x >`, fixing an unsoundness issue.
14
15
## [6.5.2]
16
17
### Deps
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "http-client"
3
-version = "6.5.2"
+version = "6.5.3"
4
license = "MIT OR Apache-2.0"
5
repository = "https://github.com/http-rs/http-client"
6
documentation = "https://docs.rs/http-client"
0 commit comments