Skip to content

Commit ffe3513

Browse files
fix(deps): update all non-major dependencies
1 parent 962911b commit ffe3513

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Check clippy lints
4545
run: cargo clippy -- -D warnings -A clippy::result_large_err
4646

47-
- uses: cocogitto/cocogitto-action@v3.8
47+
- uses: cocogitto/cocogitto-action@v3.11
4848
with:
4949
check-latest-tag-only: true
5050
git-user: glsl-lang
@@ -159,7 +159,7 @@ jobs:
159159
&& cargo-workspaces -V
160160
)
161161
162-
- uses: cocogitto/cocogitto-action@v3.8
162+
- uses: cocogitto/cocogitto-action@v3.11
163163
id: release
164164
# Set to true because the action fails if there's nothing to release
165165
continue-on-error: true

lang-util-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/lib.rs"
1818
proc-macro = true
1919

2020
[dependencies]
21-
darling = "0.20"
21+
darling = "0.21"
2222
proc-macro2 = "1.0"
2323
quote = "1.0"
2424
syn = "2.0"

lang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lalrpop = "0.22.1"
3232
lang-util-dev = "=0.8.0"
3333
glsl-lang-pp = "=0.8.0"
3434

35-
criterion = "0.6"
35+
criterion = "0.7"
3636
expect-test = "1.5"
3737
glsl = "7"
3838

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.82.0"
2+
channel = "1.88.0"
33
components = ["rustfmt", "clippy"]
44
profile = "minimal"

0 commit comments

Comments
 (0)