diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-09-23 16:30:14 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-09-23 16:30:14 -0400 |
| commit | a5fbe13e59a2cea9ce930a58b0cdd4dc4476f0b6 (patch) | |
| tree | 5d29c1957d91d3cbbadaafffcf95822c9a229e44 /rust/Cargo.lock | |
| parent | 6a50738a762e38bc012a429a520c2e770671fb26 (diff) | |
Fix nondeterminism when types in dwarf have conflicting names
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 694be754..e922d98e 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -340,6 +340,7 @@ dependencies = [ "cpp_demangle", "dwarfreader", "gimli", + "indexmap", "iset", "log", "regex", @@ -501,9 +502,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.6" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" +checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" dependencies = [ "equivalent", "hashbrown", |
