Updates the package and fixes a test that depended on the old behavior of Write() being equivalent to Reset()+Write() which is no longer the case. The scanner already did resets after each block write, so this is fine.
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4620