Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 8921cd6 commit 958876a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ strum_macros = "^0.26"
sha2 = "0.10.2"
sha3 = "0.10.8"
smallvec = "1.6.1"
thiserror = "1.0.63"
thiserror = "1.0.64"
tiny-keccak = { version = "2", features = ["keccak", "sha3"] }
tiny-bip39 = "1.0.0"
tokio = { version = "1.40.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion moveos/moveos-eventbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ once_cell = { workspace = true }
crossbeam-channel = { workspace = true }
coerce = { workspace = true }
tokio = "1.40.0"
thiserror = "1.0.63"
thiserror = "1.0.64"
2 changes: 1 addition & 1 deletion moveos/moveos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ moveos-stdlib = { workspace = true }
moveos-verifier = { workspace = true }
moveos-object-runtime = { workspace = true }
moveos-eventbus = { workspace = true }
thiserror = "1.0.63"
thiserror = "1.0.64"

0 comments on commit 958876a

Please sign in to comment.