From 37c1cbf4cc1a4a707a44817061593e3c2efbb661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 04:42:38 +0000 Subject: [PATCH] chore(deps): update thiserror requirement in /crates/dwn-rs-stores Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/dwn-rs-stores/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/dwn-rs-stores/Cargo.toml b/crates/dwn-rs-stores/Cargo.toml index 4924a44..d00041b 100644 --- a/crates/dwn-rs-stores/Cargo.toml +++ b/crates/dwn-rs-stores/Cargo.toml @@ -29,7 +29,7 @@ ipld-core = { version = "0.4.1", features = ["serde"] } multicodec = { git = "https://github.com/cryptidtech/rust-multicodec.git" } # Use moden fork, see gnunicorn/rust-multicodec#1 multihash = { version = "0.19.1", features = ["serde"] } multihash-codetable = { version = "0.1.2", features = ["serde", "sha2"] } -thiserror = "1.0.63" +thiserror = "2.0.0" time = "0.3.36" tokio = { version = "1.39.2", features = ["io-util", "rt", "macros"] } tracing = { version = "0.1.40", default-features = false, features = [