Merge branch 'main' into redsun82/rust-perf-measures

This commit is contained in:
Paolo Tranquilli
2024-12-02 15:20:42 +01:00
55 changed files with 1025 additions and 222 deletions

7
Cargo.lock generated
View File

@@ -384,6 +384,7 @@ dependencies = [
"chrono",
"clap",
"codeql-extractor",
"dunce",
"figment",
"glob",
"itertools 0.13.0",
@@ -542,6 +543,12 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
[[package]]
name = "dunce"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
[[package]]
name = "either"
version = "1.13.0"