Merge pull request #81 from AleoHQ/dependabot/cargo/rusty-hook-0.11.2

Bump rusty-hook from 0.11.1 to 0.11.2
This commit is contained in:
Collin Chin 2020-06-29 14:00:23 -07:00 committed by GitHub
commit 800ad3278e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -903,9 +903,9 @@ checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
[[package]]
name = "rusty-hook"
version = "0.11.1"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27138b73a8ce63ae918707a5e3b57f9b0c0842a57b82f0e43474cf4e3aaf0ff4"
checksum = "96cee9be61be7e1cbadd851e58ed7449c29c620f00b23df937cb9cbc04ac21a3"
dependencies = [
"ci_info",
"getopts",

View File

@ -41,7 +41,7 @@ walkdir = { version = "2" }
zip = { version = "0.5" }
[dev-dependencies]
rusty-hook = { version = "0.11.1" }
rusty-hook = { version = "0.11.2" }
[profile.release]
opt-level = 3