Skip to content

chore(deps): bump oneshot from 0.1.11 to 0.1.13 in the cargo group across 1 directory#100

Merged
runonthespot merged 2 commits into
mainfrom
dependabot/cargo/cargo-0ecb9f42a4
May 23, 2026
Merged

chore(deps): bump oneshot from 0.1.11 to 0.1.13 in the cargo group across 1 directory#100
runonthespot merged 2 commits into
mainfrom
dependabot/cargo/cargo-0ecb9f42a4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 27, 2026

Bumps the cargo group with 1 update in the / directory: oneshot.

Updates oneshot from 0.1.11 to 0.1.13

Changelog

Sourced from oneshot's changelog.

[0.1.13] - 2026-01-26

Fixed

  • Fix documentation building on docs.rs by not using removed doc_auto_cfg feature.

[0.1.12] - 2026-01-25

Fixed

  • Fix race condition that could lead to use-after-free if the Receiver was polled asynchronously, but then dropped before completion. RUSTSEC-2026-0005 faern/oneshot#74
  • Fix race conditions/UB around atomic memory orderings. These were found by running tests under miri. faern/oneshot#72
Commits
  • a6a0398 Bump version to 0.1.13 and fix changelog
  • 7615d9e Stop using removed doc_auto_cfg feature when building for docs.rs
  • 537d5de Bump version to 0.1.12 and fix changelog
  • 9cc3153 Merge branch 'improve-start_recv_ref'
  • cc3d6a2 Improve start_recv_ref to be more like regular recv method
  • 78c7476 Merge branch 'update-documentation'
  • 38d7f6f Add clarifying documentation on sender observing RECEIVING state
  • 21e0310 Synchronize readme with crate documentation in lib.rs
  • def74fc Fix spelling and grammar errors in documentation
  • 70031a4 Add documentation about how send and receive are synchronized
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 1 update in the / directory: [oneshot](https://github.com/faern/oneshot).


Updates `oneshot` from 0.1.11 to 0.1.13
- [Changelog](https://github.com/faern/oneshot/blob/v0.1.13/CHANGELOG.md)
- [Commits](faern/oneshot@v0.1.11...v0.1.13)

---
updated-dependencies:
- dependency-name: oneshot
  dependency-version: 0.1.13
  dependency-type: indirect
  dependency-group: cargo
...

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 Jan 27, 2026
Copy link
Copy Markdown
Contributor

@runonthespot runonthespot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed: dependabot patch bump. oneshot 0.1.12 fixed a real use-after-free race in Receiver drop; 0.1.13 is a docs-only follow-up. Cargo.lock-only change, low risk. The earlier 'UNSTABLE' status is from when this ran against the broken-CI main — needs a fresh CI run now that #110 fixed it.

@runonthespot runonthespot merged commit 7853076 into main May 23, 2026
14 checks passed
@runonthespot runonthespot deleted the dependabot/cargo/cargo-0ecb9f42a4 branch May 23, 2026 19:20
runonthespot added a commit that referenced this pull request May 23, 2026
Ships the bug fixes and security work merged today:

- #111 fix: scoped semantic search returned [] when global top_k
  was consumed by chunks outside the requested path scope
- #112 security: MCP tool handlers were sandbox-escapable via
  any readable host path; added allowed_roots + canonicalize check
- #106 fix: MCP tool schemas now Gemini-API compatible
  (no more union types in JSON Schema)
- #100 fix: oneshot 0.1.13 patches a use-after-free race
- #99 chore: docs-site + ck-vscode dev-dep bumps

See CHANGELOG.md.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

1 participant