Skip to content

Commit 33cc21c

Browse files
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](baoyachi/shadow-rs@v0.30.0...v0.31.1) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbf6251 commit 33cc21c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ parquet = { version = "52.0.0", default-features = false, features = [
6464
"zstd",
6565
] }
6666
arrow = "52.0.0"
67-
shadow-rs = { version = "0.30.0", default-features = false }
67+
shadow-rs = { version = "0.31.1", default-features = false }
6868
serde_yaml = "0.9.21"
6969
whoami = "1.3.0"
7070
either = { version = "1.8.1", features = ["serde"] }
@@ -83,7 +83,7 @@ rstest = "0.21.0"
8383
pretty_env_logger = "0.5"
8484

8585
[build-dependencies]
86-
shadow-rs = "0.30.0"
86+
shadow-rs = "0.31.1"
8787

8888
[features]
8989
default = []

0 commit comments

Comments
 (0)