--- backtrace-0.3.73/Cargo.toml 1970-01-01T00:00:01+00:00 +++ backtrace-0.3.73/Cargo.toml 2024-07-24T18:48:25.715217+00:00 @@ -61,20 +61,8 @@ edition = "2021" [[test]] -name = "accuracy" -path = "tests/accuracy/main.rs" -required-features = ["std"] -edition = "2021" - -[[test]] name = "concurrent-panics" path = "tests/concurrent-panics.rs" -harness = false -required-features = ["std"] - -[[test]] -name = "current-exe-mismatch" -path = "tests/current-exe-mismatch.rs" harness = false required-features = ["std"] @@ -124,7 +112,7 @@ ] [target."cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))".dependencies.addr2line] -version = "0.22.0" +version = "0.24.0" default-features = false [target."cfg(not(all(windows, target_env = \"msvc\", not(target_vendor = \"uwp\"))))".dependencies.libc]