From 4d3c07d70bd944f843ab23da9203205645c407d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:07:24 +0000 Subject: [PATCH] chore(deps): Update Rust crate downcast-rs to v2 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0caf5b..d5aafe4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -302,9 +302,9 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "downcast-rs" -version = "1.2.1" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" +checksum = "ea8a8b81cacc08888170eef4d13b775126db426d0b348bee9d18c2c1eaf123cf" [[package]] name = "dtoa" diff --git a/Cargo.toml b/Cargo.toml index 6d9447c..dca0db7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ ignore = "0.4.22" bstr = "1.9.1" maplit = "1.0.2" petgraph = "0.7.0" -downcast-rs = "1.2.1" +downcast-rs = "2.0.0" names = { version = "0.14.0", default-features = false } elsa = "1.10.0" shlex = "1.3.0"