Skip to content

Commit 8d78af7

Browse files
Update shadow-rs requirement from 0.24.0 to 0.25.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) - [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md) - [Commits](baoyachi/shadow-rs@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5ab39d commit 8d78af7

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
@@ -67,7 +67,7 @@ parquet = { version = "49.0.0", default-features = false, features = [
6767
"zstd",
6868
] }
6969
arrow = "49.0.0"
70-
shadow-rs = { version = "0.24.0", default-features = false }
70+
shadow-rs = { version = "0.25.0", default-features = false }
7171
serde_yaml = "0.9.21"
7272
whoami = "1.3.0"
7373
either = { version = "1.8.1", features = ["serde"] }
@@ -83,7 +83,7 @@ rstest = "0.18.1"
8383
pretty_env_logger = "0.5"
8484

8585
[build-dependencies]
86-
shadow-rs = "0.24.0"
86+
shadow-rs = "0.25.0"
8787

8888
[features]
8989
default = []

0 commit comments

Comments
 (0)