d5
d5 copied to clipboard
DIY Dynamic DNS — the simple, Unix-philosophy way to retrieve your home network's IP address remotely
Bumps [warp](https://github.com/seanmonstar/warp) from 0.1.20 to 0.3.3. Release notes Sourced from warp's releases. v0.3.2 Features: Add Filter::then(), which is like Filter::map() in that it's infallible, but is async like Filter::and_then(). Add...
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.37. Commits a183475 Release v0.2.37 6081dff haiku: Fix sockaddr_in/sockaddr_in6; Solves #108 71708b7 Release v0.2.36 49b43f2 Do not assume memory layout of std::net::SocketAddr 77a6eb4 Release v0.2.35...
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...
Bumps [hyper](https://github.com/hyperium/hyper) from 0.12.35 to 0.12.36. Changelog Sourced from hyper's changelog. v0.12.36 (2021-02-17) Bug Fixes client: allow client GET requests with explicit body headers (23fc8b08, closes #1925) dependencies: use correct...
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.10 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). v0.6.13 Use the maybe-unit crate in place of...
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. Changelog Sourced from generic-array's changelog. 0.12.4 Fix unsoundness in the arr! macro. 0.12.0 Allow trailing commas in arr! macro. BREAKING: Serialize GenericArray using serde...
Bumps [http](https://github.com/hyperium/http) from 0.1.18 to 0.1.21. Changelog Sourced from http's changelog. 0.1.21 (December 2, 2019) Fix Method::is_idempotent returning false for PUT and `DELETE. 0.1.20 (November 26, 2019) Fix possible double-free...
Bumps [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.7.1 to 0.7.4. Changelog Sourced from crossbeam-deque's changelog. Version 0.8.1 Support targets that do not have atomic CAS on stable Rust (#698) Version 0.8.0 Bump the minimum...
Currently in order to retrieve a IP address you need both the username and password. With the username and password you can also change the IP address. This would be...