Skip to content

Commit

Permalink
fix(deps): update hickory-dns monorepo to 0.24.3
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 275d4fc commit 3ee7f76
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ platforms = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "powerpc64
clap = { version = "~4.5.28", features = ["derive"] }
syslog = "^7.0.0"
log = "0.4.25"
hickory-server = "0.24.2"
hickory-proto = { version = "0.24.2", features = ["tokio-runtime"] }
hickory-client = "0.24.2"
hickory-server = "0.24.3"
hickory-proto = { version = "0.24.3", features = ["tokio-runtime"] }
hickory-client = "0.24.3"
futures-util = { version = "0.3.31", default-features = false }
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread", "net", "signal"] }
nix = { version = "0.29.0", features = ["fs", "signal", "net"] }
Expand Down

0 comments on commit 3ee7f76

Please sign in to comment.