qe: Fix neon tests after 0.7.0 update (#4647)
Due to the way our dependencies are structured, we end up with 2 copies
of neon if client have incompatible versions:
- dev dependency in client
- dependency in executor
So, global changes made to one of them do not affect another. That broke
engine's test when client updated to 0.7.0. PR updates executor
dependecy as well, which fixes the problem.
This problem is a quirk of our test setup and won't affect end users.