From a7d43f027da7811780b75ff66954af026a8b6251 Mon Sep 17 00:00:00 2001 From: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:28:45 +0200 Subject: [PATCH] build: Bump `curl` to `0.4.46` in `Cargo.toml` (#2099) curl had already been updated to 0.4.44 in Cargo.lock; this commit updates the dependency in Cargo.toml to match. ref #2097 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea38f48c13..57939b4b57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ clap = { version = "4.1.6", default-features = false, features = [ ] } clap_complete = "4.4.3" console = "0.15.5" -curl = { version = "0.4.44", features = ["static-curl", "static-ssl"] } +curl = { version = "0.4.46", features = ["static-curl", "static-ssl"] } dirs = "4.0.0" dotenv = "0.15.0" elementtree = "1.2.3"