Created
November 6, 2016 17:12
-
-
Save duelinmarkers/fcb8b0da4e905c9c5d6f0590f1219399 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Cargo.lock b/Cargo.lock | |
index a2e127d..d593db6 100644 | |
--- a/Cargo.lock | |
+++ b/Cargo.lock | |
@@ -2,119 +2,191 @@ | |
name = "cargo-release" | |
version = "0.6.1-pre" | |
dependencies = [ | |
- "clap 2.2.5 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "quick-error 0.1.4 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "regex 0.1.65 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "semver 0.2.3 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "toml 0.1.28 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
+ "clap 2.18.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "quick-error 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "aho-corasick" | |
-version = "0.5.1" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+version = "0.5.3" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
- "memchr 0.1.11 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
+ "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "ansi_term" | |
-version = "0.7.2" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+version = "0.9.0" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "bitflags" | |
-version = "0.4.0" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+version = "0.7.0" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "clap" | |
-version = "2.2.5" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+version = "2.18.0" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
+dependencies = [ | |
+ "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "strsim 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "term_size 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "unicode-segmentation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "vec_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
+] | |
+ | |
+[[package]] | |
+name = "kernel32-sys" | |
+version = "0.2.2" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
- "ansi_term 0.7.2 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "bitflags 0.4.0 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "libc 0.2.9 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "strsim 0.4.0 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "unicode-width 0.1.3 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "vec_map 0.6.0 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
+ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "libc" | |
-version = "0.2.9" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+version = "0.2.17" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "memchr" | |
version = "0.1.11" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
- "libc 0.2.9 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
+ "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
-name = "mempool" | |
-version = "0.3.1" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
- | |
-[[package]] | |
name = "nom" | |
-version = "1.2.2" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+version = "1.2.4" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "quick-error" | |
version = "0.1.4" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "regex" | |
-version = "0.1.65" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+version = "0.1.80" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
- "aho-corasick 0.5.1 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "memchr 0.1.11 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "mempool 0.3.1 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "regex-syntax 0.3.1 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
- "utf8-ranges 0.1.3 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
+ "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "regex-syntax" | |
-version = "0.3.1" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+version = "0.3.9" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "semver" | |
version = "0.2.3" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
- "nom 1.2.2 (registry+git://crates.mirrors.ustc.edu.cn/index)", | |
+ "nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "strsim" | |
-version = "0.4.0" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+version = "0.5.1" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
+ | |
+[[package]] | |
+name = "term_size" | |
+version = "0.2.1" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
+dependencies = [ | |
+ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
+] | |
+ | |
+[[package]] | |
+name = "thread-id" | |
+version = "2.0.0" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
+dependencies = [ | |
+ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
+ "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
+] | |
+ | |
+[[package]] | |
+name = "thread_local" | |
+version = "0.2.7" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
+dependencies = [ | |
+ "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
+] | |
[[package]] | |
name = "toml" | |
-version = "0.1.28" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+version = "0.1.30" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
+ | |
+[[package]] | |
+name = "unicode-segmentation" | |
+version = "0.1.2" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "unicode-width" | |
version = "0.1.3" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "utf8-ranges" | |
version = "0.1.3" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "vec_map" | |
version = "0.6.0" | |
-source = "registry+git://crates.mirrors.ustc.edu.cn/index" | |
- | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
+ | |
+[[package]] | |
+name = "winapi" | |
+version = "0.2.8" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
+ | |
+[[package]] | |
+name = "winapi-build" | |
+version = "0.1.1" | |
+source = "registry+https://github.com/rust-lang/crates.io-index" | |
+ | |
+[metadata] | |
+"checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" | |
+"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6" | |
+"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" | |
+"checksum clap 2.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "40046b8a004bf3ba43b9078bf4b9b6d1708406a234848f925dbd7160a374c8a8" | |
+"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | |
+"checksum libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "044d1360593a78f5c8e5e710beccdc24ab71d1f01bc19a29bcacdba22e8475d8" | |
+"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" | |
+"checksum nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b8c256fd9471521bcb84c3cdba98921497f1a331cbc15b8030fc63b82050ce" | |
+"checksum quick-error 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5fb6ccf8db7bbcb9c2eae558db5ab4f3da1c2a87e4e597ed394726bc8ea6ca1d" | |
+"checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" | |
+"checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" | |
+"checksum semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2d5b7638a1f03815d94e88cb3b3c08e87f0db4d683ef499d1836aaf70a45623f" | |
+"checksum strsim 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "50c069df92e4b01425a8bf3576d5d417943a6a7272fbabaf5bd80b1aaa76442e" | |
+"checksum term_size 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f7f5f3f71b0040cecc71af239414c23fd3c73570f5ff54cf50e03cef637f2a0" | |
+"checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" | |
+"checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" | |
+"checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796" | |
+"checksum unicode-segmentation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b905d0fc2a1f0befd86b0e72e31d1787944efef9d38b9358a9e92a69757f7e3b" | |
+"checksum unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2d6722facc10989f63ee0e20a83cd4e1714a9ae11529403ac7e0afd069abc39e" | |
+"checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" | |
+"checksum vec_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cac5efe5cb0fa14ec2f84f83c701c562ee63f6dcc680861b21d65c682adfb05f" | |
+"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | |
+"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment