Bug 1644371 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.

To try to reproduce this, I changed the revision sha of `mp4parse-rust` from `0dc3e6e7c5371fe21f69b847f61c65fe6d6dc317` to `309b9b8acdafa1fc34bb6e3df5b27979b272bf42`. Afterwards, I ran `./mach vendor rust --ignore-modified`.

Finally, I checked what files were changed:
```
$ hg status
M .cargo/config.in
M Cargo.lock
M python/mozbuild/mozbuild/vendor/vendor_rust.py  # changed by me due to the license of qlog
M third_party/rust/mp4parse/.cargo-checksum.json
M third_party/rust/mp4parse/src/boxes.rs
M third_party/rust/mp4parse/src/lib.rs
M third_party/rust/mp4parse/src/tests.rs
M third_party/rust/mp4parse/tests/public.rs
M third_party/rust/mp4parse_capi/.cargo-checksum.json
M third_party/rust/mp4parse_capi/src/lib.rs
M third_party/rust/mp4parse_capi/tests/test_encryption.rs
M toolkit/library/rust/shared/Cargo.toml
```

Which package's sha did you change? Does that package depend on `nom`?
To try to reproduce this, I changed the revision sha of `mp4parse-rust` from `0dc3e6e7c5371fe21f69b847f61c65fe6d6dc317` to `309b9b8acdafa1fc34bb6e3df5b27979b272bf42`. Afterwards, I ran `./mach vendor rust --ignore-modified`.

Finally, I checked what files were changed:
```
$ hg status
M .cargo/config.in
M Cargo.lock
M python/mozbuild/mozbuild/vendor/vendor_rust.py  # changed by me due to the license of qlog
M third_party/rust/mp4parse/.cargo-checksum.json
M third_party/rust/mp4parse/src/boxes.rs
M third_party/rust/mp4parse/src/lib.rs
M third_party/rust/mp4parse/src/tests.rs
M third_party/rust/mp4parse/tests/public.rs
M third_party/rust/mp4parse_capi/.cargo-checksum.json
M third_party/rust/mp4parse_capi/src/lib.rs
M third_party/rust/mp4parse_capi/tests/test_encryption.rs
M toolkit/library/rust/shared/Cargo.toml
```

`nom` doesn't appear to be changed here, looks like I did something different than you.
Which package's sha did you change? Does that package depend on `nom`?

Back to Bug 1644371 Comment 2