From 5197ded4c8487e2ee6c8877a162db85175b735f5 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 15 Feb 2025 08:29:22 -0800 Subject: [PATCH] Update curl to 8.12.1 --- curl-sys/Cargo.toml | 2 +- curl-sys/build.rs | 2 +- curl-sys/curl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/curl-sys/Cargo.toml b/curl-sys/Cargo.toml index 643b0a7d2..487e00b08 100644 --- a/curl-sys/Cargo.toml +++ b/curl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curl-sys" -version = "0.4.79+curl-8.12.0" +version = "0.4.80+curl-8.12.1" authors = ["Alex Crichton "] links = "curl" build = "build.rs" diff --git a/curl-sys/build.rs b/curl-sys/build.rs index 8315a20f0..89f431d9a 100644 --- a/curl-sys/build.rs +++ b/curl-sys/build.rs @@ -108,7 +108,7 @@ fn main() { .replace("@LIBCURL_LIBS@", "") .replace("@SUPPORT_FEATURES@", "") .replace("@SUPPORT_PROTOCOLS@", "") - .replace("@CURLVERSION@", "8.12.0"), + .replace("@CURLVERSION@", "8.12.1"), ) .unwrap(); diff --git a/curl-sys/curl b/curl-sys/curl index 34cf9d54a..57495c648 160000 --- a/curl-sys/curl +++ b/curl-sys/curl @@ -1 +1 @@ -Subproject commit 34cf9d54a46598c44938aa7598820484d7af7133 +Subproject commit 57495c64871d18905a0941db9196ef90bafe9a29