head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2023.10.23.07.49.28; author pin; state dead; branches; next 1.1; commitid tY9r6jvpFoLzSIJE; 1.1 date 2023.10.22.19.40.04; author pin; state Exp; branches; next ; commitid WZ0UPAV8wWglQEJE; desc @@ 1.2 log @www/xh: update to 0.19.4 - Explicitly enable serde's derive feature, see #334 (@@jayvdb) @ text @$NetBSD: patch-Cargo.toml,v 1.1 2023/10/22 19:40:04 pin Exp $ Use serde derive feature. --- Cargo.toml.orig 2023-10-21 20:23:38.000000000 +0000 +++ Cargo.toml @@@@ -41,7 +41,7 @@@@ rand = "0.8.3" regex = { version = "1", default-features = false, features = ["std"] } roff = { version = "0.2.1", optional = true } rpassword = "5.0.0" -serde = "1.0" +serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["preserve_order"] } serde_urlencoded = "0.7.0" termcolor = "1.1.2" @ 1.1 log @www/xh: update to 0.19.3 v0.19.3 - Make network-interface an optional dependency, see #332 (@@blyxxyz) Note for package maintainers: When building xh with --no-default-features, make sure to enable the network-interface feature if there are no build errors like in #330 v0.19.2 Features - Add --interface for binding to a local IP address or interface, see #307 (@@ducaale) - Translate --raw flag when using --curl, see #308 (@@ducaale) - Support duplicate header keys in session files, see #313 (@@ducaale) - Support persisting cookies from multiple domains, see #314 (@@ducaale) - Control output formatting (JSON indent-level, header sorting, etc) via --format-options, see #318 (@@Bnyro) and #319 (@@ducaale) Bug fixes - Disable cURL's URL globbing, see #325 (@@ducaale) - Improve PATH handling in install.ps1, see #264 (@@henno) Other - Update Rustls to v0.21.0, see #311 (@@ducaale) v0.19.1 No ChangeLog provided. v0.19.0 No ChangeLog provided. @ text @d1 1 a1 1 $NetBSD$ @