summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2024-04-27 21:46:48 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2024-04-27 21:46:48 +0200
commit7c0409d1fc7b1816b97eb8da178efc98eb01ac15 (patch)
tree7884898df24477e66cdacb05004f47d9c97815c3 /crates
parent568773274bd6eec0979d865ba101c86143a0718b (diff)
downloadrebel-7c0409d1fc7b1816b97eb8da178efc98eb01ac15.tar
rebel-7c0409d1fc7b1816b97eb8da178efc98eb01ac15.zip
Update dependencies
Diffstat (limited to 'crates')
-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]