Skip to content

Commit

Permalink
fix(deps): update rust crate lang-util to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent 7b81cdb commit e9f3185
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lang-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["command-line-interface", "parser-implementations", "rendering"]

[dependencies]
glsl-lang = { version = "0.5.0", features = ["lexer-v2-full"] }
lang-util = "0.5.0"
lang-util = "0.5.1"
argh = "0.1"

serde_json = { version = "1.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lang-lexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["parser-implementations", "rendering"]

[dependencies]
glsl-lang-types = "0.5.0"
lang-util = { version = "0.5.0", features = ["lalrpop"] }
lang-util = { version = "0.5.1", features = ["lalrpop"] }

thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion lang-pp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["parser-implementations", "rendering"]
build = "build.rs"

[dependencies]
lang-util = "0.5.0"
lang-util = "0.5.1"

string_cache = "0.8"
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion lang-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["glsl", "language", "parser"]
categories = ["rendering"]

[dependencies]
lang-util = "0.5.0"
lang-util = "0.5.1"
thiserror = "1.0"

rserde = { version = "1.0", optional = true, features = ["derive"], package = "serde" }
Expand Down
2 changes: 1 addition & 1 deletion lang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lalrpop-util = { version = "0.19.9", default-features = false, features = ["std"
once_cell = "1.17.1"
thiserror = "1.0"

lang-util = { version = "0.5.0", features = ["lalrpop"] }
lang-util = { version = "0.5.1", features = ["lalrpop"] }
glsl-lang-pp = { version = "0.5.0", optional = true }
glsl-lang-lexer = { version = "0.5.0", features = ["lalrpop"] }
glsl-lang-types = "0.5.0"
Expand Down

0 comments on commit e9f3185

Please sign in to comment.