build(deps): bump openssl from 0.10.74 to 0.10.79 - #5
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [openssl](https://github.com/rust-openssl/rust-openssl) from 0.10.74 to 0.10.79. - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.74...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>
Author
|
Looks like openssl is up-to-date now, so this is no longer needed. |
jasonsmithio
added a commit
that referenced
this pull request
May 20, 2026
… → 17) Clusters #1-#5 step 3 of the PR #37 upstream-merge cleanup, bundled together since the changes do not compile independently. Net: 16-error cluster #5 punch list resolved, plus the prior 510 → 16 reductions from clusters #1-4. Cluster #1: php/swift LSP-adapter trait conversions Cluster #2: editor.rs vs extracted-module duplicate-method deletion (-4247 lines) Cluster #3 + small wins: zed_actions → paddleboard_actions rename and isolated 1-offs Cluster #5 step 1+2: cloud.rs import cleanup + dead Zed-Cloud token-counting deletion Cluster #5 step 3: residual cloud.rs renames, EditPredictionPromptFormat, async-tungstenite 0.31 → 0.34.1 (resolves jupyter-websocket-client type mismatch), copilot_start_menu restoration. Remaining: 17 errors all in `agent` crate (newly visible now that language_models compiles). Cluster #6 punch list captured in RECAPS.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
jasonsmithio
added a commit
that referenced
this pull request
May 20, 2026
…rrors) Cluster #6 of the PR #37 upstream-merge cleanup. With cluster #5 done and language_models compiling, the agent crate became checkable and surfaced 17 errors driven by the agent_client_protocol 0.12.x split into a thin top-level crate plus agent-client-protocol-schema-0.13.x. Only a narrow set of types stayed re-exported at the root; the rest moved into `agent_client_protocol::schema`. Fixes: - Re-route `agent_client_protocol as acp` to `agent_client_protocol::schema as acp` in sandbox_tool.rs, sandbox_service_tool.rs, and agent_ui/thread_history.rs. - Restore crates/agent/src/tools/tool_edit_parser.rs from PB main (PB-only file that did not survive the upstream merge). - Drop 5 dead tool imports from thread.rs (NowTool, OpenTool, RestoreFileFromDiskTool, SaveFileTool, StreamingEditFileTool — removed upstream, never referenced after the import). - Add `kind: AuthorizationKind::PermissionGrant` to the step-mode ToolCallAuthorization initializer (new required field upstream). - Wrap two `LanguageModelToolResultContent::Text(...)` literals in `vec![...]` to match the field's `Vec<...>` type. - Replace `AgentToolOutput::from_error("...")` with `AgentToolOutput::from(anyhow::anyhow!("..."))` (method was removed in favor of the `From<anyhow::Error>` impl). - Rewrite the `if let LanguageModelToolResultContent::Image(_) = &output.llm_output` checks to iterate the Vec, since llm_output is no longer a single enum. Remaining: 41 errors in agent_ui (cluster #7). Punch list in RECAPS.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
jasonsmithio
added a commit
that referenced
this pull request
May 31, 2026
… → 17) Clusters #1-#5 step 3 of the PR #37 upstream-merge cleanup, bundled together since the changes do not compile independently. Net: 16-error cluster #5 punch list resolved, plus the prior 510 → 16 reductions from clusters #1-4. Cluster #1: php/swift LSP-adapter trait conversions Cluster #2: editor.rs vs extracted-module duplicate-method deletion (-4247 lines) Cluster #3 + small wins: zed_actions → paddleboard_actions rename and isolated 1-offs Cluster #5 step 1+2: cloud.rs import cleanup + dead Zed-Cloud token-counting deletion Cluster #5 step 3: residual cloud.rs renames, EditPredictionPromptFormat, async-tungstenite 0.31 → 0.34.1 (resolves jupyter-websocket-client type mismatch), copilot_start_menu restoration. Remaining: 17 errors all in `agent` crate (newly visible now that language_models compiles). Cluster #6 punch list captured in RECAPS.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
jasonsmithio
added a commit
that referenced
this pull request
May 31, 2026
…rrors) Cluster #6 of the PR #37 upstream-merge cleanup. With cluster #5 done and language_models compiling, the agent crate became checkable and surfaced 17 errors driven by the agent_client_protocol 0.12.x split into a thin top-level crate plus agent-client-protocol-schema-0.13.x. Only a narrow set of types stayed re-exported at the root; the rest moved into `agent_client_protocol::schema`. Fixes: - Re-route `agent_client_protocol as acp` to `agent_client_protocol::schema as acp` in sandbox_tool.rs, sandbox_service_tool.rs, and agent_ui/thread_history.rs. - Restore crates/agent/src/tools/tool_edit_parser.rs from PB main (PB-only file that did not survive the upstream merge). - Drop 5 dead tool imports from thread.rs (NowTool, OpenTool, RestoreFileFromDiskTool, SaveFileTool, StreamingEditFileTool — removed upstream, never referenced after the import). - Add `kind: AuthorizationKind::PermissionGrant` to the step-mode ToolCallAuthorization initializer (new required field upstream). - Wrap two `LanguageModelToolResultContent::Text(...)` literals in `vec![...]` to match the field's `Vec<...>` type. - Replace `AgentToolOutput::from_error("...")` with `AgentToolOutput::from(anyhow::anyhow!("..."))` (method was removed in favor of the `From<anyhow::Error>` impl). - Rewrite the `if let LanguageModelToolResultContent::Image(_) = &output.llm_output` checks to iterate the Vec, since llm_output is no longer a single enum. Remaining: 41 errors in agent_ui (cluster #7). Punch list in RECAPS.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps openssl from 0.10.74 to 0.10.79.
Release notes
Sourced from openssl's releases.
... (truncated)
Commits
649f2d9Release openssl 0.10.79 and openssl-sys 0.9.115 (#2632)257f9b2Fix output buffer overflow for AES key-wrap-with-padding ciphers (#2630)d43e917Reject non-UTF-8 OCSP responder URLs in X509Ref::ocsp_responders (#2631)f46519cAdd PkeyCtxRef::set_context_string for ML-DSA (#2629)ad9ae31Bind OSSL_PARAM_modified and use it for seed_into (#2628)4e25c9bFix process abort when verify/PSK callbacks fire after SSL_CTX swap (#2624)3dd8f42Add PKeyRef::seed_into for ML-DSA/ML-KEM seed extraction (#2626)2c5e5a8parallelize more builds in CI for cold caches (#2625)6685591Add PKey::private_key_from_seed for ML-DSA/ML-KEM key import (#2621)8f8fdceDrop once_cell in favor of std::sync::{LazyLock, OnceLock} (#2623)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.