Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 5, 2024
1 parent 2c27d68 commit 8aa6e1e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0

- uses: cocogitto/cocogitto-action@v3.5
- uses: cocogitto/cocogitto-action@v3.8
with:
check-latest-tag-only: true
git-user: glsl-lang
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
&& cargo-workspaces -V
)
- uses: cocogitto/cocogitto-action@v3.5
- uses: cocogitto/cocogitto-action@v3.8
id: release
# Set to true because the action fails if there's nothing to release
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ path = "src/bin/lang_test.rs"
[dependencies]
glsl-lang-pp = "*"
glsl-lang = "*"
afl = "0.11"
afl = "0.15"
argh = "0.1.5"
2 changes: 1 addition & 1 deletion lang-lexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thiserror = "1.0"
rserde = { version = "1.0", optional = true, features = ["derive"], package = "serde" }

# v1 lexer dependencies
logos = { version = "0.12", optional = true }
logos = { version = "0.14", optional = true }

# v2 lexer dependencies
glsl-lang-pp = { version = "=0.5.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lang-pp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rowan = { version = "0.15", optional = true }
cbitset = { version = "0.2", optional = true }
static_assertions = { version = "1.1", optional = true }
bimap = { version = "0.6", optional = true }
itertools = { version = "0.10", optional = true }
itertools = { version = "0.13", optional = true }

# Extension registry
once_cell = { version = "1.17.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lang-util-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"
proc-macro = true

[dependencies]
darling = "0.14"
darling = "0.20"
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"
2 changes: 1 addition & 1 deletion lang-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["parsing"]
[dependencies]
lang-util-derive = "=0.5.3"
line-span = "0.1"
smol_str = "0.1"
smol_str = "0.2"
text-size = "1.1"
derive_more = "0.99"

Expand Down
2 changes: 1 addition & 1 deletion lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lalrpop = "0.20.0"
lang-util-dev = "=0.5.3"
glsl-lang-pp = "=0.5.3"

criterion = "0.3"
criterion = "0.5"
expect-test = "1.3"
glsl = "7"

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.74.0"
channel = "1.80.0"
components = ["rustfmt", "clippy"]
profile = "minimal"
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
argh = "0.1"
heck = "0.4"
heck = "0.5"

0 comments on commit 8aa6e1e

Please sign in to comment.