Skip to content

Commit a8df862

Browse files
chore(deps): update rust crate primitive-types to 0.14.0 (#4703)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [primitive-types](https://redirect.github.com/paritytech/parity-common) | workspace.dependencies | minor | `0.13.1` -> `0.14.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==--> --------- Signed-off-by: Robert Kruszewski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kruszewski <[email protected]>
1 parent 8f60e5b commit a8df862

File tree

2 files changed

+60
-29
lines changed

2 files changed

+60
-29
lines changed

Cargo.lock

Lines changed: 58 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ paste = "1.0.15"
142142
pco = "0.4.4"
143143
pin-project = "1.1.5"
144144
pin-project-lite = "0.2.15"
145-
primitive-types = { version = "0.13.1" }
145+
primitive-types = { version = "0.14.0" }
146146
prost = "0.14"
147147
prost-build = "0.14"
148148
prost-types = "0.14"
@@ -164,7 +164,7 @@ roaring = "0.11.0"
164164
rstest = "0.26"
165165
rstest_reuse = "0.7.0"
166166
rustc-hash = "2.1"
167-
serde = "1.0.203"
167+
serde = "1.0.217"
168168
serde_json = "1.0.116"
169169
serde_test = "1.0.176"
170170
simdutf8 = "0.1.5"

0 commit comments

Comments
 (0)