Skip to content

Commit 2a6fa80

Browse files
Update Rust crate postcard to 1.0.7 (#36)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [postcard](https://togithub.com/jamesmunns/postcard) | workspace.dependencies | patch | `1.0.4` -> `1.0.7` | --- ### Release Notes <details> <summary>jamesmunns/postcard (postcard)</summary> ### [`v1.0.7`](https://togithub.com/jamesmunns/postcard/blob/HEAD/CHANGELOG.md#107---Unreleased) [Compare Source](https://togithub.com/jamesmunns/postcard/compare/v1.0.6...v1.0.7) ### [`v1.0.6`](https://togithub.com/jamesmunns/postcard/blob/HEAD/CHANGELOG.md#106---107) [Compare Source](https://togithub.com/jamesmunns/postcard/compare/v1.0.5...v1.0.6) - Fix off-by-one in varint size calculation by [@&#8203;Palladinium](https://togithub.com/Palladinium) in [https://github.com/jamesmunns/postcard/pull/111](https://togithub.com/jamesmunns/postcard/pull/111) - Add specific error for Crc errors by [@&#8203;CBJamo](https://togithub.com/CBJamo) in [https://github.com/jamesmunns/postcard/pull/112](https://togithub.com/jamesmunns/postcard/pull/112) ### [`v1.0.5`](https://togithub.com/jamesmunns/postcard/blob/HEAD/CHANGELOG.md#105---106) [Compare Source](https://togithub.com/jamesmunns/postcard/compare/v1.0.4...v1.0.5) - Add cfg information to docs by [@&#8203;dtolnay](https://togithub.com/dtolnay) in [https://github.com/jamesmunns/postcard/pull/108](https://togithub.com/jamesmunns/postcard/pull/108) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
1 parent 0fd1e12 commit 2a6fa80

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
@@ -108,7 +108,7 @@ owo-colors = "3.5.0"
108108
parking_lot = "0.12.1"
109109
pathdiff = "0.2.1"
110110
pin-project-lite = "0.2.13"
111-
postcard = "1.0.4"
111+
postcard = "1.0.7"
112112
predicates = "2.1.5"
113113
pretty_assertions = "1.3.0"
114114
proc-macro2 = "1.0.51"

0 commit comments

Comments
 (0)