Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cidr from 0.2.3 to 0.3.0 (#193)
Bumps [cidr](https://github.com/stbuehler/rust-cidr) from 0.2.3 to 0.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stbuehler/rust-cidr/releases">cidr's releases</a>.</em></p> <blockquote> <h2>cidr 0.3.0</h2> <h2><a href="https://github.com/stbuehler/rust-cidr/compare/cidr-0.2.3...cidr-0.3.0">0.3.0</a> - 2024-09-30</h2> <ul> <li>remove short IPv4 address support in <code>FromStr</code> implementations</li> <li>implement <code>From<Ip*Addr></code> for cidr and inet types</li> <li>remove <code>std</code> requirement - both <code>net</code> and <code>error</code> now in <code>core</code></li> <li>move to bitstring 0.2</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stbuehler/rust-cidr/blob/master/CHANGELOG.md">cidr's changelog</a>.</em></p> <blockquote> <h2>[0.3.0] - 2024-09-30</h2> <ul> <li>remove short IPv4 address support in <code>FromStr</code> implementations</li> <li>implement <code>From<Ip*Addr></code> for cidr and inet types</li> <li>remove <code>std</code> requirement - both <code>net</code> and <code>error</code> now in <code>core</code></li> <li>move to bitstring 0.2</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stbuehler/rust-cidr/commit/8e974f270c355f8486f5b6f5264895fc58028be8"><code>8e974f2</code></a> release 0.3.0</li> <li><a href="https://github.com/stbuehler/rust-cidr/commit/4ffa38480f45f8444926900f1e3558ab2c2341c4"><code>4ffa384</code></a> use bitstring 0.2</li> <li><a href="https://github.com/stbuehler/rust-cidr/commit/9629dec2d8cc2c1d230cc21709c7f81d57ba5468"><code>9629dec</code></a> Error in core since rust 1.81</li> <li><a href="https://github.com/stbuehler/rust-cidr/commit/c5f5320f8ca5b955c57f5e5aad2543140a84cc09"><code>c5f5320</code></a> remove NetworkParseError: From<ParseIntError>, construct explicitly</li> <li><a href="https://github.com/stbuehler/rust-cidr/commit/b9147bfdbf61daac0c50eebfad04b1f95a283bcc"><code>b9147bf</code></a> reject short IPv4 address forms in default FromStr parser</li> <li><a href="https://github.com/stbuehler/rust-cidr/commit/e6ee6d6f5eed6460fe577f4c72819d7bd8c15a02"><code>e6ee6d6</code></a> add Display and FromStr supertraits to Address, Cidr and Inet</li> <li><a href="https://github.com/stbuehler/rust-cidr/commit/2be8b00fb99afc0df287c5dfc1ef3ef47356cbc3"><code>2be8b00</code></a> edition 2021</li> <li><a href="https://github.com/stbuehler/rust-cidr/commit/28b922ddf1226f0913b111dd7cf1398bab0e0ac2"><code>28b922d</code></a> use core::net instead of std::net</li> <li><a href="https://github.com/stbuehler/rust-cidr/commit/59a65e964c8c4a5138fd7c054c93eda88546435d"><code>59a65e9</code></a> remove std String/Vec usage in tests and serde implementations</li> <li><a href="https://github.com/stbuehler/rust-cidr/commit/b45892d812696a95ddc209d0aac2a9238bb3e2a9"><code>b45892d</code></a> move rustdoc feature handling to doc_auto_cfg with docsrs cfg</li> <li>Additional commits viewable in <a href="https://github.com/stbuehler/rust-cidr/compare/cidr-0.2.3...cidr-0.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cidr&package-manager=cargo&previous-version=0.2.3&new-version=0.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information