Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ half = { "version" = "2.1", default-features = false, features = [
] }
lance-bitpacking = { version = "=2.1.0-beta.0", path = "./rust/compression/bitpacking" }
bitvec = "1"
bytes = "1.4"
bytes = "1.11.1"
byteorder = "1.5"
clap = { version = "4", features = ["derive"] }
chrono = { version = "0.4.41", default-features = false, features = [
Expand Down
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ ignore = [
{ id = "RUSTSEC-2025-0119", reason = "`number_prefix` used by hf-hub in examples" },
{ id = "RUSTSEC-2025-0134", reason = "`rustls-pemfile` unmaintained; awaiting upstream object_store/hyper-rustls migration to rustls-pki-types" },
{ id = "RUSTSEC-2025-0141", reason = "`bincode` is unmaintained and used by tantivy"},
{ id = "RUSTSEC-2026-0002", reason = "`lru` is used by tantivy and aws-sdk-s3"},
]
# If this is true, then cargo deny will use the git executable to fetch advisory database.
# If this is false, then it uses a built-in git library.
Expand Down
Loading