From 958876aeb558340d546dae63aab8fb4781b6930e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:41:54 +0800 Subject: [PATCH] chore(deps): bump thiserror from 1.0.63 to 1.0.64 (#2670) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.63 to 1.0.64. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- moveos/moveos-eventbus/Cargo.toml | 2 +- moveos/moveos/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fce60843f7..2bc76c8abf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11929,18 +11929,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" +checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.63" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" +checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" dependencies = [ "proc-macro2 1.0.86", "quote 1.0.37", diff --git a/Cargo.toml b/Cargo.toml index c192d7a19f..f06a20cbfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/moveos/moveos-eventbus/Cargo.toml b/moveos/moveos-eventbus/Cargo.toml index dd829a8749..5a36481c71 100644 --- a/moveos/moveos-eventbus/Cargo.toml +++ b/moveos/moveos-eventbus/Cargo.toml @@ -17,4 +17,4 @@ once_cell = { workspace = true } crossbeam-channel = { workspace = true } coerce = { workspace = true } tokio = "1.40.0" -thiserror = "1.0.63" \ No newline at end of file +thiserror = "1.0.64" \ No newline at end of file diff --git a/moveos/moveos/Cargo.toml b/moveos/moveos/Cargo.toml index a77487b7ca..e6a1c6bfa6 100644 --- a/moveos/moveos/Cargo.toml +++ b/moveos/moveos/Cargo.toml @@ -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"