Update to make cargo-deny happy (#6547)

* Update to make cargo-deny happy

* Remove cargo deny from CI

* change (ci): run cargo deny only on tags and schedules

Co-authored-by: Denis P <denis.pisarev@parity.io>
This commit is contained in:
Bastian Köcher
2020-07-01 08:49:51 +02:00
committed by GitHub
parent 4cf1b4fa7b
commit e61f377617
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -158,6 +158,10 @@ cargo-audit:
cargo-deny:
stage: test
<<: *docker-env
only:
- schedules
- tags
- web
script:
- cargo deny check --hide-inclusion-graph -c .maintain/deny.toml
after_script:
+2 -2
View File
@@ -8901,9 +8901,9 @@ dependencies = [
[[package]]
name = "tokio-rustls"
version = "0.13.0"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4adb8b3e5f86b707f1b54e7c15b6de52617a823608ccda98a15d3a24222f265a"
checksum = "15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4"
dependencies = [
"futures-core",
"rustls",