Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Jan 22, 2024
1 parent 000119d commit d354ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/re_data_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ deadlock_detection = ["parking_lot/deadlock_detection"]
re_error.workspace = true
re_format = { workspace = true, features = ["arrow"] }
re_log_types.workspace = true
re_log.workspace = true
re_log = { workspace = true, features = ["setup"] }
re_tracing.workspace = true
re_types_core.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ deny = [
{ name = "openssl" }, # We prefer rustls
{ name = "reqwest" }, # We prefer ureq - less dependencies
]

skip = [
{ name = "ahash" }, # Popular crate + fast release schedule = lots of crates still using old versions
{ name = "async-fs" }, # Old version via accesskit
Expand All @@ -59,6 +58,7 @@ skip = [
{ name = "memoffset" }, # Small crate
{ name = "prettyplease" }, # Old version being used by prost
{ name = "raw-window-handle" }, # Awaiting new wgpu release
{ name = "redox_syscall" }, # Plenty of versions in the wild
{ name = "spin" }, # Old version used by rusttls
{ name = "windows" }, # Old version used by accesskit_windows, newer version used by wgpu
]
Expand Down

0 comments on commit d354ce7

Please sign in to comment.