Skip to content

Commit a1fe3c1

Browse files
Merge branch 'main' into claude/analyze-repo-improvements-siFU8
2 parents 656fadd + 8134738 commit a1fe3c1

3 files changed

Lines changed: 180 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 177 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rayon = "1.10"
2929
blake3 = { version = "1.8", features = ["mmap"] }
3030
sha2 = "0.11"
3131
hex = "0.4"
32-
getrandom = "0.3"
32+
getrandom = "0.4"
3333
walkdir = "2.5"
3434
dirs = "6.0"
3535
ed25519-dalek = { version = "2.1", optional = true }

benches/scan_bench.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ fn bench_location_extraction(c: &mut Criterion) {
9696
category: panic_attack::types::WeakPointCategory::UnsafeCode,
9797
severity: panic_attack::types::Severity::High,
9898
location: Some("test.rs:10".to_string()),
99+
file: None,
100+
line: None,
99101
description: "test".to_string(),
100102
recommended_attack: vec![],
101103
};

0 commit comments

Comments
 (0)