Skip to content

Commit

Permalink
fix(deps): update rust crate logos to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 19, 2024
1 parent 2e9f4ca commit 5ed377c
Showing 1 changed file with 1 addition and 1 deletion.
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.6.0-beta.1", optional = true }
Expand Down

0 comments on commit 5ed377c

Please sign in to comment.