Skip to content

Commit

Permalink
Merge pull request #157 from nyx-space/dependabot/cargo/shadow-rs-0.22.0
Browse files Browse the repository at this point in the history
Update shadow-rs requirement from 0.21.0 to 0.22.0
  • Loading branch information
ChristopherRabotin authored May 26, 2023
2 parents c9e51e4 + de2f5cb commit 8ec83bf
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 @@ -48,7 +48,7 @@ rstats = "1.2.50"
thiserror = "1.0"
parquet = {version = "40.0.0", default-features = false, features = ["arrow", "brotli"]}
arrow = "40.0.0"
shadow-rs = {version = "0.21.0", default-features = false}
shadow-rs = {version = "0.22.0", default-features = false}
serde_yaml = "0.9.21"
whoami = "1.3.0"
either = {version = "1.8.1", features = ["serde"]}
Expand All @@ -62,7 +62,7 @@ rstest = "0.17.0"
pretty_env_logger = "0.5"

[build-dependencies]
shadow-rs = "0.21.0"
shadow-rs = "0.22.0"

[features]
default = []
Expand Down

0 comments on commit 8ec83bf

Please sign in to comment.