summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2018-11-27 11:35:25 +0100
committerPietro Albini <pietro@pietroalbini.org>2018-11-27 11:35:25 +0100
commit32b530be8d99a9d08bc3d22c1e22843aa0eec2bd (patch)
treefecdaa1b3b94cf9b2a659396d5b329d419bd3c00 /Cargo.lock
parent6b215b387e8f3f812856ba97c8c687076df4bfb3 (diff)
some more changes
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock30
1 files changed, 15 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ffffe11..f635876 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -189,21 +189,6 @@ dependencies = [
]
[[package]]
-name = "mailgun-mailmap"
-version = "0.1.0"
-dependencies = [
- "curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
- "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
- "structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
- "toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -259,6 +244,21 @@ dependencies = [
]
[[package]]
+name = "rust-team"
+version = "0.1.0"
+dependencies = [
+ "curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
+ "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
+ "structopt 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "rustc-demangle"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"