From 70105131f5e88b48095970f024593d677c5e2687 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Mon, 28 Apr 2025 11:24:45 +0300 Subject: [PATCH] update deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 85c87d2..d00e6b9 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ version = "0.1.17" edition = "2021" [dependencies] -flate2 = "1.0.35" -uuid = "1.11.0" +flate2 = "1.1.1" +uuid = "1.16.0" [features] default = ["atomic_clone"]