Backported a fix for RUSTSEC-2023-0033: Forbid Vectors of Zero-sized types from de-/serialization (#145)
[0.10.3] - 2022-03-22
Add optional bytes/bytesmut support
[0.10.2] - 2022-02-14
Prevent unbound allocation for vectors on deserialization
[0.10.1] - 2022-02-08
Implemented (de)ser for core::ops::range
Introduce de::EnumExt trait with deserialize_variant method
[0.10.0] - 2023-01-19
Fix no-std feature (some of the imports incorrectly used std:: instead of crate::maybestd::)
Fix borsh-schema derives with for bounds
Implemented BorshSchema for HashSet
Add support for isize, usize types
Delete schema for char
Implement ser/de and schema for (T,)
Add clone impls to borsh schema types
Remove unnecessary trait bounds requirements for array
BREAKING CHANGE: BorshDeserialize now works by receiving an &mut std::io::Read
instead of a &mut &[u8]. This is a breaking change for code that provides custom
implementations of BorshDeserialize; there is no impact on code that uses only the
derive macro.
Added BorshDeserialize::try_from_reader and BorshDeserialize::deserialize_reader.
Upgrade hashbrown version to be >=0.11,<0.14 to allow wider range of versions.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/NextDotID/relation_server/network/alerts).
Bumps borsh from 0.9.3 to 0.10.4.
Release notes
Sourced from borsh's releases.
Changelog
Sourced from borsh's changelog.
Commits
a1fe363
release: 0.10.4c545f3c
chore: revertworkspace
andexclude
changes (#311)27843bc
chore: prepare 0.10.4 with backported fix (#310)79097e3
release: Prepare for 0.10.3 releasead25b07
ci: Removed release-plz as it does not play well with the workspaces setup we...c93d434
ci: Add release-plz CI action which will create a PR with a suggestion to cut...e91f405
feat: Add optional bytes/bytesmut support (#132)9e68316
release: Prepare for 0.10.2 release (#130)d431291
feat(deserialize): prevent unbound allocation (#129)d915ab5
chore: Updated Minimum Supported Rust Version to 1.55 (manually confirmed wit...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show