From cce3c28a2ea8dfc893d52638c968b7e298911a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:20:17 +0000 Subject: [PATCH] Bump dyn-clone from 1.0.14 to 1.0.16 Bumps [dyn-clone](https://github.com/dtolnay/dyn-clone) from 1.0.14 to 1.0.16. - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](https://github.com/dtolnay/dyn-clone/compare/1.0.14...1.0.16) --- updated-dependencies: - dependency-name: dyn-clone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/daft-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0762283984..758ac7752c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1402,9 +1402,9 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "dyn-clone" -version = "1.0.14" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd" +checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d" [[package]] name = "either" diff --git a/src/daft-core/Cargo.toml b/src/daft-core/Cargo.toml index 0e4d600edf..ce6f7a5593 100644 --- a/src/daft-core/Cargo.toml +++ b/src/daft-core/Cargo.toml @@ -5,7 +5,7 @@ bincode = {workspace = true} chrono = {workspace = true} chrono-tz = {workspace = true} common-error = {path = "../common/error", default-features = false} -dyn-clone = "1.0.12" +dyn-clone = "1.0.16" fnv = "1.0.7" html-escape = {workspace = true} indexmap = {workspace = true, features = ["serde"]}