Skip to content

Commit

Permalink
Merge pull request #376 from nyx-space/dependabot/cargo/shadow-rs-0.36.0
Browse files Browse the repository at this point in the history
Update shadow-rs requirement from 0.35.0 to 0.36.0
  • Loading branch information
ChristopherRabotin authored Nov 18, 2024
2 parents bef2893 + 5b00f79 commit 6906f70
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 @@ -63,7 +63,7 @@ parquet = { version = "53.0.0", default-features = false, features = [
"zstd",
] }
arrow = "53.0.0"
shadow-rs = { version = "0.35.0", default-features = false }
shadow-rs = { version = "0.36.0", default-features = false }
serde_yaml = "0.9.21"
whoami = "1.3.0"
either = { version = "1.8.1", features = ["serde"] }
Expand All @@ -82,7 +82,7 @@ pretty_env_logger = "0.5"
toml = "0.8.14"

[build-dependencies]
shadow-rs = "0.35.0"
shadow-rs = "0.36.0"

[features]
default = []
Expand Down

0 comments on commit 6906f70

Please sign in to comment.