Skip to content

Commit 5b00f79

Browse files
Update shadow-rs requirement from 0.35.0 to 0.36.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](baoyachi/shadow-rs@v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bef2893 commit 5b00f79

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
@@ -63,7 +63,7 @@ parquet = { version = "53.0.0", default-features = false, features = [
6363
"zstd",
6464
] }
6565
arrow = "53.0.0"
66-
shadow-rs = { version = "0.35.0", default-features = false }
66+
shadow-rs = { version = "0.36.0", default-features = false }
6767
serde_yaml = "0.9.21"
6868
whoami = "1.3.0"
6969
either = { version = "1.8.1", features = ["serde"] }
@@ -82,7 +82,7 @@ pretty_env_logger = "0.5"
8282
toml = "0.8.14"
8383

8484
[build-dependencies]
85-
shadow-rs = "0.35.0"
85+
shadow-rs = "0.36.0"
8686

8787
[features]
8888
default = []

0 commit comments

Comments
 (0)