Skip to content

Commit 0a54b06

Browse files
committed
6.5.3
### Deps - `h1-client` now uses `dashmap` at version `5.x >`, fixing an unsoundness issue.
1 parent 16e21f8 commit 0a54b06

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

10+
## [6.5.3]
11+
12+
### Deps
13+
- `h1-client` now uses `dashmap` at version `5.x >`, fixing an unsoundness issue.
14+
1015
## [6.5.2]
1116

1217
### Deps

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-client"
3-
version = "6.5.2"
3+
version = "6.5.3"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/http-client"
66
documentation = "https://docs.rs/http-client"

0 commit comments

Comments
 (0)