Skip to content

Commit

Permalink
Bump Regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Oct 31, 2023
1 parent 9e2a944 commit b87cef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bril-rs/bril2json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = ["compiler", "bril", "parser", "data-structures", "language"]
[dependencies]
clap = { version = "4.4", features = ["derive"] }
lalrpop-util = { version = "0.20", features = ["lexer"] }
regex = "1.9"
regex = "1.10"

# Add a build-time dependency on the lalrpop library:
[build-dependencies]
Expand Down

0 comments on commit b87cef2

Please sign in to comment.