Closed monaka closed 1 year ago
Note: I sent PR to rgb_node for fixing similar issues. https://github.com/RGB-WG/rgb-node/pull/240
This PR breaks documentation so closing it, but thanks @monaka for letting us know that we need to change that (will do that in the next release that will happen very soon).
Generally speaking, please note that usually it's not possible to change a dependency without also updating code (unless dependency is unused, but in that case it could be removed).
tempfile
instead oftempdir
( see also: https://rustsec.org/advisories/RUSTSEC-2018-0017.html ).cargo update
to reduce security risks.Signed-off-by: Masaki Muranaka monaka@monami-ya.com