From d4a7e92f1d729133c29f5cd0085f4b28182aafd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:42:43 +0000 Subject: [PATCH 1/4] chore(deps): Bump the gha-deps group with 2 updates Bumps the gha-deps group with 2 updates: [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) and [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels). Updates `EmbarkStudios/cargo-deny-action` from 1.6.3 to 2.0.1 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/3f4a782664881cf5725d0ffd23969fcce89fd868...8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268) Updates `mheap/github-action-required-labels` from 5.4.1 to 5.4.2 - [Release notes](https://github.com/mheap/github-action-required-labels/releases) - [Commits](https://github.com/mheap/github-action-required-labels/compare/5847eef68201219cf0a4643ea7be61e77837bbce...d25134c992b943fb6ad00c25ea00eb5988c0a9dd) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps - dependency-name: mheap/github-action-required-labels dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yaml | 2 +- .github/workflows/block-merge.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 077b254df..80ba85854 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -52,7 +52,7 @@ jobs: cargo generate-lockfile --verbose fi - - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3 + - uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268 # v2.0.1 with: arguments: --locked --all-features command: check ${{ matrix.checks }} diff --git a/.github/workflows/block-merge.yaml b/.github/workflows/block-merge.yaml index 16b671cff..8de0bf037 100644 --- a/.github/workflows/block-merge.yaml +++ b/.github/workflows/block-merge.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: mheap/github-action-required-labels@5847eef68201219cf0a4643ea7be61e77837bbce # v5.4.1 + - uses: mheap/github-action-required-labels@d25134c992b943fb6ad00c25ea00eb5988c0a9dd # v5.4.2 with: mode: exactly count: 0 From 691703859c23d8671fde6ccffc526235040c822f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:59:54 +0000 Subject: [PATCH 2/4] chore(deps): Bump the bundler-deps group across 1 directory with 2 updates Bumps the bundler-deps group with 2 updates in the / directory: [bundler-audit](https://github.com/postmodern/bundler-audit) and [rubocop](https://github.com/rubocop/rubocop). Updates `bundler-audit` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/postmodern/bundler-audit/releases) - [Changelog](https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md) - [Commits](https://github.com/postmodern/bundler-audit/compare/v0.9.1...v0.9.2) Updates `rubocop` from 1.65.1 to 1.66.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.65.1...v1.66.1) --- updated-dependencies: - dependency-name: bundler-audit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler-deps - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bundler-deps ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++------------ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index c17fe91fb..0d7f5c517 100644 --- a/Gemfile +++ b/Gemfile @@ -4,5 +4,5 @@ source 'https://rubygems.org' gem 'bundler-audit', '~> 0.9', require: false gem 'rake', '>= 12.3.3', require: false -gem 'rubocop', '~> 1.65', require: false +gem 'rubocop', '~> 1.66', require: false gem 'rubocop-rake', '~> 0.6', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1d800bc04..4cd39b1ce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,39 +2,35 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - bundler-audit (0.9.1) + bundler-audit (0.9.2) bundler (>= 1.2.0, < 3) thor (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc racc (1.8.1) rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.6) - strscan - rubocop (1.65.1) + rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-rake (0.6.0) rubocop (~> 1.0) ruby-progressbar (1.13.0) - strscan (3.1.0) - thor (1.2.1) + thor (1.3.2) unicode-display_width (2.5.0) PLATFORMS @@ -43,7 +39,7 @@ PLATFORMS DEPENDENCIES bundler-audit (~> 0.9) rake (>= 12.3.3) - rubocop (~> 1.65) + rubocop (~> 1.66) rubocop-rake (~> 0.6) BUNDLED WITH From 6af12b7544ff4256a2c90e5540125d15206c92db Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Sun, 8 Sep 2024 13:05:35 -0700 Subject: [PATCH 3/4] Update deny.toml to address deprecations removed in 0.16.0 --- deny.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/deny.toml b/deny.toml index 5847c099d..2ff938067 100644 --- a/deny.toml +++ b/deny.toml @@ -1,21 +1,11 @@ [advisories] -vulnerability = "deny" -unmaintained = "deny" -notice = "warn" ignore = [] [licenses] -unlicensed = "deny" allow = [ "Apache-2.0", "MIT", - "Unicode-DFS-2016", ] -deny = [] -copyleft = "deny" -allow-osi-fsf-free = "neither" -default = "deny" -confidence-threshold = 0.8 [bans] multiple-versions = "deny" From 3dd9714b5848bba6c88f44e8adfc5af6dd487c87 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Sun, 8 Sep 2024 13:33:07 -0700 Subject: [PATCH 4/4] Permit another pedantic clippy lint --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index eeb77184e..105ba00ab 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,9 +16,10 @@ #![allow(clippy::let_underscore_untyped)] #![allow(clippy::manual_let_else)] #![allow(clippy::missing_panics_doc)] -#![allow(clippy::option_if_let_else)] #![allow(clippy::needless_pass_by_ref_mut)] +#![allow(clippy::option_if_let_else)] #![allow(clippy::ref_as_ptr)] +#![allow(clippy::too_long_first_doc_paragraph)] #![allow(unknown_lints)] #![warn(missing_copy_implementations)] #![warn(missing_debug_implementations)]