From f74a3a31319db884991862ff60af2ceece28801e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:48:47 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.64 to 1.0.65 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 1.0.65. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.64...1.0.65) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 a86d647a0..9f4c3e3e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12046,18 +12046,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84" +checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.64" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3" +checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" dependencies = [ "proc-macro2 1.0.88", "quote 1.0.37", diff --git a/Cargo.toml b/Cargo.toml index 0eb39309e..484caa2a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -222,7 +222,7 @@ strum_macros = "^0.26" sha2 = "0.10.2" sha3 = "0.10.8" smallvec = "1.6.1" -thiserror = "1.0.64" +thiserror = "1.0.65" tiny-keccak = { version = "2", features = ["keccak", "sha3"] } tiny-bip39 = "1.0.1" tokio = { version = "1.40.0", features = ["full"] } diff --git a/moveos/moveos-eventbus/Cargo.toml b/moveos/moveos-eventbus/Cargo.toml index 5a36481c7..b831aa1cb 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.64" \ No newline at end of file +thiserror = "1.0.65" \ No newline at end of file diff --git a/moveos/moveos/Cargo.toml b/moveos/moveos/Cargo.toml index 1175f28a0..a99874fe5 100644 --- a/moveos/moveos/Cargo.toml +++ b/moveos/moveos/Cargo.toml @@ -52,4 +52,4 @@ moveos-object-runtime = { workspace = true } moveos-eventbus = { workspace = true } moveos-gas-profiling = { workspace = true } moveos-common = { workspace = true } -thiserror = "1.0.64" +thiserror = "1.0.65"