summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-11-14 22:25:20 +0000
committerJohn Turner <jturner.usa@gmail.com>2025-11-14 22:25:20 +0000
commit61292f664608def91a03417893556ebd95424849 (patch)
tree4898000f12c266f07861b5a061936c87fc28833d /Cargo.lock
parent85853ada1e3c8ecfdffa72fad4fcf34860661f35 (diff)
downloadgentoo-utils-61292f664608def91a03417893556ebd95424849.tar.gz
bump mon and use SeparatedByWithTrailing combinator where needed
The new version of mon fixed the SeparatedBy combinator to not allow trailing delimiters. This broke the Depend expr parser, because the exprs are padded with whitespace. Using the new SeparatedByWithTrailing combinator fixes this issue.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a4b5c42..824205e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -40,7 +40,7 @@ dependencies = [
[[package]]
name = "mon"
version = "0.1.0"
-source = "git+https://jturnerusa.dev/cgit/mon/?rev=5b7d7eec545864727d33bb59503f0349cf02b337#5b7d7eec545864727d33bb59503f0349cf02b337"
+source = "git+https://jturnerusa.dev/cgit/mon/?rev=34d8eeb989012b0f20041b11a60ced24ca702527#34d8eeb989012b0f20041b11a60ced24ca702527"
[[package]]
name = "proc-macro2"