all: update the x/tools dependency to fix the build with Go 1.25 by findleyr · Pull Request #432 · google/wire

An unfortunate bug caused a number of packages in old x/tools versions to fail to build with Go 1.25 (https://go.dev/issue/74462). Fix this minimally by updating to the lowest patched version with ...