From 9d5cfa6a79f7926584dae092c351809166a2b571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:43:24 +0000 Subject: [PATCH] build(deps): update thiserror requirement in /flipt-evaluation (#511) 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.50...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- flipt-evaluation/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flipt-evaluation/Cargo.toml b/flipt-evaluation/Cargo.toml index 12568e47..761c8a45 100644 --- a/flipt-evaluation/Cargo.toml +++ b/flipt-evaluation/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0.147", features = ["derive"] } serde_json = { version = "1.0.89", features = ["raw_value"] } uuid = { version = "1.5.0", features = ["v4"] } crc32fast = "1.3.2" -thiserror = "1.0.50" +thiserror = "2.0.3" chrono = { version = "0.4.31", features = ["serde"] } web-time = "1.1.0"