From de711ef2dcfaab9ff9a110dc8ddea14be9d0cebf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:44:52 +0000 Subject: [PATCH] chore(deps-rs): update downcast-rs requirement from 1.2.0 to 2.0.1 Updates the requirements on [downcast-rs](https://github.com/marcianx/downcast-rs) to permit the latest version. - [Changelog](https://github.com/marcianx/downcast-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/marcianx/downcast-rs/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: downcast-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6655c65a6..ba6e5976c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ cool_asserts = "2.0.3" criterion = "0.5.1" delegate = "0.13.0" derive_more = "1.0.0" -downcast-rs = "1.2.0" +downcast-rs = "2.0.1" enum_dispatch = "0.3.11" html-escape = "0.2.13" itertools = "0.14.0"