Skip to content

Commit

Permalink
no more polars
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 23, 2024
1 parent fe348a8 commit 6f49a16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ paste = "1.0"
pathdiff = "0.2"
pico-args = "0.5"
ply-rs = { version = "0.1", default-features = false }
polars-core = "0.29"
polars-lazy = "0.29"
polars-ops = "0.29"
poll-promise = "0.3"
pollster = "0.3"
prettyplease = "0.2"
Expand Down
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ vulnerability = "deny"
unmaintained = "warn"
yanked = "deny"
ignore = [
"RUSTSEC-2020-0071", # https://rustsec.org/advisories/RUSTSEC-2020-0071 - Potential segfault in the time crate. Remove once a new polars is released with https://github.com/pola-rs/polars/pull/6979
"RUSTSEC-2023-0052", # https://rustsec.org/advisories/RUSTSEC-2023-0052 - webpki: CPU denial of service in certificate path building - can be fixed by `cargo update -p ureq`, but then we run into duplicate crates: https://github.com/algesten/ureq/issues/653
"RUSTSEC-2023-0065", # https://rustsec.org/advisories/RUSTSEC-2023-0065 - Tungstenite WebSocket server can be DOS-attacked by malicious clients
]
Expand Down Expand Up @@ -62,7 +61,6 @@ skip = [
skip-tree = [
{ name = "async-io" }, # Old version via rfd
{ name = "cargo-run-wasm" }, # Dev-tool
{ name = "comfy-table" }, # arrow vs. polars use different major versions (polars' one is dev-dep only)
{ name = "core-graphics" }, # old version via arboard
{ name = "criterion" }, # dev-dependency
{ name = "objc2" }, # old version via accesskit
Expand Down

0 comments on commit 6f49a16

Please sign in to comment.