hottea773

Results 4 issues of hottea773

## 🐛 Bug description Given the following `main.rs`: ```rust #[derive(serde::Deserialize, Clone, Debug, serde::Serialize)] pub struct Person { #[serde(rename(deserialize = "surname"))] pub surname: String, #[serde(skip_serializing, rename(deserialize = "FIRST_NAME"))] pub first_name: String,...

## What do these changes do? This PR partially reverts the change made in https://github.com/aio-libs/yarl/commit/94faa90c3c3e6d8ac519fa4b6bee154bc090e34b to remove the text of the Apache license used. This brings this repository in line...

Trust DNS doesn't seem to get released very frequently; the last release was in September (7 months ago), and since then loads of great new features have been added. This...

This PR is a duplicate of https://github.com/hyperium/hyper/pull/2484 which I'd like to use, but is closed. (I've minorly changed it such that we bind to the interface before we bind to...