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

chore: update url and x509_parser crates due to RUSTSEC-2024-0421 #3290

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

Bravo555
Copy link
Contributor

@Bravo555 Bravo555 commented Dec 9, 2024

Proposed changes

Ran cargo update -p url, giving the following changes:

Updating crates.io index
 Locking 27 packages to latest compatible versions
  Adding icu_collections v1.5.0
  Adding icu_locid v1.5.0
  Adding icu_locid_transform v1.5.0
  Adding icu_locid_transform_data v1.5.0
  Adding icu_normalizer v1.5.0
  Adding icu_normalizer_data v1.5.0
  Adding icu_properties v1.5.1
  Adding icu_properties_data v1.5.0
  Adding icu_provider v1.5.0
  Adding icu_provider_macros v1.5.0
Updating idna v0.5.0 -> v1.0.3
  Adding idna_adapter v1.2.0
  Adding litemap v0.7.4
  Adding stable_deref_trait v1.2.0
  Adding synstructure v0.13.1
  Adding tinystr v0.7.6
Removing tinyvec v1.6.0
Removing tinyvec_macros v0.1.1
Removing unicode-bidi v0.3.15
Removing unicode-normalization v0.1.22
Updating url v2.5.0 -> v2.5.4
  Adding utf16_iter v1.0.5
  Adding utf8_iter v1.0.4
  Adding write16 v1.0.0
  Adding writeable v0.5.5
  Adding yoke v0.7.5
  Adding yoke-derive v0.7.5
  Adding zerofrom v0.1.5
  Adding zerofrom-derive v0.1.5
  Adding zerovec v0.10.4
  Adding zerovec-derive v0.10.3

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (general improvements like code refactoring that doesn't explicitly fix a bug or add any new functionality)
  • Documentation Update (if none of the other choices apply)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Paste Link to the issue

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA (in all commits with git commit -s)
  • I ran cargo fmt as mentioned in CODING_GUIDELINES
  • I used cargo clippy as mentioned in CODING_GUIDELINES
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Additional details and impacted files

📢 Thoughts on this report? Let us know!

Copy link
Contributor

github-actions bot commented Dec 9, 2024

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
529 0 2 529 100 1h31m39.327082s

@reubenmiller reubenmiller added theme:security dependencies Pull requests that update a dependency file labels Dec 9, 2024
Cargo.toml Outdated Show resolved Hide resolved
Copy link
Contributor

@didier-wenzek didier-wenzek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@Bravo555 Bravo555 force-pushed the chore/cargo-audit-fix branch from 66ab7e8 to 563a5d9 Compare December 10, 2024 10:14
@Bravo555 Bravo555 temporarily deployed to Test Pull Request December 10, 2024 10:14 — with GitHub Actions Inactive
@reubenmiller reubenmiller added this pull request to the merge queue Dec 10, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 10, 2024
@reubenmiller reubenmiller added this pull request to the merge queue Dec 10, 2024
Merged via the queue into thin-edge:main with commit f5d225b Dec 10, 2024
33 checks passed
@Bravo555 Bravo555 deleted the chore/cargo-audit-fix branch December 10, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file theme:security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants