Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 9, 2023
1 parent 16df032 commit c0c4573
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ md-5 = "0.10.5"
once_cell = "1.15"
open_cmd = { version = "0.1.0", features = ["tracing"] }
petgraph = "0.6"
regex = "1.8"
regex = "1.10"
# Use at least 1.0.184 because of serde-rs/serde#2538
serde = { version = ">=1.0.184", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit c0c4573

Please sign in to comment.