diff options
author | 2024-09-12 06:53:28 +0000 | |
---|---|---|
committer | 2024-09-12 06:53:28 +0000 | |
commit | 1913c9295c970c76db30704f84f433ed5ffd1a35 (patch) | |
tree | 57891ac61ac36b92f677fb0503c9236d5067dc3a | |
parent | 65f06c3cea6a591f357c51b2a3fa68fda513367a (diff) | |
download | newsboat-1913c9295c970c76db30704f84f433ed5ffd1a35.tar.gz newsboat-1913c9295c970c76db30704f84f433ed5ffd1a35.tar.zst newsboat-1913c9295c970c76db30704f84f433ed5ffd1a35.zip |
Chore(deps): bump curl-sys from 0.4.74+curl-8.9.0 to 0.4.75+curl-8.10.0
Bumps [curl-sys](https://github.com/alexcrichton/curl-rust) from 0.4.74+curl-8.9.0 to 0.4.75+curl-8.10.0.
- [Release notes](https://github.com/alexcrichton/curl-rust/releases)
- [Commits](https://github.com/alexcrichton/curl-rust/compare/curl-sys-0.4.74...curl-sys-0.4.75)
---
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.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. # |