summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-07 06:19:17 +0000
committerGitHub <noreply@github.com>2024-11-07 06:19:17 +0000
commita82abe6c66589348ada4e498d77d27c956684d44 (patch)
tree5e82af831d663a4c3e10201e176b109a145eb1bb
parent1ea89e860553634e37daf1cc6de2e00a379d6378 (diff)
Chore(deps): bump curl-sys from 0.4.77+curl-8.10.1 to 0.4.78+curl-8.11.0dependabot/cargo/curl-sys-0.4.78curl-8.11.0
Bumps [curl-sys](https://github.com/alexcrichton/curl-rust) from 0.4.77+curl-8.10.1 to 0.4.78+curl-8.11.0. - [Release notes](https://github.com/alexcrichton/curl-rust/releases) - [Commits](https://github.com/alexcrichton/curl-rust/commits/curl-sys-0.4.78) --- updated-dependencies: - dependency-name: curl-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--rust/libnewsboat/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 64b2d3bf..9f7aeaef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -412,9 +412,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "curl-sys"
-version = "0.4.77+curl-8.10.1"
+version = "0.4.78+curl-8.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f469e8a5991f277a208224f6c7ad72ecb5f986e36d09ae1f2c1bb9259478a480"
+checksum = "8eec768341c5c7789611ae51cf6c459099f22e64a5d5d0ce4892434e33821eaf"
dependencies = [
"cc",
"libc",
diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml
index 8b508ba0..7c5b1244 100644
--- a/rust/libnewsboat/Cargo.toml
+++ b/rust/libnewsboat/Cargo.toml
@@ -29,7 +29,7 @@ version = "0.7.2"
features = [ "gettext-system" ]
[dependencies.curl-sys]
-version = "0.4.77"
+version = "0.4.78"
# This disables the only default feature, "ssl". It doesn't affect the
# functionality, since it can't affect the libcurl.so available on the host.
#