From e1d830d680ac9bb2c09f92a622496d77260f6c16 Mon Sep 17 00:00:00 2001 From: Nicolas Luck Date: Tue, 20 Aug 2024 22:09:32 +0200 Subject: [PATCH] Clean-up comment --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d4c3ab7b..2216ad0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,8 +87,6 @@ ctrlc = { version = "3.4.4", optional = true } hostname = { version = "0.4.0", optional = true } libffi = { version = "3.2.0", optional = true } native-tls = { version = "0.2.12", optional = true } -# allow dependent crates to pick the patch version that works with other -# dependencies, while also updating to latest when possible # the version requirement of reqwest is kept low for compatibility with old deno versions # that pin request to 0.11.20 reqwest = { version = "0.11.0", optional = true } -- 2.54.0