Skip to main content

max / makenotwork

server: bump plist to clear quick-xml RUSTSEC-2026-0194/0195 cargo update -p plist pulls quick-xml 0.39.4 -> 0.41.0 transitively; cargo audit now exits 0 with no code change (apple-codesign stays 0.29.0). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-05 15:49 UTC
Commit: 4a8a23d82a809e7d8c0d7ca5a1a592c1ed56d301
Parent: 5514774
1 file changed, +4 insertions, -4 deletions
@@ -5262,9 +5262,9 @@ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
5262 5262
5263 5263 [[package]]
5264 5264 name = "plist"
5265 - version = "1.9.0"
5265 + version = "1.10.0"
5266 5266 source = "registry+https://github.com/rust-lang/crates.io-index"
5267 - checksum = "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1"
5267 + checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
5268 5268 dependencies = [
5269 5269 "base64 0.22.1",
5270 5270 "indexmap",
@@ -5604,9 +5604,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
5604 5604
5605 5605 [[package]]
5606 5606 name = "quick-xml"
5607 - version = "0.39.4"
5607 + version = "0.41.0"
5608 5608 source = "registry+https://github.com/rust-lang/crates.io-index"
5609 - checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e"
5609 + checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
5610 5610 dependencies = [
5611 5611 "memchr",
5612 5612 ]