RVAH6PXA7H7NUDTF7Q52I7EXGXVJVMGI2LTNN6L3MVEDEMAXVH4AC HEA2T44CJZIJCYCH3DYMVN74W2OWZYMJDJX655T6GCVCCSFGNNSQC YFIQQIODH2BYMPMHGAWONIWB34R24OPSXMFFVDLSCPS52GCA3GTQC EJ7TFFOWLM5EXYX57NJZZX3NLPBLLMRX7CGJYC75DJZ5LYXOQPJAC SXEYMYF7P4RZMZ46WPL4IZUTSQ2ATBWYZX7QNVMS3SGOYXYOHAGQC VAPBIG46QVLGCASUE2QLISQ6657CZRAMNEG2PRK7FKEKAYM7FS3QC IACED7RWM2ZQIPN3YZATA6SXTRO2C6OUGT3HSOU3LIDZ7YRMLRXAC S7MAMMFWLEBKCZZ2ZUU743Z2X7XRB2IBB7LPXZVYN37RNPGN4ATAC 4DNDMC7IUZNYLDEQQYYF5K3G2QWWXGQENTEWPNTM6XKQEFPW7L3QC NG3Z3DOKDZQDQ7UNQEOMXWX2NJKKLM7DKRWW3KIUD7QEECTNQIZQC SDCIBGQ5OJGCA24ZSZFTXIPGNNUAQPLYBEM56OKKIMPZ45U6CYFQC RMDMAYRXYBU5OQXV5HSF6LFD4NBMKRNH5EPIVW3K5HAV6D56IG6QC VO5OQW4W2656DIYYRNZ3PO7TQ4JOKQ3GVWE5ALUTYVMX3WMXJOYQC EEBKW7VTILH6AGGV57ZIJ3DJGYHDSYBWGU3C7Q4WWAKSVNUGIYMQC QL6K2ZM35B3NIXEMMCJWUSFXOBQHAGXRDMO7ID5DCKTJH4QJVY7QC 5FI6SBEZ6RERERUAIWQJVAY66BEZ7YQOYOUNK2DPOLRGS2X326RAC I24UEJQLCH2SOXA4UHIYWTRDCHSOPU7AFTRUOTX7HZIAV4AZKYEQC SMMBFECLGSUKRZW5YPOQPOQCOY2CH2OTZXBSZ3KG2N3J3HQZ5PSAC A3RM526Y7LUXNYW4TL56YKQ5GVOK2R5D7JJVTSQ6TT5MEXIR6YAAC AF5AKUTO7AUAWFO5JS4W5BC5IG2F4EB4MGKYC5Q2CWJCVB65ZRYQC TNN56XYKX4QRHA4FWCF5F3JVG52FIAC76EEYYANDKEE4IAWQKPEQC FXEDPLRI7PXLDXV634ZA6D5Q3ZWG3ESTKJTMRPJ4MAHI7PKU3M6AC }}pub fn write_all_deps<F: FnMut(Hash) -> Result<(), ChangeError>>(&self,f: F,) -> Result<(), ChangeError> {self.hashed.write_all_deps(f)}}impl Hashed<Hunk<Option<Hash>, Local>, Author> {pub fn write_all_deps<F: FnMut(Hash) -> Result<(), ChangeError>>(&self,mut f: F,) -> Result<(), ChangeError> {for c in self.changes.iter() {for c in c.iter() {match *c {Atom::NewVertex(ref n) => {for change in n.up_context.iter().chain(n.down_context.iter()).map(|c| c.change).chain(std::iter::once(n.inode.change)){if let Some(change) = change {if let Hash::None = change {continue;}f(change)?}}}Atom::EdgeMap(ref e) => {for edge in e.edges.iter() {for change in &[edge.from.change,edge.to.change,edge.introduced_by,e.inode.change,] {if let Some(change) = *change {if let Hash::None = change {continue;}f(change)?}}}}}}
}impl LocalChange<Hunk<Option<Hash>, Local>, Author> {pub fn write_all_deps<F: FnMut(Hash) -> Result<(), ChangeError>>(&self,mut f: F,) -> Result<(), ChangeError> {for c in self.changes.iter() {for c in c.iter() {match *c {Atom::NewVertex(ref n) => {for change in n.up_context.iter().chain(n.down_context.iter()).map(|c| c.change).chain(std::iter::once(n.inode.change)){if let Some(change) = change {if let Hash::None = change {continue;}f(change)?}}}Atom::EdgeMap(ref e) => {for edge in e.edges.iter() {for change in &[edge.from.change,edge.to.change,edge.introduced_by,e.inode.change,] {if let Some(change) = *change {if let Hash::None = change {continue;}f(change)?}}}}}}}Ok(())}
name = "async-channel"version = "1.8.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"dependencies = ["concurrent-queue","event-listener","futures-core",][[package]]name = "async-executor"version = "1.5.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"dependencies = ["async-lock","async-task","concurrent-queue","fastrand","futures-lite","slab",][[package]]name = "async-fs"version = "1.6.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"dependencies = ["async-lock","autocfg","blocking","futures-lite",][[package]]
name = "async-recursion"version = "1.0.4"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"dependencies = ["proc-macro2","quote","syn 2.0.12",][[package]]name = "async-task"version = "4.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"[[package]]name = "async-trait"version = "0.1.68"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"dependencies = ["proc-macro2","quote","syn 2.0.12",][[package]]name = "atomic-waker"version = "1.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"[[package]]
[[package]]name = "blocking"version = "1.3.1"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"dependencies = ["async-channel","async-lock","async-task","atomic-waker","fastrand","futures-lite","log",]
"syn",
"regex","syn 1.0.109","zvariant_utils",][[package]]name = "zbus_names"version = "2.5.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3"dependencies = ["serde","static_assertions","zvariant",
[[package]]name = "zvariant_utils"version = "1.0.0"source = "registry+https://github.com/rust-lang/crates.io-index"checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b"dependencies = ["proc-macro2","quote","syn 1.0.109",]