From bcb1f106acb986e41bc43721e8456806582098e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:47:10 +0000 Subject: [PATCH] Update simple-error requirement from 0.2 to 0.3 Updates the requirements on [simple-error](https://github.com/WiSaGaN/simple-error) to permit the latest version. - [Changelog](https://github.com/WiSaGaN/simple-error/blob/master/CHANGELOG.md) - [Commits](https://github.com/WiSaGaN/simple-error/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: simple-error dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/Cargo.toml b/vm/Cargo.toml index d6a7afa..dba0cac 100644 --- a/vm/Cargo.toml +++ b/vm/Cargo.toml @@ -8,6 +8,6 @@ model = { path = "../model" } loader = { path = "../loader" } parser = { path = "../parser" } -simple-error = "0.2" +simple-error = "0.3" log = "0.4.17" lazy_static = "1.4.0" \ No newline at end of file