summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-02 04:55:31 +0000
committerGitHub <noreply@github.com>2024-04-02 04:55:31 +0000
commit55e11a42e5cabc3ef09e3e7d30e57a545c27d5c6 (patch)
treea7a6a1d05fee23926c73a6221a08fe204542b7dd
parentc4b6fd0804f7184ef6c4ad1546b7a0231578ad00 (diff)
build(deps): update pest crates to 2.7.9
-rw-r--r--Cargo.lock16
-rw-r--r--Cargo.toml4
2 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 698d19641..c44668b9c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2249,9 +2249,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pest"
-version = "2.7.8"
+version = "2.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8"
+checksum = "311fb059dee1a7b802f036316d790138c613a4e8b180c822e3925a662e9f0c95"
dependencies = [
"memchr",
"thiserror",
@@ -2260,9 +2260,9 @@ dependencies = [
[[package]]
name = "pest_derive"
-version = "2.7.8"
+version = "2.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026"
+checksum = "f73541b156d32197eecda1a4014d7f868fd2bcb3c550d5386087cfba442bf69c"
dependencies = [
"pest",
"pest_generator",
@@ -2270,9 +2270,9 @@ dependencies = [
[[package]]
name = "pest_generator"
-version = "2.7.8"
+version = "2.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80"
+checksum = "c35eeed0a3fab112f75165fdc026b3913f4183133f19b49be773ac9ea966e8bd"
dependencies = [
"pest",
"pest_meta",
@@ -2283,9 +2283,9 @@ dependencies = [
[[package]]
name = "pest_meta"
-version = "2.7.8"
+version = "2.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293"
+checksum = "2adbf29bb9776f28caece835398781ab24435585fe0d4dc1374a61db5accedca"
dependencies = [
"once_cell",
"pest",
diff --git a/Cargo.toml b/Cargo.toml
index 16d0c260a..6ea34e4f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -62,8 +62,8 @@ open = "5.1.2"
# update os module config and tests when upgrading os_info
os_info = "3.8.2"
path-slash = "0.2.1"
-pest = "2.7.8"
-pest_derive = "2.7.8"
+pest = "2.7.9"
+pest_derive = "2.7.9"
quick-xml = "0.31.0"
rand = "0.8.5"
rayon = "1.10.0"