From 9e822de7c0b4ffe804580a1f36b42537cef7250d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:11:28 -0700 Subject: [PATCH] Bump simple-error from 0.3.0 to 0.3.1 (#59) Bumps [simple-error](https://github.com/WiSaGaN/simple-error) from 0.3.0 to 0.3.1. - [Changelog](https://github.com/WiSaGaN/simple-error/blob/master/CHANGELOG.md) - [Commits](https://github.com/WiSaGaN/simple-error/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: simple-error 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 120a123..4561173 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1741,9 +1741,9 @@ dependencies = [ [[package]] name = "simple-error" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8542b68b8800c3cda649d2c72d688b6907b30f1580043135d61669d4aad1c175" +checksum = "7e2accd2c41a0e920d2abd91b2badcfa1da784662f54fbc47e0e3a51f1e2e1cf" [[package]] name = "slab" diff --git a/Cargo.toml b/Cargo.toml index 776f748..91b889e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ niffler = "2.4.0" needletail = "0.5.1" #zip = { version = "0.6", default-features = false, features = ["deflate"] } async_zip={version="0.0.17", features=["full"]} -simple-error = "0.3.0" +simple-error = "0.3.1" anyhow = "1.0.86" camino = "1.1.7" csv = "1.3.0"