Skip to content

Commit 62e39f7

Browse files
chore(deps): bump simple-dns from 0.9.3 to 0.11.2
Bumps [simple-dns](https://github.com/balliegojr/simple-dns) from 0.9.3 to 0.11.2. - [Commits](balliegojr/simple-dns@simple-dns/0.9.3...simple-dns/0.11.2) --- updated-dependencies: - dependency-name: simple-dns dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53f30bd commit 62e39f7

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)