From bfdeb3439a617890a807a1ac643f84038b43f165 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 16 Feb 2018 12:46:39 -0800 Subject: update DNS library to get bugfix --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4788816..400011d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,11 +16,15 @@ log = "0.3" sodiumoxide = "0.0.16" bit_field = "0.9" bit-vec = "0.4.4" -resolve = "0.1.2" data-encoding = "2.0" chan = "0.1.20" chan-signal = "0.3.1" +# Temporarily need to use github master instead of crates version to get a +# bugfix. +[dependencies.resolve] +git = "https://github.com/murarth/resolve" + [dev-dependencies] tempdir = "0.3" assert_cli = "0.5" -- cgit v1.2.3