Skip to content

Commit

Permalink
Update shadow-rs requirement from 0.32.0 to 0.33.0
Browse files Browse the repository at this point in the history
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.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: shadow-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 050cd00 commit acc6e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ parquet = { version = "52.0.0", default-features = false, features = [
"zstd",
] }
arrow = "52.0.0"
shadow-rs = { version = "0.32.0", default-features = false }
shadow-rs = { version = "0.33.0", default-features = false }
serde_yaml = "0.9.21"
whoami = "1.3.0"
either = { version = "1.8.1", features = ["serde"] }
Expand All @@ -85,7 +85,7 @@ rstest = "0.22.0"
pretty_env_logger = "0.5"

[build-dependencies]
shadow-rs = "0.32.0"
shadow-rs = "0.33.0"

[features]
default = []
Expand Down

0 comments on commit acc6e56

Please sign in to comment.