diff --git a/Cargo.lock b/Cargo.lock index 42875d43260e0ead7c8b5231ef234ae1b500ce5a..c6ced025d1d28e6b99e3da693bb1caf87fe0ee35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "compiletest_rs" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -202,7 +202,7 @@ version = "0.0.3" dependencies = [ "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "cargo_metadata 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "compiletest_rs 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "compiletest_rs 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "log_settings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -338,7 +338,7 @@ dependencies = [ "checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23" "checksum cargo_metadata 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "34fdab49a2904acb112c83b62f0118de3de3ce28e52a9188dec2858e43878f25" "checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de" -"checksum compiletest_rs 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9c269482902f38ea4e92c894e458a14b48af11ad72d087248577ab73fb85da93" +"checksum compiletest_rs 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9d58e648d0fb482578b63212d0cedce5c8b21ae45f6f49736a92b70e9adec05c" "checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" "checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab" "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" diff --git a/Cargo.toml b/Cargo.toml index 545fb7fc602c2915fdab00fa75bb23b999cf0944..da055cc508a8294e6b5ae66c43dc8f43a098018e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ cargo_metadata = "0.1" seer-z3 = "0.1.0" [dev-dependencies] -compiletest_rs = "0.3.4" +compiletest_rs = "0.3.5"