summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-02 14:22:33 +0000
committerGitHub <noreply@github.com>2024-03-02 14:22:33 +0000
commita9713e726e142bea475d31d024cb96a178fa912e (patch)
tree94b1f3e724d3d0a144131e8082d5c18cecae270b /Cargo.toml
parentf38bf826a422f5fa1acde252fa175a2076d05bef (diff)
build(deps): update pest crates to 2.7.8
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8b52cff76..574e97fa3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,8 +62,8 @@ open = "5.0.2"
# update os module config and tests when upgrading os_info
os_info = "3.7.0"
path-slash = "0.2.1"
-pest = "2.7.7"
-pest_derive = "2.7.7"
+pest = "2.7.8"
+pest_derive = "2.7.8"
quick-xml = "0.31.0"
rand = "0.8.5"
rayon = "1.9.0"