I just tried installing it into a clean OpenBSD 6.7 VM, and it ran fine out of the box:
# pkg_add rust # cargo install ripgrep # echo hi > asdf # .cargo/bin/rg hi asdf 1:hi