diff --git a/Cargo.lock b/Cargo.lock index baed4ff2..c3af0396 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.7.0-pre" +version = "0.7.0" dependencies = [ "byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -10,7 +10,7 @@ dependencies = [ "elastic_types 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", "fern 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", - "hopper 0.3.0 (git+https://github.com/postmates/hopper.git?branch=removed_unbounded_member)", + "hopper 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.12 (registry+https://github.com/rust-lang/crates.io-index)", "hyper-native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -467,8 +467,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hopper" -version = "0.3.0" -source = "git+https://github.com/postmates/hopper.git?branch=removed_unbounded_member#bb446dcd4d949c12406adbe50458195f2553079d" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1391,7 +1391,7 @@ dependencies = [ "checksum geohash 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7afe5835562c47d5b81395f412ffe960020392a4172ad8477e7ff6d184e54e6" "checksum geojson 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b7e92af77b6bd45cf336b9f77d73218d9cff1b040aedd3c344e091d6c31dbed" "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" -"checksum hopper 0.3.0 (git+https://github.com/postmates/hopper.git?branch=removed_unbounded_member)" = "" +"checksum hopper 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ff59075491d3cf38ab94dce55294896478a3b73439d341371bd62950c88572" "checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07" "checksum hyper 0.10.12 (registry+https://github.com/rust-lang/crates.io-index)" = "0f01e4a20f5dfa5278d7762b7bdb7cab96e24378b9eca3889fbd4b5e94dc7063" "checksum hyper-native-tls 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "72332e4a35d3059583623b50e98e491b78f8b96c5521fcb3f428167955aa56e8" diff --git a/Cargo.toml b/Cargo.toml index 22ea91f5..3cae652a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "cernan" readme = "README.md" repository = "https://github.com/postmates/cernan" -version = "0.7.0-pre" +version = "0.7.0" [[bin]] name = "cernan"