From 7c0409d1fc7b1816b97eb8da178efc98eb01ac15 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 27 Apr 2024 21:46:48 +0200 Subject: Update dependencies --- crates/rebel-parse/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') 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] -- cgit v1.2.3