You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Default logging framework changed to [`tracing-subscriber`](https://crates.io/crates/tracing-subscriber), which:
6
+
- Support libraries that log with both [`tracing`](https://crates.io/crates/tracing), and [`log`](https://crates.io/crates/log).
7
+
- NOTE: `--log-config` parameter will apply only to [`log4rs`](https://crates.io/crates/log4rs), which doesn't support the `tracing` framework.
8
+
9
+
## Bug Fixes
10
+
11
+
- #1425 Enable `EDNS(0)` by default for hickory-dns resolver.
12
+
13
+
## NOTE
14
+
15
+
- [`clap`](https://crates.io/crates/clap) upgraded MSRV (Minimal Supported Rust Version) to v1.74 since v4.5.0. This project will have to stay in v4.4 until the next major release.
0 commit comments