Skip to content

Commit

Permalink
Use just released domain v0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Apr 30, 2024
1 parent b9245cd commit edfd005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 73 deletions.
75 changes: 3 additions & 72 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version = "1.74.0"
bytes = "1"
clap = { version = "4", features = ["derive", "unstable-doc"] }
chrono = { version = "0.4.38", features = [ "alloc", "clock" ] }
domain = { git="https://github.com/NLnetLabs/domain.git", branch="message-for-slice", features = ["resolv", "unstable-client-transport", "unstable-server-transport", "siphasher"]}
domain = { version = "0.10", features = ["resolv", "unstable-client-transport", "unstable-server-transport", "siphasher"]}
tokio = { version = "1.33", features = ["rt-multi-thread"] }

# For era:
Expand Down

0 comments on commit edfd005

Please sign in to comment.