From 88c174b159aeb8d97f4a3fddf5c0c3ecc3c6bcb8 Mon Sep 17 00:00:00 2001 From: Sachin Bhat Date: Mon, 6 Jul 2026 10:13:15 +0800 Subject: [PATCH] chore(Cargo): upgrade dependencies to latest version to improve performance and avoid unbounded namespace-declaration allocation Signed-off-by: Sachin Bhat --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a94b1e1d..83bb75a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,8 @@ imagesize = "0.14" jiff = { version = "0.2", default-features = false } md-5 = "0.11" num-traits = "0.2.19" -phf = { version = "0.13", features = ["macros"] } -quick-xml = { version = "0.40", features = ["serialize"] } +phf = { version = "0.14", features = ["macros"] } +quick-xml = { version = "0.41", features = ["serialize"] } rand = "0.10" rgb = "0.8" sha2 = "0.11"