From 33cc21c04ae46cd0a944879e6b74456f6c3328dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:36:57 +0000 Subject: [PATCH] Update shadow-rs requirement from 0.30.0 to 0.31.1 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) - [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.30.0...v0.31.1) --- 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 199f0cd7..db5c4d8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ parquet = { version = "52.0.0", default-features = false, features = [ "zstd", ] } arrow = "52.0.0" -shadow-rs = { version = "0.30.0", default-features = false } +shadow-rs = { version = "0.31.1", default-features = false } serde_yaml = "0.9.21" whoami = "1.3.0" either = { version = "1.8.1", features = ["serde"] } @@ -83,7 +83,7 @@ rstest = "0.21.0" pretty_env_logger = "0.5" [build-dependencies] -shadow-rs = "0.30.0" +shadow-rs = "0.31.1" [features] default = []