From 810c3c0b36c6e839b6984d822e2af4de74f7c33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 06:15:55 +0000 Subject: [PATCH] Bump thiserror from 2.0.3 to 2.0.4 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.3...2.0.4) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ed1286..b6b15e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -464,18 +464,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" +checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" +checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 24c9fc4..8c659e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ nom = { version="7.0", default-features=false, features=["std"] } num-bigint = { version = "0.4", optional = true } num-traits = "0.2.14" rusticata-macros = "4.0" -thiserror = "2.0.0" +thiserror = "2.0.4" time = { version="0.3", features=["macros", "parsing", "formatting"], optional=true } [dev-dependencies]