Skip to content

Commit 3c5d0e1

Browse files
build(deps): Bump loader-utils from 1.4.1 to 1.4.2 (#97)
* build(deps): Bump loader-utils from 1.4.1 to 1.4.2 Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](webpack/loader-utils@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Format Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Colegrove <[email protected]>
1 parent 860da18 commit 3c5d0e1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/rust-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- run: cargo fmt --all -- --check
2828
- uses: actions-rs/[email protected]
2929
with:
30-
crate: cargo-sort-ck
30+
crate: cargo-sort
3131
version: latest
32-
- run: cargo-sort-ck
32+
- run: cargo sort --check
3333
- name: Cancel workflow
3434
if: failure()
3535
uses: andymckay/[email protected]

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "recrypt-wasm-binding"
33
version = "0.6.36-pre"
4-
authors = [ "IronCore Labs <[email protected]>" ]
4+
authors = ["IronCore Labs <[email protected]>"]
55
description = "Bindings to run recrypt-rs as a WebAssembly module."
66
license = "AGPL-3.0-only"
77
repository = "https://github.com/IronCoreLabs/recrypt-wasm-binding"
88
edition = "2018"
99

1010
[lib]
11-
crate-type = [ "cdylib" ]
11+
crate-type = ["cdylib"]
1212

1313
[dependencies]
1414
ironcore-search-helpers = "0.1"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2537,9 +2537,9 @@ loader-runner@^2.4.0:
25372537
integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
25382538

25392539
loader-utils@^1.2.3, loader-utils@^1.4.0:
2540-
version "1.4.1"
2541-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.1.tgz#278ad7006660bccc4d2c0c1578e17c5c78d5c0e0"
2542-
integrity sha512-1Qo97Y2oKaU+Ro2xnDMR26g1BwMT29jNbem1EvcujW2jqt+j5COXyscjM7bLQkM9HaxI7pkWeW7gnI072yMI9Q==
2540+
version "1.4.2"
2541+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.4.2.tgz#29a957f3a63973883eb684f10ffd3d151fec01a3"
2542+
integrity sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==
25432543
dependencies:
25442544
big.js "^5.2.2"
25452545
emojis-list "^3.0.0"

0 commit comments

Comments
 (0)