Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "cargo deny" to CI for dependency audits #726

Open
mehcode opened this issue Sep 14, 2023 · 1 comment · May be fixed by #727
Open

Add "cargo deny" to CI for dependency audits #726

mehcode opened this issue Sep 14, 2023 · 1 comment · May be fixed by #727
Assignees

Comments

@mehcode
Copy link
Contributor

mehcode commented Sep 14, 2023

No description provided.

@iamjpotts
Copy link
Contributor

Example of dependency conflict:

= rustls-webpki v0.100.2
  └── webpki-roots v0.23.1
      └── tonic v0.9.2
          ├── hedera v0.20.2
          └── hedera-proto v0.8.1
              └── hedera v0.20.2 (*)
= rustls-webpki v0.101.5
  └── rustls v0.21.6
      └── tokio-rustls v0.24.1
          └── tonic v0.9.2
              ├── hedera v0.20.2
              └── hedera-proto v0.8.1
                  └── hedera v0.20.2 (*)

@izik1 izik1 linked a pull request Sep 15, 2023 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants