Skip to content

Commit 35ffe26

Browse files
build(deps): bump simple-dns from 0.5.7 to 0.7.0 (#169)
Bumps [simple-dns](https://github.com/balliegojr/simple-dns) from 0.5.7 to 0.7.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/balliegojr/simple-dns/commit/cf3d78ee8004b721875136a4c1e49aaf63df59af"><code>cf3d78e</code></a> update simple-mdns version</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/c6bc304bbc443fd12ec9b5c6d846a64acaf24fd5"><code>c6bc304</code></a> update simple-mdns dependencies</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/05109c8d25665b31dd84fe5ef90305a38ef5ed37"><code>05109c8</code></a> update simple-dns version</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/f06476624a77d4ebfcf04e2ba92fd9acf2c53004"><code>f064766</code></a> fix docs</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/19bc506b57ff59ff74dc9630fc8f1c840a1176d5"><code>19bc506</code></a> handle empty rdata</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/2b438a72955c20b47eac52734661f1fb5db96beb"><code>2b438a7</code></a> rename packetPart to WireFormat</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/f0b9c308a4a0bb14d60afb432310cf492a4d75b6"><code>f0b9c30</code></a> update changelog and simple-dns version</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/0c7d8d34277c83923dcc517010c49c10d6ffe158"><code>0c7d8d3</code></a> fix parse to read u16 instead of u8</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/6a375959653de989ef266dc4eb1e532b9f5c2ba6"><code>6a37595</code></a> Update simple-dns/src/dns/rdata/naptr.rs</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/7f26b14f8ae2fe65c3413d9fefb6b4436b09b91b"><code>7f26b14</code></a> typo</li> <li>Additional commits viewable in <a href="https://github.com/balliegojr/simple-dns/compare/simple-dns/0.5.7...simple-dns/0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=simple-dns&package-manager=cargo&previous-version=0.5.7&new-version=0.7.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>
1 parent a27d007 commit 35ffe26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rcgen = "0.10.0"
3232
ring = "0.16.20"
3333
serde = "1.0.158"
3434
sha2 = "0.10.8"
35-
simple-dns = "0.5.3"
35+
simple-dns = "0.7.0"
3636
smallvec = "1.13.2"
3737
snow = { version = "0.9.3", features = ["ring-resolver"], default-features = false }
3838
socket2 = { version = "0.5.7", features = ["all"] }

0 commit comments

Comments
 (0)