Skip to content

Commit 7112763

Browse files
authored
Update nanorand 0.8 (#57)
1 parent f473a2d commit 7112763

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes
22

3+
## [1.9.0] - 2025-06-13
4+
5+
* Update nanorand 0.8
6+
37
## [1.8.6] - 2025-03-12
48

59
* Simplify delay reset queue

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ntex-h2"
3-
version = "1.8.6"
3+
version = "1.9.0"
44
license = "MIT OR Apache-2.0"
55
authors = ["Nikolay Kim <[email protected]>"]
66
description = "An HTTP/2 client and server"
@@ -35,8 +35,8 @@ bitflags = "2"
3535
fxhash = "0.2"
3636
log = "0.4"
3737
pin-project-lite = "0.2"
38-
thiserror = "1"
39-
nanorand = { version = "0.7", default-features = false, features = ["std", "wyrand"] }
38+
thiserror = "2"
39+
nanorand = { version = "0.8", default-features = false, features = ["std", "wyrand", "entropy"] }
4040

4141
[dev-dependencies]
4242
# Fuzzing

0 commit comments

Comments
 (0)