Skip to content

Commit b8d3f4b

Browse files
chore(deps): bump simple-dns from 0.9.3 to 0.11.2 (#4169)
Bumps [simple-dns](https://github.com/balliegojr/simple-dns) from 0.9.3 to 0.11.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/balliegojr/simple-dns/commit/ba352f6e819e09538e25cc315ff75c65368f27ce"><code>ba352f6</code></a> update version and changelog</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/6ad40f1d2e63c553fc97fa5ab5534955a9c9304d"><code>6ad40f1</code></a> Fix name compression when the offset is too large</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/32b2ad2028e32b391005e4f43be44f24bdf5ad37"><code>32b2ad2</code></a> update version and changelog</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/c96d11ec38ca483ae49730d6278b51b7e6f0b4bf"><code>c96d11e</code></a> Fix macos workflow (<a href="https://redirect.github.com/balliegojr/simple-dns/issues/52">#52</a>)</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/baf845f73c0585f374880372ebeca9682551ebd1"><code>baf845f</code></a> fix CharacterString display implementation to prevent panic!</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/245e88147375e335f7c9da91ce1ecf83f7045de5"><code>245e881</code></a> do not use rust-lld for bind9 tests</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/68ac4df22bdda7cbda6f55be47aebd8a1b363f69"><code>68ac4df</code></a> copy license for all crates</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/78c9a11f4c55582870c496a2e01bbfb87183dec1"><code>78c9a11</code></a> update version and changelog</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/f2bd57c18d8a7155d21c69952fcece5e075a405f"><code>f2bd57c</code></a> move bench to a separate crate</li> <li><a href="https://github.com/balliegojr/simple-dns/commit/e210ce3e879fff38233c9cc82ff09caaddcacdca"><code>e210ce3</code></a> fix workflow</li> <li>Additional commits viewable in <a href="https://github.com/balliegojr/simple-dns/compare/simple-dns/0.9.3...simple-dns/0.11.2">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Friedel Ziegelmayer <me@dignifiedquire.com>
1 parent 67a23a8 commit b8d3f4b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

iroh-dns-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ hickory-resolver = { version = "0.26.0", features = ["tls-ring", "https-ring"] }
6363
iroh = { path = "../iroh" }
6464
n0-tracing-test = "0.3"
6565
rand = "0.10"
66-
simple-dns = "0.9"
66+
simple-dns = "0.11"
6767
rand_chacha = "0.10"
6868
reqwest = { version = "0.13", default-features = false, features = [
6969
"rustls-no-provider", "http2", "json"

iroh-dns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ n0-future = "0.3"
2121
rand = "0.10"
2222
reqwest = { version = "0.13", default-features = false }
2323
rustls = { version = "0.23.33", default-features = false }
24-
simple-dns = "0.9"
24+
simple-dns = "0.11"
2525
strum = { version = "0.28", features = ["derive"] }
2626
tokio = { version = "1", features = ["sync"] }
2727
tracing = "0.1"

0 commit comments

Comments
 (0)