Skip to content

Commit

Permalink
Merge pull request #139 from jsinger67:dependabot/cargo/regex-syntax-…
Browse files Browse the repository at this point in the history
…0.7.4

Bump regex-syntax from 0.7.3 to 0.7.4
  • Loading branch information
jsinger67 authored Jul 12, 2023
2 parents af4546e + f1b6096 commit 84c0d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/parol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parol_runtime = { path = "../parol_runtime", version = "0.17.0", features = ["au
parol-macros = { path = "../parol-macros", version = "0.2.0" }
rand = "0.8.5"
regex = { workspace = true }
regex-syntax = "0.7.3"
regex-syntax = "0.7.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
syn = { version = "2", default-features = false, features = ["full", "parsing"] }
Expand Down

0 comments on commit 84c0d08

Please sign in to comment.