Skip to content
Snippets Groups Projects
Commit cac3b112 authored by Moul's avatar Moul
Browse files

deps(duniter) #1427: Remove rusty-hook

parent c1df3c62
No related branches found
No related tags found
1 merge request!1396#1427: Introduce rust and gitlab-ci-linter pre-commit hooks
......@@ -420,15 +420,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "ci_info"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24f638c70e8c5753795cc9a8c07c44da91554a09e4cf11a7326e8161b0a3c45e"
dependencies = [
"envmnt",
]
[[package]]
name = "clap"
version = "2.33.3"
......@@ -941,7 +932,6 @@ dependencies = [
"logwatcher",
"nix 0.17.0",
"read_input",
"rusty-hook",
"serde_json",
"structopt",
]
......@@ -1300,16 +1290,6 @@ dependencies = [
"syn",
]
[[package]]
name = "envmnt"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2d328fc287c61314c4a61af7cfdcbd7e678e39778488c7cb13ec133ce0f4059"
dependencies = [
"fsio",
"indexmap",
]
[[package]]
name = "envy"
version = "0.4.2"
......@@ -1552,15 +1532,6 @@ dependencies = [
"version_check",
]
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
[[package]]
name = "getrandom"
version = "0.1.16"
......@@ -2082,12 +2053,6 @@ dependencies = [
"regex",
]
[[package]]
name = "nias"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab250442c86f1850815b5d268639dff018c0627022bc1940eb2d642ca1ce12f0"
[[package]]
name = "nibble_vec"
version = "0.1.0"
......@@ -2677,18 +2642,6 @@ dependencies = [
"semver 0.11.0",
]
[[package]]
name = "rusty-hook"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96cee9be61be7e1cbadd851e58ed7449c29c620f00b23df937cb9cbc04ac21a3"
dependencies = [
"ci_info",
"getopts",
"nias",
"toml",
]
[[package]]
name = "ryu"
version = "1.0.5"
......
......@@ -28,7 +28,6 @@ serde_json = "1.0.53"
structopt = "0.3.18"
[dev-dependencies]
rusty-hook = "0.11.2"
[features]
default = ["gva"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment