nuxeh / url-bot-rs

Minimal IRC URL bot in Rust
ISC License
24 stars 13 forks source link

Bump openssl from 0.10.41 to 0.10.43 #469

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps openssl from 0.10.41 to 0.10.43.

Commits
  • 7db5cc7 Release openssl v0.10.43
  • d5037d4 Release openssl-sys v0.9.78
  • d43b2e1 Merge pull request #1736 from wiktor-k/improve-pkey-docs
  • 6c52dd4 Improve PKey documentation related to ed25519/ed448
  • 9ab49ba Fix lint error on clippy 1.65
  • b30313a Merge pull request #1710 from alexanderjordanbaker/X509VerifyTimeDepth
  • 2aed206 Merge pull request #1728 from wiktor-k/fix-elliptic
  • 520f6ef Fix reference to ECC
  • 0ba0c71 Merge pull request #1709 from wiktor-k/add-dsa-sig
  • 808b951 Add support for X509_VERIFY_PARAM_set_time and X509_VERIFY_PARAM_set_depth
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Merging #469 (34c0fef) into master (993ad6a) will decrease coverage by 19.15%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #469       +/-   ##
===========================================
- Coverage   84.43%   65.28%   -19.16%     
===========================================
  Files          11       11               
  Lines        1645      674      -971     
===========================================
- Hits         1389      440      -949     
+ Misses        256      234       -22     
Impacted Files Coverage Δ
src/bin/url-bot-rs.rs 17.97% <0.00%> (-33.34%) :arrow_down:
src/message.rs 58.53% <0.00%> (-22.38%) :arrow_down:
src/http.rs 93.61% <0.00%> (-4.02%) :arrow_down:
src/config.rs 95.79% <0.00%> (-2.55%) :arrow_down:
src/plugins/imgur.rs 100.00% <0.00%> (ø)
src/plugins/vimeo.rs 100.00% <0.00%> (ø)
src/plugins/youtube.rs 100.00% <0.00%> (ø)
src/title.rs 97.14% <0.00%> (+11.05%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dependabot[bot] commented 1 year ago

Superseded by #472.