Update Revise manifest (#61121)
Currently the Revise we use for `make test-revise-*` (from
deps/jlutilities) and the test_revise buildkite job are not the same
(the latter always uses Revise master). This has two problems
1. It is impossible for us to test concurrent Revise changes in a PR;
and
2. The `make test-revise-*` target may use an outdated Revise since we
don't check the Manifest version against the current version of julia
https://github.com/JuliaCI/julia-buildkite/pull/518 fixes both of those
by making the CI job use the Manifest from the source tree, but turns
out that Manifest is actually currently broken (ref point 2 above), so
bump that now, so that we can switch over CI after.