Merge pull request #264 from kbknapp/dega/anyhow_and_project_bump

bump to anyhow 1.0.40 and project to 0.9.15 for release
diff --git a/Cargo.lock b/Cargo.lock
index a14df59..b6c63bf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -26,9 +26,9 @@
 
 [[package]]
 name = "anyhow"
-version = "1.0.39"
+version = "1.0.40"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81cddc5f91628367664cc7c69714ff08deee8a3efc54623011c772544d7b2767"
+checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
 
 [[package]]
 name = "atty"
@@ -140,7 +140,7 @@
 
 [[package]]
 name = "cargo-outdated"
-version = "0.9.14"
+version = "0.9.15"
 dependencies = [
  "anyhow",
  "cargo",
diff --git a/Cargo.toml b/Cargo.toml
index 12f7e4a..cabd4ed 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cargo-outdated"
-version = "0.9.14"
+version = "0.9.15"
 authors = [
     "Kevin K. <kbknapp@gmail.com>",
     "Frederick Z. <frederick888@tsundere.moe>",