Skip to content

Commit 1d7fc45

Browse files
committed
chore: release v0.11.4
1 parent 92fff04 commit 1d7fc45

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.11.4 - 2026-05-01
4+
5+
### Security
6+
7+
- Bump `rustls-webpki` to 0.103.13 — fixes CRL parsing panic (RUSTSEC-2026-0104), URI name-constraint bypass (RUSTSEC-2026-0098), and wildcard name-constraint bypass (RUSTSEC-2026-0099)
8+
- Bump `rand` to 0.9.4 — clears RUSTSEC-2026-0097 (unsound with custom logger)
9+
310
## v0.11.3 - 2026-04-08
411

512
### Security

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mhost"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
authors = ["Lukas Pustina <lukas@pustina.de>"]
55
edition = "2021"
66
description = "Fast, async DNS lookup library and CLI -- modern dig/host replacement with parallel multi-server queries, DoH, DoT, subdomain discovery, and zone verification"

0 commit comments

Comments
 (0)