chore(deps): bump generic-array from 0.14.7 to 1.3.5#3218
chore(deps): bump generic-array from 0.14.7 to 1.3.5#3218dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Greptile SummaryThis dependency bump introduces a breaking change that will likely cause compilation failures. Issue
By changing to version RecommendationRevert to Important Files Changed
Last reviewed commit: ef303fd |
| futures = "0.3" | ||
| crypto_secretbox = "0.1.1" | ||
| generic-array = { version = "0.14", features = ["serde"] } | ||
| generic-array = { version = "1.3", features = ["serde"] } |
There was a problem hiding this comment.
Bumping from 0.14 to 1.3 breaks serde serialization. crypto_secretbox (line 55) uses generic-array 0.14.7, and EncryptedHistory serializes Nonce<XSalsa20Poly1305> which contains a GenericArray from 0.14.7. The serde feature must be enabled on the 0.14.x version, but this change only enables it on 1.3.x.
| generic-array = { version = "1.3", features = ["serde"] } | |
| generic-array = { version = "0.14", features = ["serde"] } |
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.7 to 1.3.5. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/commits) --- updated-dependencies: - dependency-name: generic-array dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ef303fd to
e176b9a
Compare
Bumps generic-array from 0.14.7 to 1.3.5.
Release notes
Sourced from generic-array's releases.
Changelog
Sourced from generic-array's changelog.
... (truncated)
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)