I'm naively using std.format:format rather than something in vibe.d and get this deprecation message from one call of toString() on a Segment in my own code.

/usr/include/dmd/phobos/std/format.d(3353,28): Deprecation: function vibe.core.path.GenericPath!(PosixPathFormat).GenericPath.Segment.toString is deprecated - Use .name instead.

However, this also appears when dub --force building vibe-d:inet, vibe-d:http, vibe-d:mongodb, vibe-d:web, and building configuration "vibe-core".

Any advice?