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

Update cw-storage-plus requirement from 1.2.0 to 2.0.0 #78

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 Apr 18, 2024

Updates the requirements on cw-storage-plus to permit the latest version.

Changelog

Sourced from cw-storage-plus's changelog.

[2.0.0] - 2024-03-14

[2.0.0-rc.0] - 2024-02-09

Changed

  • Update to cosmwasm-std 2.0.0-beta.1 (#73)
  • Fix incorrect implementation of KeyDeserialize for (T, U). This required a breaking change to the KeyDeserialize trait. See MIGRATING.md. (#34)
  • Make UniqueIndex PK type parameter mandatory. See MIGRATING.md. (#37)
  • Internally, Prefix::keys now uses [cosmwasm_std::Storage::range_keys]. This improves efficiency if you use cosmwasm-std with the cosmwasm_1_4 feature (#70)

#34: CosmWasm/cw-storage-plus#34 #37: CosmWasm/cw-storage-plus#37 #73: CosmWasm/cw-storage-plus#73

Breaking

  • Remove the Prefix::with_deserialization_functions constructor (#70)
  • MultiIndex::{no_prefix, no_prefix_raw, prefix, sub_prefix} and UniqueIndex::{no_prefix, no_prefix_raw, prefix, sub_prefix} now return IndexPrefix instead of Prefix. (#70)

#70: CosmWasm/cw-storage-plus#70

[1.2.0] - 2023-11-14

Added

  • Warning about KeyDeserialize bug (#65)

#65: CosmWasm/cw-storage-plus#65

Fixed

  • Dequeue::back docs (#62)

#62: CosmWasm/cw-storage-plus#62

Changed

  • Use range_keys for Prefix::keys_raw. This improves efficiency if you use cosmwasm-std with the cosmwasm_1_4 feature (#55)
  • Improve error message when deserialization fails (#63)

#55: CosmWasm/cw-storage-plus#55 #63: CosmWasm/cw-storage-plus#63


... (truncated)

Commits
  • 372608a update CHANGELOG
  • 990cc01 bump to cosmwasm-std 2.0.0
  • 659f20a Merge pull request #76 from CosmWasm/bump-cosmwasm-std
  • 1980179 Update changelog
  • 10217a1 Bump cosmwasm-std version
  • 661dd46 Merge pull request #75 from CosmWasm/range_keys-cleanup
  • 24f5484 deduplicate prefix tests
  • 63032f2 refactor: use composition for IndexPrefix
  • e0621ed Merge pull request #74 from CosmWasm/release/2.0.0-beta.0
  • e07d930 Update CHANGELOG cw-std bump entry
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 18, 2024
Updates the requirements on [cw-storage-plus](https://github.com/CosmWasm/cw-storage-plus) to permit the latest version.
- [Changelog](https://github.com/CosmWasm/cw-storage-plus/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cw-storage-plus@v1.2.0...v2.0.0)

---
updated-dependencies:
- dependency-name: cw-storage-plus
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/cw-storage-plus-2.0.0 branch from 6c800ce to 3d0837b Compare April 29, 2024 15:04
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