Skip to content

Commit

Permalink
build(deps): bump cw-controllers from 1.1.2 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [cw-controllers](https://github.com/CosmWasm/cw-minus) from 1.1.2 to 2.0.0.
- [Changelog](https://github.com/CosmWasm/cw-minus/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cw-minus@v1.1.2...v2.0.0)

---
updated-dependencies:
- dependency-name: cw-controllers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 5aaf188 commit 1dff33b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
21 changes: 18 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/fungible-tokens/andromeda-ics20/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cw20 = { workspace = true }
cw2 = { workspace = true }
semver = { workspace = true }
cw20-base = { workspace = true }
cw-controllers = "=1.1.2"
cw-controllers = "=2.0.0"
schemars = "0.8.21"
serde = "1.0.215"
thiserror = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/andromeda-fungible-tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ cw-utils = { workspace = true }
cw20 = { workspace = true }
cw20-base = { workspace = true }
cw-asset = { workspace = true }
cw-controllers = "=1.1.2"
cw-controllers = "=2.0.0"

andromeda-std = { workspace = true }

0 comments on commit 1dff33b

Please sign in to comment.