From 0c14c23fb2912af6a9b13c42b388cd3a09cd032f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 23:08:33 +0000 Subject: [PATCH] Update simple-error requirement from 0.2.3 to 0.3.0 Updates the requirements on [simple-error](https://github.com/WiSaGaN/simple-error) to permit the latest version. - [Release notes](https://github.com/WiSaGaN/simple-error/releases) - [Changelog](https://github.com/WiSaGaN/simple-error/blob/master/CHANGELOG.md) - [Commits](https://github.com/WiSaGaN/simple-error/compare/v0.2.3...v0.3.0) --- updated-dependencies: - dependency-name: simple-error dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35033b7..0dfe7d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ solana-transaction-status = { version = "=1.11.3" } log = "0.4" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } -simple-error = "0.2.3" +simple-error = "0.3.0" [build-dependencies] prost-build = "0.10"