Skip to content

Commit 3336a65

Browse files
chore(deps): update rust crate flume to 0.12.0 (open-telemetry#1624)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [flume](https://redirect.github.com/zesterer/flume) | workspace.dependencies | minor | `0.11.1` -> `0.12.0` | --- ### Release Notes <details> <summary>zesterer/flume (flume)</summary> ### [`v0.12.0`](https://redirect.github.com/zesterer/flume/blob/HEAD/CHANGELOG.md#0120---2025-12-08) ##### Added - `fastrand` feature ##### Removed - `nanorand` feature ##### Fixed - Panic when using `Duration::MAX` as timeout </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/open-telemetry/otel-arrow). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 315be75 commit 3336a65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/otap-dataflow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ criterion = "0.8.0"
7373
data-encoding = "2.9.0"
7474
datafusion = { version = "51.0.0", default-features = false }
7575
fluke-hpack = "0.3.1"
76-
flume = { version = "0.11.1", default-features = false, features = ["async"] }
76+
flume = { version = "0.12.0", default-features = false, features = ["async"] }
7777
futures = "0.3.31"
7878
futures-core = "0.3"
7979
futures-channel = "0.3"

0 commit comments

Comments
 (0)