From 1900fc3c372635f64a3fe0f6d3dc0a66f0849a51 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Thu, 6 Jul 2017 22:55:51 -0700 Subject: [PATCH] Updated dependency --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0330919..aaeb794 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,7 +3,7 @@ name = "polaris" version = "0.5.1" dependencies = [ "ape 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "app_dirs 1.1.1 (git+https://github.com/agersant/app-dirs-rs)", + "app_dirs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "diesel 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "diesel_codegen 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "app_dirs" version = "1.1.1" -source = "git+https://github.com/agersant/app-dirs-rs#8a0d107dee31183a78ae382c904e0fe70d7432b8" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "ole32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1753,7 +1753,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699" "checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" "checksum ape 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b419c2e36e91776200588f91e24c970d16d34236369136ca819f12dd903c5691" -"checksum app_dirs 1.1.1 (git+https://github.com/agersant/app-dirs-rs)" = "" +"checksum app_dirs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7d1c0d48a81bbb13043847f957971f4d87c81542d80ece5e84ba3cba4058fd4" "checksum backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72f9b4182546f4b04ebc4ab7f84948953a118bd6021a1b6a6c909e3e94f6be76" "checksum backtrace-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3a0d842ea781ce92be2bf78a9b38883948542749640b8378b3b2f03d1fd9f1ff" "checksum base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30e93c03064e7590d0466209155251b90c22e37fab1daf2771582598b5827557" diff --git a/Cargo.toml b/Cargo.toml index 30ea21e..bb7b0f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ ui = [] [dependencies] ape = "0.1.2" -app_dirs = { git = "https://github.com/agersant/app-dirs-rs" } +app_dirs = "1.1.1" diesel = { version = "0.14.0", features = ["sqlite"] } diesel_codegen = { version = "0.14.0", features = ["sqlite"] } error-chain = "0.10.0"