summaryrefslogtreecommitdiffstats
path: root/crates/rebel-parse
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel-parse')
-rw-r--r--crates/rebel-parse/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rebel-parse/Cargo.toml b/crates/rebel-parse/Cargo.toml
index 0233af8..fcd802f 100644
--- a/crates/rebel-parse/Cargo.toml
+++ b/crates/rebel-parse/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-peg = { git = "https://github.com/kevinmehall/rust-peg.git", version = "0.8.2" }
+peg = "0.8.3"
rebel-common = { path = "../rebel-common" }
[dev-dependencies]