Skip to content

Commit 86ee56f

Browse files
fix(deps): update all non-major dependencies
1 parent 73544c2 commit 86ee56f

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919

20-
- uses: cocogitto/cocogitto-action@v3.5
20+
- uses: cocogitto/cocogitto-action@v3.8
2121
with:
2222
check-latest-tag-only: true
2323
git-user: glsl-lang
@@ -155,7 +155,7 @@ jobs:
155155
&& cargo-workspaces -V
156156
)
157157
158-
- uses: cocogitto/cocogitto-action@v3.5
158+
- uses: cocogitto/cocogitto-action@v3.8
159159
id: release
160160
# Set to true because the action fails if there's nothing to release
161161
continue-on-error: true

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ path = "src/bin/lang_test.rs"
2323
[dependencies]
2424
glsl-lang-pp = "*"
2525
glsl-lang = "*"
26-
afl = "0.11"
26+
afl = "0.15"
2727
argh = "0.1.5"

lang-lexer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ thiserror = "1.0"
2121
rserde = { version = "1.0", optional = true, features = ["derive"], package = "serde" }
2222

2323
# v1 lexer dependencies
24-
logos = { version = "0.12", optional = true }
24+
logos = { version = "0.14", optional = true }
2525

2626
# v2 lexer dependencies
2727
glsl-lang-pp = { version = "=0.5.2", optional = true }

lang-pp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rowan = { version = "0.15", optional = true }
2626
cbitset = { version = "0.2", optional = true }
2727
static_assertions = { version = "1.1", optional = true }
2828
bimap = { version = "0.6", optional = true }
29-
itertools = { version = "0.10", optional = true }
29+
itertools = { version = "0.13", optional = true }
3030

3131
# Extension registry
3232
once_cell = { version = "1.17.1", optional = true }

lang-util-derive/Cargo.toml

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

1919
[dependencies]
20-
darling = "0.14"
20+
darling = "0.20"
2121
proc-macro2 = "1.0"
2222
quote = "1.0"
2323
syn = "1.0"

lang-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["parsing"]
1515
[dependencies]
1616
lang-util-derive = "=0.5.2"
1717
line-span = "0.1"
18-
smol_str = "0.1"
18+
smol_str = "0.2"
1919
text-size = "1.1"
2020
derive_more = "0.99"
2121

lang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lalrpop = "0.20.0"
3131
lang-util-dev = "=0.5.2"
3232
glsl-lang-pp = "=0.5.2"
3333

34-
criterion = "0.3"
34+
criterion = "0.5"
3535
expect-test = "1.3"
3636
glsl = "7"
3737

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.74.0"
2+
channel = "1.79.0"
33
components = ["rustfmt", "clippy"]
44
profile = "minimal"

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2021"
66
[dependencies]
77
anyhow = "1.0"
88
argh = "0.1"
9-
heck = "0.4"
9+
heck = "0.5"

0 commit comments

Comments
 (0)