I have added human-panic = "0.4.0"
to my Cargo.toml file and got cargo error:
error: failed to select a version for `tempdir` (required by `native-tls`):
all possible versions conflict with previously selected versions of `tempdir`
version 0.3.7 in use by tempdir v0.3.7
possible versions to select: 0.3.5
What is the process, tools and ways to dig deeper in Rust build ecosystem?