From 27ba20ca70ff4850cdedb647ec888240a306b933 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 10 Sep 2024 07:25:33 +0000
Subject: [PATCH] Bump the actions group across 1 directory with 3 updates
(#2449)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the actions group with 3 updates in the / directory:
[dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain),
[crate-ci/typos](https://github.com/crate-ci/typos) and
[mikefarah/yq](https://github.com/mikefarah/yq).
Updates `dtolnay/rust-toolchain` from
21dc36fb71dd22e3317045c0c31a3f4249868b17 to
7b1c307e0dcbda6122208f10795a713336a9b35a
Commits
Updates `crate-ci/typos` from 1.23.6 to 1.24.5
Release notes
Sourced from crate-ci/typos's
releases.
v1.24.5
[1.24.5] - 2024-09-04
Features
v1.24.4
[1.24.4] - 2024-09-03
Fixes
- Offer a correction for
grather
v1.24.3
[1.24.3] - 2024-08-30
Fixes
v1.24.2
[1.24.2] - 2024-08-30
Performance
- Cap unbounded parsing to avoid worst case performance (hit with test
data)
v1.24.1
[1.24.1] - 2024-08-23
Fixes
- Remove unverified varcon (locale data) entries
v1.24.0
[1.24.0] - 2024-08-23
Features
- Update varcon (locale data) to version 2020.12.07
v1.23.7
[1.23.7] - 2024-08-22
Fixes
- (config) Respect
--locale
/
default.locale
again after it was broken in 1.16.24
Changelog
Sourced from crate-ci/typos's
changelog.
[1.24.5] - 2024-09-04
Features
[1.24.4] - 2024-09-03
Fixes
- Offer a correction for
grather
[1.24.3] - 2024-08-30
Fixes
[1.24.2] - 2024-08-30
Performance
- Cap unbounded parsing to avoid worst case performance (hit with test
data)
[1.24.1] - 2024-08-23
Fixes
- Remove unverified varcon (locale data) entries
[1.24.0] - 2024-08-23
Features
- Update varcon (locale data) to version 2020.12.07
[1.23.7] - 2024-08-22
Fixes
- (config) Respect
--locale
/
default.locale
again after it was broken in 1.16.24
Commits
945d407
chore: Release
e972e95
docs: Update changelog
fcfade4
Merge pull request #1095
from zyf722/actions-windows
264f549
feat(action): Add Windows support to actions
853bbe8
chore: Release
b5f5660
docs: Update changelog
39f678e
Merge pull request #1093
from kachick/grather-suggest-candidates
bb6905f
Merge pull request #1092
from crate-ci/renovate/embarkstudios-cargo-deny-acti...
786c825
fix(dict): Add suggestions for the typo "grather"
3400581
chore(deps): Update EmbarkStudios/cargo-deny-action action to v2
- Additional commits viewable in compare
view
Updates `mikefarah/yq` from 4.44.2 to 4.44.3
Release notes
Sourced from mikefarah/yq's
releases.
v4.44.3
- Fixed upper-case file extension detection, Thanks
@ryenus
(#2121)
- Log printing follow no-colors flag #2082
- Skip and warn when interpolating strings and theres a unclosed
bracket #2083
- Fixed CSV content starting with # issue #2076
- Bumped dependencies
Changelog
Sourced from mikefarah/yq's
changelog.
4.44.3:
- Fixed upper-case file extension detection, Thanks
@ryenus
(#2121)
- Log printing follow no-colors flag #2082
- Skip and warn when interpolating strings and theres a unclosed
bracket #2083
- Fixed CSV content starting with # issue #2076
- Bumped dependencies
4.44.2:
- Handle numbers with underscores #2039
- Unique now works on maps and arrays #2068
- Added support for short hand splat with env[] expression #2071,
as well as many other operators (split,select,eval,pick..)
- Bumped dependencies
4.44.1:
4.43.1:
- Added omit operator #1989
thanks
@mbenson
!
- Added tostring #72
- Added string interpolation #1149
- Can specify parent(n) levels #1970
- Can now multiply strings by numbers #1988
thanks
@mbenson
!
- Fixed CSV line break issue #1974
- Adding a EvaluateAll function to StringEvaluator #1966
- yqlib, default to colors off when using yaml library #1964
- Removed JSON output warning
- Bumped dependencies
4.42.1:
- Can execute yq expression files directly with shebang #1851
- Added --csv-separator flag #1950
- Added --properties-separator option - thanks
@learnitall
#1864
- Added --properties-array-brackets flag for properties encoder #1933
- Shell completion improvements - thanks
@scop
#1911
- Bumped dependencies
4.41.1:
- Can now comment in yq expressions! #1919
- Fixed Toml decoding when table array defined before parent #1922
- Added new CSV option to turn off auto-parsing #1947
- Fixing with_entries context #1925
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci.yml | 12 ++++++------
.github/workflows/docs.yml | 2 +-
.github/workflows/release.yml | 4 ++--
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 922915d3d9..19fddc0503 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: stable
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
@@ -162,7 +162,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: stable
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
@@ -211,7 +211,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: stable
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
@@ -225,7 +225,7 @@ jobs:
RUSTFLAGS: "-Dwarnings"
steps:
- uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: stable
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
@@ -237,7 +237,7 @@ jobs:
env:
MDBOOK_VERSION: 0.4.31
steps:
- - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: stable
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84
@@ -258,4 +258,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: typos-action
- uses: crate-ci/typos@v1.23.6
+ uses: crate-ci/typos@v1.24.5
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 7d3a97d769..9ce16e3712 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
env:
MDBOOK_VERSION: 0.4.31
steps:
- - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: stable
- uses: actions/checkout@v4
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 04b356bbce..6d2a383216 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
- name: Get version from Cargo.toml
id: lookupVersion
- uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94
+ uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955
with:
cmd: yq -oy '"v" + .workspace.package.version' 'Cargo.toml'
@@ -99,7 +99,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- - uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
+ - uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
with:
toolchain: stable
target: ${{ matrix.target }}