Thanks to visit codestin.com
Credit goes to github.com

Skip to content

build(deps): bump oneshot from 0.1.8 to 0.1.13 in /core/src/rust#2124

Merged
amolnayak311 merged 1 commit intodevelopfrom
dependabot/cargo/core/src/rust/oneshot-0.1.13
Jan 27, 2026
Merged

build(deps): bump oneshot from 0.1.8 to 0.1.13 in /core/src/rust#2124
amolnayak311 merged 1 commit intodevelopfrom
dependabot/cargo/core/src/rust/oneshot-0.1.13

Conversation

@dependabot
Copy link
Contributor

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

Bumps oneshot from 0.1.8 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

[0.1.11] - 2025-02-22

Fixed

  • Handle the UNPARKING state correctly in Receiver::drop(). Fixes a panic that could occur if a Receiver had been first polled as a future and then was being dropped in parallel with the Sender sending a message.

[0.1.10] - 2025-02-04

Added

  • Add is_closed and has_message to the Receiver. Allows polling for the channel state without modifying the channel or pulling the message from it.
  • Make the cargo features show up on docs.rs for better discoverability.

[0.1.9] - 2025-02-02

Added

  • Implement Sync for Sender. There is not a whole lot someone can do with a &Sender, but this allows storing the sender in places that are overly conservative and require a Sync bound on the content.
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 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 [oneshot](https://github.com/faern/oneshot) from 0.1.8 to 0.1.13.
- [Changelog](https://github.com/faern/oneshot/blob/v0.1.13/CHANGELOG.md)
- [Commits](faern/oneshot@v0.1.8...v0.1.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 27, 2026
@amolnayak311 amolnayak311 merged commit 5ea951e into develop Jan 27, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/cargo/core/src/rust/oneshot-0.1.13 branch January 27, 2026 02:04
sandeep6189 added a commit that referenced this pull request Feb 18, 2026
* feat (core): writing part keys to downsample keyspace directly from the raw FiloDB (#2102)

* writing part keys to downsample keyspace directly from the raw FiloDB clusters

* removing accidental prints

---------

Co-authored-by: Kier Petrov <[email protected]>

* fixing clippy linting errors (#2104)

Co-authored-by: Kier Petrov <[email protected]>

* fixing nondeterministic test (#2105)

Co-authored-by: Kier Petrov <[email protected]>

* adding more debugging for the spec execution (#2106)

Co-authored-by: Kier Petrov <[email protected]>

* fix(core): adding C* configs for TimeSeriesMemStoreDownsampleIndexSpec (#2107)

* adding cassandra host/port config

* moving the config out of the spec file to the config file

---------

Co-authored-by: Kier Petrov <[email protected]>

* use absent(sum(last()) to to implement absent_over_time. (#2108)

* use absent(sum(last()) to to implement absent_over_time.

---------

Co-authored-by: Yu Zhang <[email protected]>

* fix(gateway): Simplify TestTimeSeriesProducer options and fix query link & command (#2111)

* Revert "feat(query): make unless operator timestamp-aware and correct test ut…" (#2114)

This reverts commit 58411e8.

* fix(misc): rename last-delta schema to v2 (#2101)

* fix(query) Fix the java.util.NoSuchElementException: head of empty list issue when the inner rvs of a scalar is empty (#2116)

* fix(query): Wrong rate function used on cumulative min-max-histograms (#2117)

* feat(histogram): OTEL Cummulative enhanced rate + quantile calculation with max-min values (#2119)

* feat(histogram): OTEL Cummulative enhanced rate + quantile calculation with max-min

* Adding additional unit tests

* build(deps): bump oneshot from 0.1.8 to 0.1.13 in /core/src/rust (#2124)

Bumps [oneshot](https://github.com/faern/oneshot) from 0.1.8 to 0.1.13.
- [Changelog](https://github.com/faern/oneshot/blob/v0.1.13/CHANGELOG.md)
- [Commits](faern/oneshot@v0.1.8...v0.1.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(query) Handle cases where non pipe regex are passed gracefully with a BadQueryException instead of default scala.MatchError (#2122)

* misc(cluster): Adding  helper function for ShardMapperV2 (#2123)

* misc(cluster): Adding  helper function for ShardMapperV2

* misc(cluster): Adding an async method to get the ShardMapperV2 response (#2127)

* misc(cluster): Adding an async method to get the ShardMapperV2 response

* fix(query): Handle empty histograms in ScalarOperationMapper to prevent ArrayIndexOutOfBoundsException (#2126)

* maint(all): Make changes for code to be compatible to scala 2.13 (#2112)

* perf(core): Optimize FilodbMetrics allocation in hot path (#2129)

Reduce OTel attribute allocations when additional tags are not involved. This appeared in the allocation hot path where chunks scanned counters are incremented too often resulting in lot of allocations. Perf tests after the change showed that this is not in the hot path anymore.
Also fixed a bug where we are relying on a mutable `AttributesBuilder` to create new time series. Fixed it to immutable `Attributes`.

* Add preagg delta histogram v2 schema (#2132)

* Add preagg delta histogram v2 schema

* Fix typo

---------

Co-authored-by: Srividhya Anantharamakrishnan <[email protected]>

* updating main version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: kvpetrov <[email protected]>
Co-authored-by: Kier Petrov <[email protected]>
Co-authored-by: yu-shipit <[email protected]>
Co-authored-by: Yu Zhang <[email protected]>
Co-authored-by: Vish Ramachandran <[email protected]>
Co-authored-by: Amol Nayak <[email protected]>
Co-authored-by: Shaik Sher Ali <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: srivik <[email protected]>
Co-authored-by: Srividhya Anantharamakrishnan <[email protected]>
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

Comments