Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.69 to 2.0.11 in /ci/cw-check
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.11.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.69...2.0.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2025
1 parent be82d12 commit abfef9c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
30 changes: 25 additions & 5 deletions ci/cw-check/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 ci/cw-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ibc-core = { path = "../../ibc-core", features = [ "serde", "parity-scale
cosmwasm-std = { version = "2.1.0", default-features = false, features = [ "std" ] }
cosmwasm-schema = { version = "2.1.0", default-features = false }
serde-json = { package = "serde-json-wasm", version = "^1.0.1", default-features = false }
thiserror = { version = "^1.0", default-features = false }
thiserror = { version = "^2.0", default-features = false }

[profile.release]
lto = true
Expand Down

0 comments on commit abfef9c

Please sign in to comment.