fix lints

This commit is contained in:
Conrad Ludgate
2025-07-11 14:18:30 +01:00
parent 3ff8afa32c
commit 6d7ab67401
3 changed files with 3 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -8891,6 +8891,7 @@ dependencies = [
"num-traits",
"once_cell",
"p256 0.13.2",
"paracord",
"parquet",
"prettyplease",
"proc-macro2",

View File

@@ -52,6 +52,7 @@ exceptions = [
# Zlib license has some restrictions if we decide to change sth
{ allow = ["Zlib"], name = "const_format_proc_macros", version = "*" },
{ allow = ["Zlib"], name = "const_format", version = "*" },
{ allow = ["Zlib"], name = "foldhash", version = "*" },
]
[licenses.private]

View File

@@ -72,6 +72,7 @@ num-rational = { version = "0.4", default-features = false, features = ["num-big
num-traits = { version = "0.2", features = ["i128", "libm"] }
once_cell = { version = "1" }
p256 = { version = "0.13", features = ["jwk"] }
paracord = { version = "0.1", features = ["serde"] }
parquet = { version = "53", default-features = false, features = ["zstd"] }
prost = { version = "0.13", features = ["no-recursion-limit", "prost-derive"] }
rand = { version = "0.8", features = ["small_rng"] }