From 3ba03e26d3c80f7c9616df83ff3dc9f904dd03f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 11:34:20 +0000 Subject: [PATCH] Update shadow-rs requirement from 0.33.0 to 0.34.0 Updates the requirements on [shadow-rs](https://github.com/baoyachi/shadow-rs) to permit the latest version. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c61c29a0..59e8a95a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ parquet = { version = "52.0.0", default-features = false, features = [ "zstd", ] } arrow = "52.0.0" -shadow-rs = { version = "0.33.0", default-features = false } +shadow-rs = { version = "0.34.0", default-features = false } serde_yaml = "0.9.21" whoami = "1.3.0" either = { version = "1.8.1", features = ["serde"] } @@ -85,7 +85,7 @@ rstest = "0.22.0" pretty_env_logger = "0.5" [build-dependencies] -shadow-rs = "0.33.0" +shadow-rs = "0.34.0" [features] default = []