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 rust-code-analysis requirement from =0.0.24 to =0.0.25 #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Updates the requirements on rust-code-analysis to permit the latest version.

Release notes

Sourced from rust-code-analysis's releases.

v0.0.25

  • lloc: Count declaration statements for Cpp code
  • Bump futures from 0.3.13 to 0.3.14
  • Publish moz-grammars automatically on crates.io (#609)
  • Bump pretty_assertions from 0.7.1 to 0.7.2 (#625)
  • Simplify script to recreate grammars (#624)
  • Bump aho-corasick from 0.7.15 to 0.7.18 (#630)
  • Bump regex from 1.4.5 to 1.5.4 (#631)
  • Add a script to split minimal tests into distinct directories depending on metrics differences (#623)
  • Bump serde from 1.0.125 to 1.0.126 (#633)
  • Bump futures from 0.3.14 to 0.3.15 (#632)
  • Fix warnings and clippy lints (#669)
  • Bump crossbeam from 0.8.0 to 0.8.1 (#636)
  • Fix mdbook building on CI (#670)
  • Bump globset from 0.4.6 to 0.4.8 (#638)
  • Bump serde_json from 1.0.64 to 1.0.68 (#672)
  • Bump serde_yaml from 0.8.17 to 0.8.21 (#668)
  • Bump serde_cbor from 0.11.1 to 0.11.2 (#653)
  • Bump phf_codegen from 0.8.0 to 0.10.0 in /enums (#655)
  • Bump enum-iterator from 0.6.0 to 0.7.0 in /enums (#646)
  • Bump futures from 0.3.15 to 0.3.17 (#658)
  • Bump petgraph from 0.5.1 to 0.6.0 (#642)
  • Bump enum-iterator from 0.6.0 to 0.7.0 (#645)
  • Bump serde from 1.0.126 to 1.0.130 (#660)
  • Update dependencies
  • Update phf dependencies (#673)
  • Fix JavaScript nom (#373)
  • Refactor nom metric (#675)
  • Count closures arguments for the NArgs metric (#352)
  • Add a way to print the AST nodes of a grammar as strings
  • Regenerate grammars
  • Add some APIs to retrieve and print operands and operators
  • Add a command to cli to print and format operands and operators
  • Move c_macros generation into the enums crate (#676)
  • Bump pretty_assertions from 0.7.2 to 1.0.0 (#677)
  • Fix clippy warnings (#688)
  • Update actix-rt to 2.3 (#687)
  • Replace if let with the matches macro
  • Update to Rust 2021 edition (#691)
  • New language implementation reference (#692)
  • Move Cpp tests from tests/test_c.rs to src/c_lang_macros/mod.rs
  • Add min and max implementation for Cyclomatic (#699)
  • Remove enum_iterator (#710)
  • Update Cargo.lock files
  • Pinpoint tree-sitter-*** versions
  • Add minimum and maximum implementation for the Nexit (#712)
  • Add minimum and maximum implementation for the cognitive metric (#713)
  • Add minimum and maximum implementation for Nargs (#715)
  • Add minimum and maximum implementation for Nom (#716)
  • Fix clippy warnings

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 16, 2024
Copy link

codecov bot commented Apr 16, 2024

Codecov Report

Attention: Patch coverage is 87.83910% with 130 lines in your changes are missing coverage. Please review.

Project coverage is 82.36%. Comparing base (569051f) to head (50c066f).
Report is 2 commits behind head on master.

❗ Current head 50c066f differs from pull request most recent head 80979d6. Consider uploading reports for the commit 80979d6 to get more accurate results

Files Patch % Lines
src/lib.rs 52.51% 85 Missing ⚠️
src/cli/mod.rs 0.00% 30 Missing ⚠️
src/metrics/mod.rs 84.74% 9 Missing ⚠️
src/concurrent/mod.rs 99.15% 4 Missing ⚠️
src/bin/cargo-wcc.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master      #22   +/-   ##
=======================================
  Coverage   82.36%   82.36%           
=======================================
  Files          16       16           
  Lines        1270     1270           
=======================================
  Hits         1046     1046           
  Misses        224      224           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Updates the requirements on [rust-code-analysis](https://github.com/mozilla/rust-code-analysis) to permit the latest version.
- [Release notes](https://github.com/mozilla/rust-code-analysis/releases)
- [Commits](mozilla/rust-code-analysis@v0.0.24...v0.0.25)

---
updated-dependencies:
- dependency-name: rust-code-analysis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust-code-analysis-eq-0.0.25 branch from e97d153 to 80979d6 Compare April 29, 2024 20: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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants