Skip to content

Commit 8855b15

Browse files
Merge pull request #233 from nyx-space/dependabot/cargo/parquet-47.0.0
Update parquet requirement from 46.0.0 to 47.0.0
2 parents 51024bc + cdcea03 commit 8855b15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ numpy = { version = "0.19", optional = true }
6262
indicatif = { version = "0.17", features = ["rayon"] }
6363
rstats = "1.2.50"
6464
thiserror = "1.0"
65-
parquet = { version = "46.0.0", default-features = false, features = [
65+
parquet = { version = "47.0.0", default-features = false, features = [
6666
"arrow",
6767
"zstd",
6868
] }
69-
arrow = "46.0.0"
69+
arrow = "47.0.0"
7070
shadow-rs = { version = "0.24.0", default-features = false }
7171
serde_yaml = "0.9.21"
7272
whoami = "1.3.0"
@@ -96,4 +96,4 @@ name = "nyx_space"
9696
[target.x86_64-unknown-linux-gnu]
9797
# For flamegraph -- https://github.com/flamegraph-rs/flamegraph
9898
linker = "/usr/bin/clang"
99-
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
99+
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]

0 commit comments

Comments
 (0)