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

Update dependencies to latest #84

Merged
merged 4 commits into from
Apr 15, 2024
Merged

Update dependencies to latest #84

merged 4 commits into from
Apr 15, 2024

Conversation

0323pin
Copy link
Contributor

@0323pin 0323pin commented Apr 12, 2024

Second attempt at updating all crate dependencies.
Resolves #83

cargo audit is happy now,

~> cargo audit
    Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 617 security advisories (from /home/pin/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (118 crate dependencies)

Let's hope the CI is also happy.

Second attempt at updating all crate dependencies.
@sstadick sstadick self-assigned this Apr 12, 2024
@sstadick
Copy link
Owner

Awesome! Thanks for starting on this @0323pin.

Two things:

  • to get CI to pass you'll need to update the thirdparty.yaml
cargo bundle-licenses --format yaml --output new.yaml --previous THIRDPARTY.yml
mv new.yaml THIRDPARTY.yml
  • To play it safe I think I'd prefer to update to 0.10.0

If I get some time later today I'll try to make a PR into this PR with those changes 👍

@0323pin
Copy link
Contributor Author

0323pin commented Apr 12, 2024

@sstadick Thanks, I can try to fix this. Don't know if I have time tonight though.

@0323pin
Copy link
Contributor Author

0323pin commented Apr 13, 2024

@sstadick All checks have passed 🚀

@sstadick sstadick merged commit f793bdd into sstadick:master Apr 15, 2024
5 checks passed
@sstadick
Copy link
Owner

New version should be live in crates.io now! v0.10.0

Thanks for pushing this through!

@0323pin
Copy link
Contributor Author

0323pin commented Apr 15, 2024

Thank you!

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 this pull request may close these issues.

Celebrating one year of 0.9.2
2 participants