Skip to content

chore(deps): bump openssl from 0.10.78 to 0.10.79 - #65

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/openssl-0.10.79
Closed

chore(deps): bump openssl from 0.10.78 to 0.10.79#65
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/openssl-0.10.79

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Copy link
Copy Markdown
Contributor

Bumps openssl from 0.10.78 to 0.10.79.

Release notes

Sourced from openssl's releases.

openssl-v0.10.79

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.78...openssl-v0.10.79

Commits
  • 649f2d9 Release openssl 0.10.79 and openssl-sys 0.9.115 (#2632)
  • 257f9b2 Fix output buffer overflow for AES key-wrap-with-padding ciphers (#2630)
  • d43e917 Reject non-UTF-8 OCSP responder URLs in X509Ref::ocsp_responders (#2631)
  • f46519c Add PkeyCtxRef::set_context_string for ML-DSA (#2629)
  • ad9ae31 Bind OSSL_PARAM_modified and use it for seed_into (#2628)
  • 4e25c9b Fix process abort when verify/PSK callbacks fire after SSL_CTX swap (#2624)
  • 3dd8f42 Add PKeyRef::seed_into for ML-DSA/ML-KEM seed extraction (#2626)
  • 2c5e5a8 parallelize more builds in CI for cold caches (#2625)
  • 6685591 Add PKey::private_key_from_seed for ML-DSA/ML-KEM key import (#2621)
  • 8f8fdce Drop once_cell in favor of std::sync::{LazyLock, OnceLock} (#2623)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.78 to 0.10.79.
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.78...openssl-v0.10.79)

---
updated-dependencies:
- dependency-name: openssl
  dependency-version: 0.10.79
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 6, 2026
@dependabot
dependabot Bot requested a review from schizza as a code owner May 6, 2026 18:58
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 6, 2026
@github-actions github-actions Bot added the chore Maintenance (CI/CD, dependencies, tooling) label May 6, 2026
@schizza schizza mentioned this pull request May 21, 2026
schizza added a commit that referenced this pull request May 21, 2026
## v0.0.8

Cut from `dev` after custom themes, the System Information page, and a
Settings UI refactor landed. Three squash-merged PRs.

### Features

- **Custom JSON themes** (#67) — user-supplied themes load from
  `<config>/themes/*.json` and appear in Settings → Appearance
  alongside the built-in Mac Light / Mac Dark. Palette serde via hex
  color strings; ThemeDef carries name/author/appearance metadata.
  Loader skips malformed files (bad JSON, missing fields, invalid hex)
  with a warning — one broken theme never blocks the rest. Config.theme
  is now a name (legacy ThemeKind enum values migrate). Ships five
  example themes in `assets/themes/`. Theme selection deduped by name
  for deterministic resolution; unresolvable themes fall back to Mac
  Dark (not the first catalog entry).

- **System Information page** (#66) — new Settings page combining GPU
  info from iced (wgpu adapter introspection) with hostname / OS /
  kernel / CPU+live load / memory / uptime from the sysinfo crate.
  Fetched lazily on Settings open (the compositor — and thus GPU info —
  only exists after a window is created; fetching from boot races
  init). Clipboard copy for issue reports + manual refresh.

- **Settings UI refactor** (#68) — General page reorganized into
  consistent cards (about / status / preferences / tools) with quick
  links to homepage, docs, issues. Scrollable lists gained a scrollbar
  gutter so the rail no longer overlaps content. Declarative
  settings_components builders (page_with_sections, item_with_*) trim
  per-page boilerplate.

### Notes

- Existing config.json upgrades cleanly; theme name migrates from the
  old enum, new fields use serde defaults.
- Dependabot #65 (openssl 0.10.79) targets main and bumps an unused
  transitive dep (rustls is used throughout) — handle after this
  release.
@dependabot @github

dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #70.

@dependabot dependabot Bot closed this May 21, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/openssl-0.10.79 branch May 21, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance (CI/CD, dependencies, tooling) dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants