1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-01-16 03:32:25 +00:00

build(deps): update pest crates to 2.7.15

This commit is contained in:
renovate[bot] 2024-12-07 05:24:18 +00:00 committed by GitHub
parent 5e7b4ad408
commit e6f4a7d30e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

18
Cargo.lock generated
View File

@ -2254,20 +2254,20 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]] [[package]]
name = "pest" name = "pest"
version = "2.7.14" version = "2.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
dependencies = [ dependencies = [
"memchr", "memchr",
"thiserror 1.0.69", "thiserror 2.0.3",
"ucd-trie", "ucd-trie",
] ]
[[package]] [[package]]
name = "pest_derive" name = "pest_derive"
version = "2.7.14" version = "2.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd" checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
dependencies = [ dependencies = [
"pest", "pest",
"pest_generator", "pest_generator",
@ -2275,9 +2275,9 @@ dependencies = [
[[package]] [[package]]
name = "pest_generator" name = "pest_generator"
version = "2.7.14" version = "2.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e" checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
dependencies = [ dependencies = [
"pest", "pest",
"pest_meta", "pest_meta",
@ -2288,9 +2288,9 @@ dependencies = [
[[package]] [[package]]
name = "pest_meta" name = "pest_meta"
version = "2.7.14" version = "2.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d" checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
dependencies = [ dependencies = [
"once_cell", "once_cell",
"pest", "pest",

View File

@ -60,8 +60,8 @@ open = "5.3.1"
# update os module config and tests when upgrading os_info # update os module config and tests when upgrading os_info
os_info = "3.9.0" os_info = "3.9.0"
path-slash = "0.2.1" path-slash = "0.2.1"
pest = "2.7.14" pest = "2.7.15"
pest_derive = "2.7.14" pest_derive = "2.7.15"
process_control = "5.0.0" process_control = "5.0.0"
quick-xml = "0.37.1" quick-xml = "0.37.1"
rand = "0.8.5" rand = "0.8.5"