If the Insert and update is within the same session then no, the premiss behind a deadlock is that sessionA requests an object which is locked by sessionB at the same time sessionB is attempting to use the object SessionA is locking.

Regards