Skip to content

chore(deps): bump cw-storage-plus from 1.0.1 to 2.0.0 in /cosmwasm#233

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cosmwasm/cw-storage-plus-2.0.0
Closed

chore(deps): bump cw-storage-plus from 1.0.1 to 2.0.0 in /cosmwasm#233
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cosmwasm/cw-storage-plus-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2025

Bumps cw-storage-plus from 1.0.1 to 2.0.0.

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 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 [cw-storage-plus](https://github.com/CosmWasm/cw-storage-plus) from 1.0.1 to 2.0.0.
- [Changelog](https://github.com/CosmWasm/cw-storage-plus/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cw-storage-plus@v1.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: cw-storage-plus
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team June 3, 2025 08:37
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 3, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2025

Superseded by #239.

@dependabot dependabot bot closed this Jun 26, 2025
@dependabot dependabot bot deleted the dependabot/cargo/cosmwasm/cw-storage-plus-2.0.0 branch June 26, 2025 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants