From 7dff5f72682733714af87ee424e3c36c0fe08293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:35:26 +0200 Subject: [PATCH] build(deps): bump thiserror from 1.0.44 to 1.0.45 (#5020) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.44 to 1.0.45. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.44...1.0.45) --- 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 ++++---- libraries/concurrent-merkle-tree/Cargo.toml | 2 +- libraries/merkle-tree-reference/Cargo.toml | 2 +- managed-token/program/Cargo.toml | 2 +- name-service/program/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3aa566ad32..8bfe2625b86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7590,18 +7590,18 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.44" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" +checksum = "dedd246497092a89beedfe2c9f176d44c1b672ea6090edc20544ade01fbb7ea0" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.44" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" +checksum = "7d7b1fadccbbc7e19ea64708629f9d8dccd007c260d66485f20a6d41bc1cf4b3" dependencies = [ "proc-macro2 1.0.63", "quote 1.0.29", diff --git a/libraries/concurrent-merkle-tree/Cargo.toml b/libraries/concurrent-merkle-tree/Cargo.toml index e8e6ba6f24b..a6a0b15b0bb 100644 --- a/libraries/concurrent-merkle-tree/Cargo.toml +++ b/libraries/concurrent-merkle-tree/Cargo.toml @@ -14,7 +14,7 @@ sol-log = [ "log" ] [dependencies] solana-program = "1.16" bytemuck = "1.13" -thiserror = "1.0.44" +thiserror = "1.0.45" [dev-dependencies] rand_distr = "0.4.3" diff --git a/libraries/merkle-tree-reference/Cargo.toml b/libraries/merkle-tree-reference/Cargo.toml index 7f2abd58120..7c4f04c85f7 100644 --- a/libraries/merkle-tree-reference/Cargo.toml +++ b/libraries/merkle-tree-reference/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] solana-program = "1.10.33" -thiserror = "1.0.44" +thiserror = "1.0.45" [lib] crate-type = ["cdylib", "lib"] diff --git a/managed-token/program/Cargo.toml b/managed-token/program/Cargo.toml index 57513a4ff9f..7e32f2d4c4b 100644 --- a/managed-token/program/Cargo.toml +++ b/managed-token/program/Cargo.toml @@ -27,7 +27,7 @@ shank = "^0.2.1" solana-program = "1.16.3" spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = [ "no-entrypoint", ] } spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] } -thiserror = "^1.0.44" +thiserror = "^1.0.45" [dev-dependencies] solana-program-test = "1.16.3" diff --git a/name-service/program/Cargo.toml b/name-service/program/Cargo.toml index d260af37090..73b4e40543e 100644 --- a/name-service/program/Cargo.toml +++ b/name-service/program/Cargo.toml @@ -21,7 +21,7 @@ solana-program = "1.16.3" num-traits = "0.2" borsh = "0.10" num-derive = "0.4.0" -thiserror = "1.0.44" +thiserror = "1.0.45" [dev-dependencies] solana-program-test = "1.16.3"