This locks the url version to 2.1.0 instead of 2.1.1 which solves issue
\#195  that does not correctly parse ssh urls within the Cargo.toml this
is a fix that can be updated once Cargo v0.43.0 is release via @ehuss
diff --git a/Cargo.lock b/Cargo.lock
index f8a3328..4807b39 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -171,7 +171,7 @@
 
 [[package]]
 name = "cargo-outdated"
-version = "0.9.4"
+version = "0.9.5"
 dependencies = [
  "cargo",
  "docopt",
@@ -1190,9 +1190,9 @@
 
 [[package]]
 name = "url"
-version = "2.1.1"
+version = "2.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
+checksum = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"
 dependencies = [
  "idna",
  "matches",
diff --git a/Cargo.toml b/Cargo.toml
index 9a3b620..412ea15 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cargo-outdated"
-version = "0.9.4"
+version = "0.9.5"
 authors = [
     "Kevin K. <kbknapp@gmail.com>",
     "Frederick Z. <frederick888@tsundere.moe>",