diff --git a/Cargo.lock b/Cargo.lock index c7ce75a..10fa284 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,9 +592,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pest" -version = "2.7.12" +version = "2.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c73c26c01b8c87956cea613c907c9d6ecffd8d18a2a5908e5de0adfaa185cea" +checksum = "fdbef9d1d47087a895abd220ed25eb4ad973a5e26f6a4367b038c25e28dfc2d9" dependencies = [ "memchr", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index cf35080..36608bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ multimap = "0.10.0" num-derive = "0.4.2" num-traits = "0.2.19" once_cell = "1.20.0" -pest = "2.7.12" +pest = "2.7.13" pest-ast = "0.3.4" pest_derive = "2.7.12" phf = { version = "0.11.2", features = ["macros"] }