Skip to content

Commit

Permalink
Bump extern/fmt from ae1e93d to f5ec5ad (#589)
Browse files Browse the repository at this point in the history
Bumps [extern/fmt](https://github.com/fmtlib/fmt) from `ae1e93d` to
`f5ec5ad`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fmtlib/fmt/commit/f5ec5ada2bcb2c64306f3d8c25dd919dbbe4692e"><code>f5ec5ad</code></a>
Update syntax.rst</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/3b5f3de3b57505c7f1a60ee40ef3448c623b1326"><code>3b5f3de</code></a>
Make CMake version message less confusing (<a
href="https://github.com/fmtlib/fmt/issues/3907">#3907</a>)</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/ca9193983bdfa5cd3351d7801f31925f4dee8e2e"><code>ca91939</code></a>
Replace std::fill_n with fmt::detail::fill_n (<a
href="https://github.com/fmtlib/fmt/issues/3909">#3909</a>)</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/74a187288bbf10e2eb7bd6282715530392e8a2a2"><code>74a1872</code></a>
Implemented fmt::day, fmt::month, fmt::year and related unit tests (<a
href="https://github.com/fmtlib/fmt/issues/3906">#3906</a>)</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/88620e53a4ffe4cb02af02fc13d6618ff9727f94"><code>88620e5</code></a>
Range formatting documentation (<a
href="https://github.com/fmtlib/fmt/issues/3905">#3905</a>)</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/5d63e87d235b86341f8d87f79ed8eb9825f34c44"><code>5d63e87</code></a>
Add a formatter for float128</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/aecec01b34aa3d1bb3fb991d4f75b0750508f9a0"><code>aecec01</code></a>
Initial support for extended FP types</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/5af88653eb9c57940cecad748e1192de1a1a0bb3"><code>5af8865</code></a>
Cleanup</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/45b772f85c0c8ef95cdee73a2f33ed5d69739e28"><code>45b772f</code></a>
Improve std::complex formatter to be compatible with P2197R0 (<a
href="https://github.com/fmtlib/fmt/issues/3900">#3900</a>)</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/53347891cf658c6ff02370f566c06376671551e2"><code>5334789</code></a>
Make line buffering test less flaky</li>
<li>Additional commits viewable in <a
href="https://github.com/fmtlib/fmt/compare/ae1e93d34de6caff6f318abdb06ff0db33a00792...f5ec5ada2bcb2c64306f3d8c25dd919dbbe4692e">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent e275647 commit a56e572
Showing 1 changed file with 1 addition and 1 deletion.

0 comments on commit a56e572

Please sign in to comment.