From 89e48842997ff15640ebc57b14be7b1f723628c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 13:13:11 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.30 to 1.0.39 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.30 to 1.0.39. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.30...1.0.39) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- name-service/program/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e2115f3..767b0128 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4246,18 +4246,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.30" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" +checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.30" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" +checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e" dependencies = [ "proc-macro2 1.0.36", "quote 1.0.15", diff --git a/name-service/program/Cargo.toml b/name-service/program/Cargo.toml index f65f9acb..e189745b 100644 --- a/name-service/program/Cargo.toml +++ b/name-service/program/Cargo.toml @@ -21,7 +21,7 @@ solana-program = "1.9.9" num-traits = "0.2" borsh = "0.9.1" num-derive = "0.3.3" -thiserror = "1.0.29" +thiserror = "1.0.39" [dev-dependencies] solana-program-test = "1.9.9"