Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinger67 committed Aug 2, 2023
2 parents fed2493 + 86d4f0f commit c935f3e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/parol-ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ parol = { path = "../parol", version = "0.22.1" }
parol_runtime = { path = "../parol_runtime", version = "0.17.1", features = ["auto_generation"] }
parol-macros = { path = "../parol-macros", version = "0.2.0" }
regex = { workspace = true }
serde = "1.0.174"
serde_json = "1.0.103"
serde = "1.0.180"
serde_json = "1.0.104"
thiserror = { workspace = true }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/parol_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ syntree_layout = { workspace = true }
log = { workspace = true }
once_cell = { workspace = true }
parol-macros = { path = "../parol-macros", version = "0.2.0", optional = true }
regex-automata = "0.3.3"
regex-automata = "0.3.4"
thiserror = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit c935f3e

Please sign in to comment.