diff options
author | 2024-09-14 07:55:30 +0000 | |
---|---|---|
committer | 2024-09-14 07:55:30 +0000 | |
commit | 3762bc4f2a2d2aed67b9900e9c8d9c2f97a4475d (patch) | |
tree | 1d6a596f42640d6c9bb21a1764227336533051bc | |
parent | 1d19a4f14a11c24c55636ce07f2a0636bfa18c0b (diff) | |
parent | 1913c9295c970c76db30704f84f433ed5ffd1a35 (diff) | |
download | newsboat-3762bc4f2a2d2aed67b9900e9c8d9c2f97a4475d.tar.gz newsboat-3762bc4f2a2d2aed67b9900e9c8d9c2f97a4475d.tar.zst newsboat-3762bc4f2a2d2aed67b9900e9c8d9c2f97a4475d.zip |
Merge pull request #2855 from newsboat/dependabot/cargo/curl-sys-0.4.75curl-8.10.0
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | rust/libnewsboat/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -436,9 +436,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "curl-sys" -version = "0.4.74+curl-8.9.0" +version = "0.4.75+curl-8.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8af10b986114528fcdc4b63b6f5f021b7057618411046a4de2ba0f0149a097bf" +checksum = "2a4fd752d337342e4314717c0d9b6586b059a120c80029ebe4d49b11fec7875e" dependencies = [ "cc", "libc", diff --git a/rust/libnewsboat/Cargo.toml b/rust/libnewsboat/Cargo.toml index 9d93a615..89147f1f 100644 --- a/rust/libnewsboat/Cargo.toml +++ b/rust/libnewsboat/Cargo.toml @@ -29,7 +29,7 @@ version = "0.7.1" features = [ "gettext-system" ] [dependencies.curl-sys] -version = "0.4.74" +version = "0.4.75" # 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. # |