AccessKit / accesskit

UI accessibility infrastructure across platforms and programming languages
BSD 3-Clause "New" or "Revised" License
990 stars 48 forks source link

chore: Update immutable-chunkmap #418

Closed mwcampbell closed 1 month ago

mwcampbell commented 1 month ago

My immutable-chunkmap PR to replace the dependency on packed_struct with a hard-coded equivalent is merged, and version 2.0.5 was released. So now we can update immutable-chunkmap and eliminate several transitive dependencies.

Note: This PR by itself won't trigger any releases, but we have releases pending anyway, including our precompiled artifacts (the C and Python bindings), which are the only releases where an update to our Cargo.lock actually matters.

mwcampbell commented 1 month ago

Actually, it occurred to me that it would be better to update the minimum version of the crate that accesskit_consumer depends on. Let me do that and open a new PR with the correct conventional commit tag.