mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(deps): bump the dependencies group with 3 updates (#936)
Bumps the dependencies group with 3 updates: [rayon](https://github.com/rayon-rs/rayon), [insta](https://github.com/mitsuhiko/insta) and [unicode-width](https://github.com/unicode-rs/unicode-width). Updates `rayon` from 1.7.0 to 1.8.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rayon-rs/rayon/blob/master/RELEASES.md">rayon's changelog</a>.</em></p> <blockquote> <h1>Release rayon 1.8.0 / rayon-core 1.12.0 (2023-09-20)</h1> <ul> <li>The minimum supported <code>rustc</code> is now 1.63.</li> <li>Added <code>ThreadPoolBuilder::use_current_thread</code> to use the builder thread as part of the new thread pool. That thread does not run the pool's main loop, but it may participate in work-stealing if it yields to rayon in some way.</li> <li>Implemented <code>FromParallelIterator<T></code> for <code>Box<[T]></code>, <code>Rc<[T]></code>, and <code>Arc<[T]></code>, as well as <code>FromParallelIterator<Box<str>></code> and <code>ParallelExtend<Box<str>></code> for <code>String</code>.</li> <li><code>ThreadPoolBuilder::build_scoped</code> now uses <code>std:🧵:scope</code>.</li> <li>The default number of threads is now determined using <code>std:🧵:available_parallelism</code> instead of the <code>num_cpus</code> crate.</li> <li>The internal logging facility has been removed, reducing bloat for all users.</li> <li>Many smaller performance tweaks and documentation updates.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="21e1ae1e12"><code>21e1ae1</code></a> Release rayon 1.4.0 / rayon-core 1.8.0</li> <li><a href="a0e5833b76"><code>a0e5833</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/785">#785</a> <a href="https://redirect.github.com/rayon-rs/rayon/issues/790">#790</a> <a href="https://redirect.github.com/rayon-rs/rayon/issues/791">#791</a></li> <li><a href="9f7357befb"><code>9f7357b</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/792">#792</a></li> <li><a href="998f134242"><code>998f134</code></a> Removed outdated documentation</li> <li><a href="c7d963a9c2"><code>c7d963a</code></a> Use crossbeam_deque::Injector instead of crossbeam_queue::SegQueue</li> <li><a href="2e889293a8"><code>2e88929</code></a> Micro-optimize the WorkerThread::steal loop</li> <li><a href="66559fe9ce"><code>66559fe</code></a> Remove the lifetime constraint from the scope OP</li> <li><a href="09428ec11d"><code>09428ec</code></a> Merge <a href="https://redirect.github.com/rayon-rs/rayon/issues/746">#746</a></li> <li><a href="ed6a5f75c4"><code>ed6a5f7</code></a> Update ci/compat-Cargo.lock</li> <li><a href="96ba9ef188"><code>96ba9ef</code></a> inline more Counter methods</li> <li>Additional commits viewable in <a href="https://github.com/rayon-rs/rayon/compare/rayon-core-v1.7.0...rayon-core-v1.8.0">compare view</a></li> </ul> </details> <br /> Updates `insta` from 1.31.0 to 1.32.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md">insta's changelog</a>.</em></p> <blockquote> <h2>1.32.0</h2> <ul> <li>Added <code>--profile</code> parameter support to <code>cargo insta test</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="845ee36cf4"><code>845ee36</code></a> 1.32.0</li> <li><a href="5b34e7eaad"><code>5b34e7e</code></a> Added changlog entry</li> <li><a href="bee0ff41af"><code>bee0ff4</code></a> cargo-insta: reduce visibility of all items (<a href="https://redirect.github.com/mitsuhiko/insta/issues/407">#407</a>)</li> <li><a href="6e22d67092"><code>6e22d67</code></a> cargo-insta: edit reject message (<a href="https://redirect.github.com/mitsuhiko/insta/issues/404">#404</a>)</li> <li><a href="7e9315ede7"><code>7e9315e</code></a> test-stable requires 1.61</li> <li><a href="84cddf9c70"><code>84cddf9</code></a> Fix incorrect --profile command</li> <li><a href="20656ad902"><code>20656ad</code></a> cargo-insta: allow passing --profile (<a href="https://redirect.github.com/mitsuhiko/insta/issues/402">#402</a>)</li> <li>See full diff in <a href="https://github.com/mitsuhiko/insta/compare/1.31.0...1.32.0">compare view</a></li> </ul> </details> <br /> Updates `unicode-width` from 0.1.10 to 0.1.11 <details> <summary>Commits</summary> <ul> <li><a href="8942487195"><code>8942487</code></a> Publish 0.1.11 (Unicode 15.1)</li> <li><a href="34fdd6b66e"><code>34fdd6b</code></a> Add ignore file</li> <li><a href="24651a204d"><code>24651a2</code></a> Merge pull request <a href="https://redirect.github.com/unicode-rs/unicode-width/issues/33">#33</a> from chrisduerr/unicode_15_1</li> <li><a href="30e33bdb2c"><code>30e33bd</code></a> Fixup script</li> <li><a href="8872449ab3"><code>8872449</code></a> Create rust.yml</li> <li><a href="a859939f91"><code>a859939</code></a> Update to Unicode 15.1</li> <li><a href="f5a9b4efa5"><code>f5a9b4e</code></a> Merge pull request <a href="https://redirect.github.com/unicode-rs/unicode-width/issues/32">#32</a> from linkmauve/patch-1</li> <li><a href="78cfe571e0"><code>78cfe57</code></a> Use Iterator::sum() instead of fold()</li> <li>See full diff in <a href="https://github.com/unicode-rs/unicode-width/compare/v0.1.10...v0.1.11">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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
24539545a9
commit
0b02cb7da9
3 changed files with 11 additions and 23 deletions
28
Cargo.lock
generated
28
Cargo.lock
generated
|
|
@ -431,16 +431,6 @@ dependencies = [
|
|||
"itertools 0.10.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crossbeam-channel"
|
||||
version = "0.5.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"crossbeam-utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crossbeam-deque"
|
||||
version = "0.8.3"
|
||||
|
|
@ -932,9 +922,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a"
|
||||
checksum = "a3e02c584f4595792d09509a94cdb92a3cef7592b1eb2d9877ee6f527062d0ea"
|
||||
dependencies = [
|
||||
"console",
|
||||
"globset",
|
||||
|
|
@ -2048,9 +2038,9 @@ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|||
|
||||
[[package]]
|
||||
name = "rayon"
|
||||
version = "1.7.0"
|
||||
version = "1.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
||||
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
||||
dependencies = [
|
||||
"either",
|
||||
"rayon-core",
|
||||
|
|
@ -2058,14 +2048,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rayon-core"
|
||||
version = "1.11.0"
|
||||
version = "1.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
||||
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"crossbeam-deque",
|
||||
"crossbeam-utils",
|
||||
"num_cpus",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -2871,9 +2859,9 @@ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|||
|
||||
[[package]]
|
||||
name = "unicode-width"
|
||||
version = "0.1.10"
|
||||
version = "0.1.11"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
||||
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
||||
|
||||
[[package]]
|
||||
name = "unsafe-libyaml"
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ pico-args = { version = "0.5.0" }
|
|||
proc-macro2 = { version = "1.0.67" }
|
||||
project-root = { version = "0.2.2" }
|
||||
quote = { version = "1.0.33" }
|
||||
rayon = { version = "1.7.0" }
|
||||
rayon = { version = "1.8.0" }
|
||||
regex = { version = "1.9.5" }
|
||||
rustc-hash = { version = "1.1.0", default-features = false, features = ["std"] }
|
||||
ryu-js = { version = "0.2.2" }
|
||||
|
|
@ -87,7 +87,7 @@ stacker = { version = "0.1.15" }
|
|||
tracing = { version = "0.1" }
|
||||
tracing-subscriber = { version = "0.3" }
|
||||
trustfall = { version = "0.6.1" }
|
||||
insta = { version = "1.31.0", features = ["glob"] }
|
||||
insta = { version = "1.32.0", features = ["glob"] }
|
||||
insta-cmd = { version = "0.3.0" }
|
||||
codspeed-criterion-compat = { version = "2.2.0", default-features = false }
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ categories.workspace = true
|
|||
thiserror = { workspace = true }
|
||||
miette = { workspace = true }
|
||||
|
||||
unicode-width = "0.1.10"
|
||||
unicode-width = "0.1.11"
|
||||
owo-colors = { version = "3.5.0" }
|
||||
textwrap = { version = "=0.15.0" } # pinned to 0.15.0 to sync with miette
|
||||
is-terminal = { version = "0.4.9" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue