Update getrandom to 0.4 with wasm_js feature
- Upgraded getrandom from 0.2 to 0.4
- Changed feature from 'js' to 'wasm_js' (required for 0.4+)
- Fixed sqlformat 0.5.0 API compatibility
- uppercase field is now Option<bool>
- Using Default::default() for FormatOptions
- Passing &options instead of options to format()