Skip to content

Commit b914b3d

Browse files
authored
update pest (#170)
1 parent 89c4910 commit b914b3d

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

Cargo.lock

Lines changed: 9 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/deno_task_shell/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ tokio-util = { version = "0.7.12", optional = true }
2323
os_pipe = { version = "1.2.1", optional = true }
2424
serde = { version = "1", features = ["derive"], optional = true }
2525
thiserror = "1.0.63"
26-
pest = { git = "https://github.com/pest-parser/pest.git", branch = "master", features = ["miette-error"] }
26+
pest = { version="2.7.13", features = ["miette-error"] }
2727
pest_derive = "2.7.12"
2828
dirs = "5.0.1"
29-
pest_ascii_tree = { git = "https://github.com/prsabahrami/pest_ascii_tree.git", branch = "master" }
29+
pest_ascii_tree = "0.1.0"
3030
miette = { version = "7.2.0", features = ["fancy"] }
3131
lazy_static = "1.4.0"
3232

0 commit comments

Comments
 (0)