Skip to content

Commit 90977be

Browse files
Update Rust crate dyn-hash to v1 (#5465)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dyn-hash](https://redirect.github.com/dtolnay/dyn-hash) | workspace.dependencies | major | `0.2.0` -> `1.0.0` | --- ### Release Notes <details> <summary>dtolnay/dyn-hash (dyn-hash)</summary> ### [`v1.0.0`](https://redirect.github.com/dtolnay/dyn-hash/releases/tag/1.0.0) [Compare Source](https://redirect.github.com/dtolnay/dyn-hash/compare/0.2.2...1.0.0) *(Identical to 0.2.2)* </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**: 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/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a9bde6b commit 90977be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ datafusion-physical-plan = { version = "50" }
112112
datafusion-pruning = { version = "50" }
113113
dirs = "6.0.0"
114114
divan = { package = "codspeed-divan-compat", version = "4.0.4" }
115-
dyn-hash = "0.2.0"
115+
dyn-hash = "1.0.0"
116116
enum-iterator = "2.0.0"
117117
enum-map = "2.7.3"
118118
erased-serde = "0.4"

0 commit comments

Comments
 (0)