update obfsvpn
fixes app crash due to nilpointer dereference in obfsvpn.
The updated obfsvpn version catches any panics and returns errors instead, so that bitmask can handle those panics gracefully instead of crashing. The actual fix for the nilpointer dereference is out of scope of this MR.