summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorebroto <ebroto@tutanota.com>2019-12-20 17:42:37 +0100
committerAram Drevekenin <aram@poor.dev>2019-12-20 17:42:37 +0100
commit408ec397c81bb99d6727f01d5dc058e814012714 (patch)
tree6378f3374ba8339a97a5f7873e4b343f600079b8 /Cargo.lock
parentd62bf8a8eb11935767fbb9442c5955e0879a1801 (diff)
fix(packages): Fix trust-dns-resolver version (#25)
Also: remove useless caret prefix for tokio
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a49a30a..11e967e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1647,7 +1647,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "what"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"async-trait 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
"cargo-insta 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",