chore: update rust to 1.88.0 (#5504)
1. Update stable Rust to 1.88.0 and fix a new clippy lint enforcing
variables to be written inline in format strings.
2. Update nightly Rust for query-engine-wasm to latest and fix a new
stylistic compiler warning suggesting for elided lifetimes in paths to
be written explicitly when the lifetime flows from the function argument
to its return type.