Skip to content

Commit

Permalink
Upgrade vectorscan from v0.0.3 to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bradlarsen committed Nov 14, 2024
1 parent 44bf64d commit 11c6a61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/noseyparker-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ tracing = "0.1"
tracing-log = "0.2"
tracing-subscriber = { version = "0.3", features = ["tracing-log", "ansi", "env-filter", "smallvec", "fmt"], default-features = false }
url = "2.3"
vectorscan-rs = { version = "0.0.3" }
vectorscan-rs = { version = "0.0.4" }
object-pool = "0.6.0"
parquet = { version = "53.2.0", optional = true }
arrow-schema = { version = "53.2.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/noseyparker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ thiserror = "1"
tokio = { version = "1.23", optional = true }
tracing = "0.1"
url = "2.3"
vectorscan-rs = { version = "0.0.3" }
vectorscan-rs = { version = "0.0.4" }

[dev-dependencies]
pretty_assertions = "1.3"

0 comments on commit 11c6a61

Please sign in to comment.