Bug 1578428 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

For base64:

```
├── mozrunner v0.9.0 (/home/ato/src/gecko/testing/mozbase/rust/mozrunner)
│   ├── log v0.4.6 (*)
│   ├── mozprofile v0.5.0 (/home/ato/src/gecko/testing/mozbase/rust/mozprofile) (*)
│   └── plist v0.4.0
│       ├── base64 v0.9.3
```

This seems to be solved in a more recent version of plist:
https://github.com/ebarnard/rust-plist/blob/master/Cargo.toml

And for rand_core:

```

Back to Bug 1578428 Comment 2