mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Auto merge of #28822 - servo:dependabot/cargo/itoa-0.4.8, r=jdm
Bump itoa from 0.4.5 to 0.4.8 Bumps [itoa](https://github.com/dtolnay/itoa) from 0.4.5 to 0.4.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/itoa/releases">itoa's releases</a>.</em></p> <blockquote> <h2>0.4.8</h2> <ul> <li>Optimize performance of writing u128/i128 on 64bit system (<a href="https://github-redirect.dependabot.com/dtolnay/itoa/issues/27">#27</a>, thanks <a href="https://github.com/Kogia-sima"><code>@Kogia-sima</code></a>!)</li> </ul> <h2>0.4.7</h2> <ul> <li>Documentation improvements</li> </ul> <h2>0.4.6</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="de247d6ac2
"><code>de247d6</code></a> Release 0.4.8</li> <li><a href="2886a30f1c
"><code>2886a30</code></a> Merge pull request 27 from Kogia-sima/perf/optimize-udivmod</li> <li><a href="3a4047df0d
"><code>3a4047d</code></a> fix: Fix compilation error on 1.0.0</li> <li><a href="51f3f12113
"><code>51f3f12</code></a> perf: Optimize udivmod_1e19 function</li> <li><a href="ac8183cdaf
"><code>ac8183c</code></a> Fix catching clippy warnings as CI failures</li> <li><a href="d00b37103f
"><code>d00b371</code></a> Opt in to pedantic clippy lints</li> <li><a href="4235341107
"><code>4235341</code></a> Inform clippy of supported compiler version in clippy.toml</li> <li><a href="cc8ab5800c
"><code>cc8ab58</code></a> Run clippy linter in CI</li> <li><a href="08c79b5e23
"><code>08c79b5</code></a> Release 0.4.7</li> <li><a href="65c797190c
"><code>65c7971</code></a> Point Cargo.toml metadata documentation link to docs.rs</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/itoa/compare/0.4.5...0.4.8">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
a24e4d7f80
1 changed files with 8 additions and 8 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
@ -1223,7 +1223,7 @@ checksum = "2a3a85949f6cbf49a4e1ab98a98e0f9aabfe7d827a7f156da36c98a86dede2df"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cssparser-macros",
|
"cssparser-macros",
|
||||||
"dtoa-short",
|
"dtoa-short",
|
||||||
"itoa 0.4.5",
|
"itoa 0.4.8",
|
||||||
"matches",
|
"matches",
|
||||||
"phf 0.8.0",
|
"phf 0.8.0",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
@ -2856,7 +2856,7 @@ dependencies = [
|
||||||
"http-body 0.3.1",
|
"http-body 0.3.1",
|
||||||
"httparse",
|
"httparse",
|
||||||
"httpdate 0.3.2",
|
"httpdate 0.3.2",
|
||||||
"itoa 0.4.5",
|
"itoa 0.4.8",
|
||||||
"pin-project 1.0.2",
|
"pin-project 1.0.2",
|
||||||
"socket2 0.3.19",
|
"socket2 0.3.19",
|
||||||
"tokio 0.2.24",
|
"tokio 0.2.24",
|
||||||
|
@ -2880,7 +2880,7 @@ dependencies = [
|
||||||
"http-body 0.4.4",
|
"http-body 0.4.4",
|
||||||
"httparse",
|
"httparse",
|
||||||
"httpdate 0.3.2",
|
"httpdate 0.3.2",
|
||||||
"itoa 0.4.5",
|
"itoa 0.4.8",
|
||||||
"pin-project 1.0.2",
|
"pin-project 1.0.2",
|
||||||
"socket2 0.4.2",
|
"socket2 0.4.2",
|
||||||
"tokio 1.15.0",
|
"tokio 1.15.0",
|
||||||
|
@ -3079,9 +3079,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itoa"
|
name = "itoa"
|
||||||
version = "0.4.5"
|
version = "0.4.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itoa"
|
name = "itoa"
|
||||||
|
@ -5583,7 +5583,7 @@ version = "1.0.64"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa 0.4.5",
|
"itoa 0.4.8",
|
||||||
"ryu",
|
"ryu",
|
||||||
"serde",
|
"serde",
|
||||||
]
|
]
|
||||||
|
@ -5595,7 +5595,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dtoa",
|
"dtoa",
|
||||||
"itoa 0.4.5",
|
"itoa 0.4.8",
|
||||||
"serde",
|
"serde",
|
||||||
"url",
|
"url",
|
||||||
]
|
]
|
||||||
|
@ -6263,7 +6263,7 @@ dependencies = [
|
||||||
"html5ever",
|
"html5ever",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"itertools",
|
"itertools",
|
||||||
"itoa 0.4.5",
|
"itoa 0.4.8",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
"malloc_size_of",
|
"malloc_size_of",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue