From 4aa8cd24707be1255599284f52eb6d388cf86ae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:32:24 +0100 Subject: [PATCH] Update downcast-rs requirement from 1.2.1 to 2.0.1 (#2566) 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.1...v2.0.1) --- updated-dependencies: - dependency-name: downcast-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- columnar/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8d8967728..79b646681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ levenshtein_automata = "0.2.1" uuid = { version = "1.0.0", features = ["v4", "serde"] } crossbeam-channel = "0.5.4" rust-stemmers = "1.2.0" -downcast-rs = "1.2.1" +downcast-rs = "2.0.1" bitpacking = { version = "0.9.2", default-features = false, features = [ "bitpacker4x", ] } diff --git a/columnar/Cargo.toml b/columnar/Cargo.toml index d4a8f4a8d..1048d13fe 100644 --- a/columnar/Cargo.toml +++ b/columnar/Cargo.toml @@ -17,7 +17,7 @@ sstable = { version= "0.3", path = "../sstable", package = "tantivy-sstable" } common = { version= "0.7", path = "../common", package = "tantivy-common" } tantivy-bitpacker = { version= "0.6", path = "../bitpacker/" } serde = "1.0.152" -downcast-rs = "1.2.0" +downcast-rs = "2.0.1" [dev-dependencies] proptest = "1"