mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
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:
@@ -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:
|
||||
|
||||
Generated
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user