Skip to content

Commit e3f74c8

Browse files
committed
Update dependencies
1 parent 3726cb5 commit e3f74c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ keywords = ["pancake", "stack", "esoteric", "parser", "interpreter"]
1616
maintenance = { status = "passively-maintained" }
1717

1818
[dependencies]
19-
"regex" = "1.8"
20-
"lazy-regex" = "2.5"
19+
"regex" = "1.9"
20+
"lazy-regex" = "3.0"
2121
"unicode-segmentation" = "1.10"
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)