trivy / Check (pull_request) Waiting to run
Upstream commit: 9d1c75ab68435e4417337f768291e5f947686203 Enterprise-only files removed or emptied: 63 Enterprise-only snippets removed: 118 in 50 files Dangling module declarations removed: 5 Edits turning enterprise off: 25 Third-party code: 14 files, 0 not in THIRD-PARTY.md Verification: clean One snippet more than v0.16.22, in crates/common/src/auth/authentication.rs (3, was 2).
43 lines
1.2 KiB
TOML
43 lines
1.2 KiB
TOML
[package]
|
|
name = "utils"
|
|
version = "0.16.23"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
trc = { path = "../trc" }
|
|
rustls = { version = "0.23.43", default-features = false, features = ["std", "aws_lc_rs", "tls12"] }
|
|
rustls-pki-types = { version = "1" }
|
|
rustls-platform-verifier = "0.7"
|
|
tokio = { version = "1.53", features = ["net", "macros", "signal"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["aws_lc_rs", "tls12"] }
|
|
serde = { version = "1.0", features = ["derive"]}
|
|
mail-auth = { version = "0.13" }
|
|
ahash = { version = "0.8", features = ["serde"] }
|
|
chrono = "0.4"
|
|
aws-lc-rs = { version = "1" }
|
|
base64 = "0.23"
|
|
reqwest = { version = "0.13", default-features = false, features = ["rustls", "http2", "stream"]}
|
|
futures = "0.3"
|
|
form_urlencoded = "1.2.2"
|
|
psl = "2"
|
|
idna = "1.1"
|
|
quick_cache = "0.7"
|
|
rkyv = { version = "0.8.18", features = ["little_endian"] }
|
|
compact_str = "0.10.0"
|
|
xxhash-rust = { version = "0.8.18", features = ["xxh3"] }
|
|
farmhash = "1.1.5"
|
|
nohash-hasher = "0.2.0"
|
|
arcstr = "1.2.0"
|
|
|
|
[target.'cfg(unix)'.dependencies]
|
|
privdrop = "0.5.6"
|
|
|
|
[features]
|
|
test_mode = []
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.53", features = ["full"] }
|
|
|
|
[lints]
|
|
workspace = true
|