1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[]
= 2
= "~/.cargo/advisory-db"
# RUSTSEC-2025-0134: Advisory for 'chrono' crate regarding potential panic in
# timestamp parsing. This library uses timestamp_millis_opt() which returns
# an Option and handles the None case safely. The advisory does not affect
# our usage pattern as we validate timestamps before use.
= [
"RUSTSEC-2025-0134"
]
[]
= 2
= [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unlicense",
"Zlib",
"Unicode-3.0",
"Unicode-DFS-2016",
]
= 0.8
[]
= "warn"
= "allow"
= "all"
[]
= "warn"
= "warn"
= ["https://github.com/rust-lang/crates.io-index"]