Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: π¨ allow duplicate dependencies
addresses this error linting our dependency tree: ``` error[duplicate]: found 2 duplicate entries for crate 'heck' ββ /home/katie/work/tonic/Cargo.lock:58:1 β 58 β β heck 0.4.1 registry+https://github.com/rust-lang/crates.io-index 59 β β heck 0.5.0 registry+https://github.com/rust-lang/crates.io-index β β°ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ^ lock entries β = heck v0.4.1 βββ strum_macros v0.25.3 βββ strum v0.25.0 βββ interop v0.1.0 = heck v0.5.0 βββ prost-build v0.12.6 βββ (build) disable-comments v0.1.0 βββ tonic-build v0.10.2 β βββ (build) ambiguous_methods v0.1.0 β βββ codegen v0.1.0 β βββ (build) compression v0.1.0 β βββ (build) default_stubs v0.1.0 β βββ (build) disable-comments v0.1.0 (*) β βββ (build) examples v0.1.0 β βββ (build) included_service v0.1.0 β βββ (build) integration v0.1.0 β βββ (build) integration-tests v0.1.0 β βββ (build) interop v0.1.0 β βββ (build) my_application v0.1.0 β βββ (build) root-crate-path v0.1.0 β βββ (build) same_name v0.1.0 β βββ (build) service_named_result v0.1.0 β βββ (build) service_named_service v0.1.0 β βββ (build) stream_conflict v0.1.0 β βββ (build) use_arc_self v0.1.0 β βββ (build) wellknown v0.1.0 β βββ (build) wellknown-compiled v0.1.0 βββ (build) uuid1 v0.1.0 β βββ my_application v0.1.0 (*) βββ (build) wellknown-compiled v0.1.0 (*) advisories ok, bans FAILED, licenses ok, sources ok ```
- Loading branch information