mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #28861 - servo:dependabot/cargo/ryu-1.0.9, r=jdm
Bump ryu from 1.0.5 to 1.0.9 Bumps [ryu](https://github.com/dtolnay/ryu) from 1.0.5 to 1.0.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/ryu/releases">ryu's releases</a>.</em></p> <blockquote> <h2>1.0.9</h2> <ul> <li>Add chart to readme comparing performance vs std::fmt (<a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/44">#44</a>)</li> </ul> <h2>1.0.8</h2> <ul> <li>Add crates.io category 'value-formatting'</li> </ul> <h2>1.0.7</h2> <ul> <li>Delete non-u128 fallback for very old Emscripten targets (<a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/39">#39</a>, <a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/40">#40</a>)</li> </ul> <h2>1.0.6</h2> <ul> <li>Conform to stacked borrows for compatibility with <code>MIRIFLAGS="-Zmiri-track-raw-pointers" cargo miri</code> (<a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/37">#37</a>, thanks <a href="https://github.com/saethlin"><code>@saethlin</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="fad77e7746
"><code>fad77e7</code></a> Release 1.0.9</li> <li><a href="8c4a55313e
"><code>8c4a553</code></a> Add chart to readme and rustdoc</li> <li><a href="223b4cc95f
"><code>223b4cc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/44">#44</a> from dtolnay/chart</li> <li><a href="33d688ca25
"><code>33d688c</code></a> Add latex performance chart</li> <li><a href="fdcbb7e01d
"><code>fdcbb7e</code></a> Release 1.0.8</li> <li><a href="7939f53170
"><code>7939f53</code></a> Add crates.io category 'value-formatting'</li> <li><a href="5ffb53d5d4
"><code>5ffb53d</code></a> Raise clippy lints up to 1.36 compatibility</li> <li><a href="fc09793124
"><code>fc09793</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/ryu/issues/43">#43</a> from dtolnay/miri</li> <li><a href="fab66528de
"><code>fab6652</code></a> Rename miri flag miri-track-raw-pointers -> miri-tag-raw-pointers</li> <li><a href="8426c34ff1
"><code>8426c34</code></a> Release 1.0.7</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/ryu/compare/1.0.5...1.0.9">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
This commit is contained in:
commit
4d009a989c
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -5315,9 +5315,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "ryu"
|
||||
version = "1.0.5"
|
||||
version = "1.0.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
||||
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
||||
|
||||
[[package]]
|
||||
name = "same-file"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue