Commit 20070d2
chore(deps): update rust crate oneshot to 0.2.0 (#7042)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [oneshot](https://redirect.github.com/faern/oneshot) |
workspace.dependencies | minor | `0.1.13` → `0.2.0` |
---
### Release Notes
<details>
<summary>faern/oneshot (oneshot)</summary>
###
[`v0.2.1`](https://redirect.github.com/faern/oneshot/blob/HEAD/CHANGELOG.md#021---2026-02-23)
[Compare
Source](https://redirect.github.com/faern/oneshot/compare/v0.2.0...v0.2.1)
##### Added
- Add `is_closed` and `has_message` methods to `AsyncReceiver`.
###
[`v0.2.0`](https://redirect.github.com/faern/oneshot/blob/HEAD/CHANGELOG.md#020---2026-02-23)
[Compare
Source](https://redirect.github.com/faern/oneshot/compare/v0.1.13...v0.2.0)
##### Changed
- Disable both the `std` and `async` features by default. Making them
opt-in instead of opt-out.
This makes the library more minimal by default and only contains the
functionality that the
user explicitly enables. This is a breaking change.
- Upgrade to Rust 2024 edition. This also bumps the MSRV to 1.85.0
- Add a separate type `AsyncReceiver` that implements `Future` instead
of implementing it
directly on the `Receiver` type. Now the `Receiver` implements
`IntoFuture` instead.
This is a breaking change. This change removes the possible panics in
many recv\* methods,
and it simplifies some code a bit.
##### Fixed
- Make Debug impl on SendError include the channel message type, instead
of just saying
`"SendError<T>(_)"`.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/vortex-data/vortex).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hhbmdlbG9nL2Nob3JlIl19-->
---------
Signed-off-by: Robert Kruszewski <github@robertk.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kruszewski <github@robertk.io>1 parent 27c06b4 commit 20070d2
4 files changed
Lines changed: 17 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments