Commit 10549da
authored
Bumps [extern/fmt](https://github.com/fmtlib/fmt) from `2d839bb` to
`95ba443`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fmtlib/fmt/commit/95ba44311c8c05dcea093d218793afd3f19e1c6e"><code>95ba443</code></a>
Add funding configuration for GitHub</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/605dd2a1d99c78e2d7f9662beab60c4a25af6941"><code>605dd2a</code></a>
Make digits2_i noexcept to match digits2 function (<a
href="https://redirect.github.com/fmtlib/fmt/issues/4639">#4639</a>)</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/7ad8004d575a7eb5aed7b5911c1ae298f7258052"><code>7ad8004</code></a>
Speed up do_format_decimal (<a
href="https://redirect.github.com/fmtlib/fmt/issues/4630">#4630</a>)</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/91d1aced0a846161135310249664506b4a56e196"><code>91d1ace</code></a>
Split exception into a separate file not to confuse openssf</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/2e819a11f2bbe86a9b32a8c0c3b2c17df494d9b9"><code>2e819a1</code></a>
Some documentation improvements (<a
href="https://redirect.github.com/fmtlib/fmt/issues/4631">#4631</a>)</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/7bce22571a49ba7921174effefbfbf24300667a6"><code>7bce225</code></a>
Make it work on newer mkdocstrings, fix deprecation warnings (<a
href="https://redirect.github.com/fmtlib/fmt/issues/4626">#4626</a>)</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/ec73fb72477d80926c758894a3ab2cb3994fd051"><code>ec73fb7</code></a>
Cleanup gtest cmake config</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/3269c1cea53cb84ab971b36486627367cf73cadc"><code>3269c1c</code></a>
Minor improvement to digits2</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/789aa69e0a09d6b005ee8b2ae5ddd249daffe5ce"><code>789aa69</code></a>
fix: add missing operator (<a
href="https://redirect.github.com/fmtlib/fmt/issues/4627">#4627</a>)</li>
<li><a
href="https://github.com/fmtlib/fmt/commit/2a50a0d8081cdc2f591a96648d6fbf0275a6e7c6"><code>2a50a0d</code></a>
Remove unused symbol check (<a
href="https://redirect.github.com/fmtlib/fmt/issues/4625">#4625</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fmtlib/fmt/compare/2d839bbc61659d8a464bdcd2717b577f03991d94...95ba44311c8c05dcea093d218793afd3f19e1c6e">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>
1 parent f378e95 commit 10549da
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/FUNDING.yml+1
- .github/workflows/doc.yml+2-2
- .github/workflows/lint.yml+1-1
- .github/workflows/linux.yml+1-1
- .github/workflows/macos.yml+1-1
- .github/workflows/scorecard.yml+1-1
- .github/workflows/windows.yml+2-2
- LICENSE-7
- doc/LICENSE-exception+27
- doc/api.md-2
- doc/fmt.css+1
- include/fmt/base.h+15-5
- include/fmt/format.h+49-8
- support/python/mkdocstrings_handlers/cxx/__init__.py+251-148
- test/CMakeLists.txt-8
- test/gtest/CMakeLists.txt+3-7
- test/no-builtin-types-test.cc+8-2
0 commit comments