Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump scale-value from 0.17.0 to 0.18.0 #935

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps scale-value from 0.17.0 to 0.18.0.

Release notes

Sourced from scale-value's releases.

v0.18.0

0.18.0 (2024-11-15)

This release makes scale-value entirely no_std which is now using core::error::Error instead of std::error::Error as it was using before behind the std feature. Because of that the std feature is now removed and the MSRV is bumped to 1.81.0. In addition it bumps a few dependencies to their latest versions.

Changed

  • Remove std feature and make the crate fully no_std
  • Update scale-decode to v0.16.0
  • Update scale-encode to v0.10.0
  • Update yap to v0.12.0
  • Update scale-bits to v0.7.0
  • Remove scale-info dependency and the re-export PortableRegistry
  • Bump MSRV to 1.81.0
  • Replace derive_more with thiserror

Full Changelog: paritytech/scale-value@v0.17.0...v0.18.0

Changelog

Sourced from scale-value's changelog.

0.18.0 (2024-11-15)

This release makes scale-value entirely no_std which is now using core::error::Error instead of std::error::Error as it was using before behind the std feature. Because of that the std feature is now removed and the MSRV is bumped to 1.81.0. In addition it bumps a few dependencies to their latest versions.

Changed

  • Remove std feature and make the crate fully no_std
  • Update scale-decode to v0.16.0
  • Update scale-encode to v0.10.0
  • Update yap to v0.12.0
  • Update scale-bits to v0.7.0
  • Remove scale-info dependency and the re-export PortableRegistry
  • Bump MSRV to 1.81.0
  • Replace derive_more with thiserror
Commits
  • a6951d7 chore: release v0.18 (#72)
  • e59576d remove std features (#71)
  • 39a39fc remove scale_info and re-export PortableRegistry (#70)
  • 1819ed4 Update yap requirement from 0.11.0 to 0.12.0 (#64)
  • 6d663c8 chore(deps): bump scale-encode from 0.8.0 to 0.9.0 (#68)
  • ad81356 chore(deps): bump scale-info from 2.5 to 2.11.5 (#69)
  • ab313d3 Update scale-decode requirement from 0.14.0 to 0.15.0 (#67)
  • 55b8904 refactor: use core::error::Error (#66)
  • 7f0214f Bump Swatinem/rust-cache from 1.3.0 to 2.7.5 (#65)
  • 5b39159 Bump actions/checkout from 2 to 4 (#63)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)

Bumps [scale-value](https://github.com/paritytech/scale-value) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/paritytech/scale-value/releases)
- [Changelog](https://github.com/paritytech/scale-value/blob/main/CHANGELOG.md)
- [Commits](paritytech/scale-value@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: scale-value
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants