From 7273f18d4f84d7d90501246882fdc11810662388 Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Wed, 6 May 2026 18:20:04 +0200 Subject: [PATCH] Make dependencies versions more dynamic. --- rust/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index c1f4b44..6cebe43 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -29,7 +29,7 @@ lbc-types = { default-features = false, package = "logos-blockchain-circ lbc-common = { default-features = false, package = "logos-blockchain-circuits-common", path = "./logos-blockchain-circuits-common" } # External -flate2 = "1" -libc = "0.2.185" -tar = "0.4" -ureq = "3.3.0" +flate2 = "^1" +libc = "^0.2" +tar = "^0.4" +ureq = "^3.3"