From abbd56795e590335eff97b1bf0d5dde72813d674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=BClker?= Date: Wed, 15 Apr 2026 19:52:55 +0200 Subject: [PATCH] Don't pin exact version of Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Simon Wülker --- style/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/Cargo.toml b/style/Cargo.toml index ab89b94872..5b7e0a5d6c 100644 --- a/style/Cargo.toml +++ b/style/Cargo.toml @@ -71,7 +71,7 @@ itoa = "1.0" log = "0.4" malloc_size_of = { workspace = true } malloc_size_of_derive = "0.1" -web_atoms = { version = "0.2.0", optional = true } +web_atoms = { version = "0.2.4", optional = true } mime = { version = "0.3.13", optional = true } num_cpus = {version = "1.1.0"} num-integer = "0.1"