Skip to content

Commit

Permalink
build(deps): bump thiserror from 1.0.61 to 1.0.63
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.63.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.61...1.0.63)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent 43bcac1 commit 921e16c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 hasher.rs/src/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hex = { version = "0.4.3", features = [] }
blake2b_simd = "1"
num-bigint = "0.4.6"
console_error_panic_hook = "0.1.7"
thiserror = "1.0.56"
thiserror = "1.0.63"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

0 comments on commit 921e16c

Please sign in to comment.