From 8f530c6d882412aae7ee117324660bf1baca9aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:13:53 +0000 Subject: [PATCH] Update thiserror requirement from 1.0 to 2.0 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.0...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- notion-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notion-sdk/Cargo.toml b/notion-sdk/Cargo.toml index a9740c7..81a1491 100644 --- a/notion-sdk/Cargo.toml +++ b/notion-sdk/Cargo.toml @@ -18,4 +18,4 @@ reqwest = { version = "0.12.2", features = ["json"] } uuid = { version = "1.3.0", features = ["serde"] } chrono = { version = "0.4.23", default-features = false, features = ["serde", "clock"] } emojis = "0.6.0" -thiserror = "1.0" \ No newline at end of file +thiserror = "2.0" \ No newline at end of file