Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update crates #8198

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update crates #8198

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 22, 2024

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.89 -> 1.0.91
async-trait workspace.dependencies patch 0.1.80 -> 0.1.83
bitflags workspace.dependencies minor 2.5.0 -> 2.6.0
camino workspace.dependencies patch 1.1.8 -> 1.1.9
futures (source) workspace.dependencies patch 0.3.30 -> 0.3.31
futures-concurrency dependencies patch 7.6.0 -> 7.6.1
indexmap workspace.dependencies minor 2.2.6 -> 2.6.0
inventory workspace.dependencies minor 0.1 -> 0.3
lazy_static dependencies minor 1.4.0 -> 1.5.0
mime_guess workspace.dependencies patch 2.0.4 -> 2.0.5
num-bigint dependencies patch 0.4.5 -> 0.4.6
once_cell workspace.dependencies minor 1.19.0 -> 1.20.2
oneshot dependencies patch 0.1.6 -> 0.1.8
pathdiff workspace.dependencies patch 0.2.1 -> 0.2.2
pretty_assertions dev-dependencies patch 1.4.0 -> 1.4.1
proc-macro2 workspace.dependencies patch 1.0.87 -> 1.0.89
quote workspace.dependencies patch 1.0.36 -> 1.0.37
regex workspace.dependencies minor 1.10.6 -> 1.11.0
regex-syntax (source) dependencies patch 0.8.3 -> 0.8.5
regress dependencies patch 0.10.0 -> 0.10.1
serde (source) workspace.dependencies patch 1.0.204 -> 1.0.213
serde_json workspace.dependencies patch 1.0.117 -> 1.0.132
simd-json workspace.dependencies patch 0.14.0-rc.2 -> 0.14.2
smol_str dependencies patch 0.3.1 -> 0.3.2
stacker workspace.dependencies patch 0.1.15 -> 0.1.17
syn workspace.dependencies patch 2.0.79 -> 2.0.85
thiserror dependencies patch 1.0.61 -> 1.0.65
tokio (source) workspace.dependencies minor 1.37.0 -> 1.41.0
trybuild dev-dependencies patch 1.0.96 -> 1.0.101
unicase workspace.dependencies minor 2.7.0 -> 2.8.0
url dependencies patch 2.5.0 -> 2.5.2
url workspace.dependencies patch 2.5.0 -> 2.5.2
xxhash-rust workspace.dependencies patch 0.8.10 -> 0.8.12

Release Notes

dtolnay/anyhow (anyhow)

v1.0.91

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​388)

v1.0.90

Compare Source

  • Documentation improvements
dtolnay/async-trait (async-trait)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)

v0.1.82

Compare Source

  • Prevent elided_named_lifetimes lint being produced in generated code (#​276)

v0.1.81

Compare Source

bitflags/bitflags (bitflags)

v2.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.5.0...2.6.0

camino-rs/camino (camino)

v1.1.9

Compare Source

Added
  • Top-level function absolute_utf8 wraps std::path::absolute, converting paths to UTF-8.
    Requires Rust 1.79 and above.
rust-lang/futures-rs (futures)

v0.3.31

Compare Source

  • Fix use after free of task in FuturesUnordered when dropped future panics (#​2886)
  • Fix soundness bug in task::waker_ref (#​2830)
    This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#​2884)
  • Fix parsing issue in select!/select_biased! (#​2832)
    This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
  • Work around issue due to upstream Waker::will_wake change (#​2865)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#​2875)
  • Add future::AlwaysReady (#​2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#​2848)
yoshuawuyts/futures-concurrency (futures-concurrency)

v7.6.1

Compare Source

What's Changed

New Contributors

Full Changelog: yoshuawuyts/futures-concurrency@v7.6.0...v7.6.1

indexmap-rs/indexmap (indexmap)

v2.6.0

Compare Source

  • Implemented Clone for map::IntoIter and set::IntoIter.
  • Updated the hashbrown dependency to version 0.15.

v2.5.0

Compare Source

  • Added an insert_before method to IndexMap and IndexSet, as an
    alternative to shift_insert with different behavior on existing entries.
  • Added first_entry and last_entry methods to IndexMap.
  • Added From implementations between IndexedEntry and OccupiedEntry.

v2.4.0

Compare Source

  • Added methods IndexMap::append and IndexSet::append, moving all items from
    one map or set into another, and leaving the original capacity for reuse.

v2.3.0

Compare Source

  • Added trait MutableEntryKey for opt-in mutable access to map entry keys.
  • Added method MutableKeys::iter_mut2 for opt-in mutable iteration of map
    keys and values.
dtolnay/inventory (inventory)

v0.3.15

Compare Source

v0.3.14

Compare Source

v0.3.13

Compare Source

  • Fix documentation build on nightly rustdoc

v0.3.12

Compare Source

v0.3.11

Compare Source

v0.3.10

Compare Source

v0.3.9

Compare Source

  • Documentation improvements

v0.3.8

Compare Source

  • Trim dependencies

v0.3.7

Compare Source

  • Add no-alloc category to crates.io metadata

v0.3.6

Compare Source

v0.3.5

Compare Source

  • Update ctor dependency to 0.2

v0.3.4

Compare Source

  • Documentation improvements

v0.3.3

Compare Source

  • Documentation improvements

v0.3.2

Compare Source

  • Documentation improvements

v0.3.1

Compare Source

  • Add categories and keywords to crates.io metadata

v0.3.0

Compare Source

  • Rust 1.62 is required so that the compiler correctly forces inventory::submit! calls to be linked whether or not they are inside a used module

v0.2.3

Compare Source

  • Documentation improvements

v0.2.2

Compare Source

v0.2.1

Compare Source

  • Replace SeqCst with more precise atomic orderings (#​45)

v0.2.0

Compare Source

  • Enforce that elements given to inventory::submit are const constructible (#​43) and Sync (#​42)
rust-lang-nursery/lazy-static.rs (lazy_static)

v1.5.0

Compare Source

rust-num/num-bigint (num-bigint)

v0.4.6

Compare Source

Contributors: @​cuviper, @​ralphtandetzky, @​yhx-12243

matklad/once_cell (once_cell)

v1.20.2

Compare Source

v1.20.1

Compare Source

  • Allow using race module using just portable_atomic, without critical_section and provide
    better error messages on targets without atomic CAS instruction,
    #​265.

v1.20.0

Compare Source

faern/oneshot (oneshot)

v0.1.8

Compare Source

Changed
  • Change how loom concurrency testing is triggered. To get rid of loom in the dependency tree
    oneshot pulls in, it has in addition to being gated behind cfg(oneshot_loom) also been made
    an optional dependency. This makes this library way smaller for downstream consumers.
    This has the downside that the crate now exposes a loom feature.
    DOWNSTREAM USERS ARE NOT SUPPOSED TO EVER ENABLE THIS. No stability or semver
    guarantees exist around the loom feature.
    This change ultimately makes no difference for any user of oneshot in regular usage.

v0.1.7

Compare Source

Added
  • Add is_closed method to the Sender.
rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)

v1.4.1

Compare Source

Fixed

Internal

dtolnay/proc-macro2 (proc-macro2)

v1.0.89

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​474)

v1.0.88

Compare Source

  • Return accurate line and column from Span::start and Span::end inside proc macros on nightly (#​472)
dtolnay/quote (quote)

v1.0.37

Compare Source

  • Implement ToTokens for CStr and CString (#​283)
rust-lang/regex (regex)

v1.11.0

Compare Source

===================
This is a new minor release of regex that brings in an update to the
Unicode Character Database. Specifically, this updates the Unicode data
used by regex internally to the version 16 release.

New features:

rust-lang/regex (regex-syntax)

v0.8.4

Compare Source

ridiculousfish/regress (regress)

v0.10.1

Compare Source

serde-rs/serde (serde)

v1.0.213

Compare Source

  • Fix support for macro-generated with attributes inside a newtype struct (#​2847)

v1.0.212

Compare Source

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#​2845)

v1.0.211

Compare Source

v1.0.210

Compare Source

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#​2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#​2818)

v1.0.209

Compare Source

  • Fix deserialization of empty structs and empty tuples inside of untagged enums (#​2805, thanks @​Mingun)

v1.0.208

Compare Source

  • Support serializing and deserializing unit structs in a flatten field (#​2802, thanks @​jonhoo)

v1.0.207

Compare Source

  • Improve interactions between flatten attribute and skip_serializing/skip_deserializing (#​2795, thanks @​Mingun)

v1.0.206

Compare Source

v1.0.205

Compare Source

  • Use serialize_entry instead of serialize_key + serialize_value when serialize flattened newtype enum variants (#​2785, thanks @​Mingun)
  • Avoid triggering a collection_is_never_read lint in the deserialization of enums containing flattened fields (#​2791)
serde-rs/json (serde_json)

v1.0.132

Compare Source

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#​1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#​1206)

v1.0.131

Compare Source

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#​1135, thanks @​swlynch99)

v1.0.130

Compare Source

  • Support converting and deserializing Number from i128 and u128 (#​1141, thanks @​druide)

v1.0.129

Compare Source

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)

v1.0.125

Compare Source

v1.0.124

Compare Source

v1.0.123

Compare Source

v1.0.122

Compare Source

  • Support using json! in no-std crates (#​1166)

v1.0.121

Compare Source

v1.0.120

Compare Source

v1.0.119

Compare Source

v1.0.118

Compare Source

simd-lite/simd-json (simd-json)

v0.14.2

Compare Source

v0.14.1

Compare Source

v0.14.0

Compare Source

v0.14.0-rc.3

Compare Source

rust-analyzer/smol_str (smol_str)

v0.3.2

Compare Source

  • Fix SmolStrBuilder::push incorrectly padding null bytes when spilling onto the heap on a
    multibyte character push
rust-lang/stacker (stacker)

v0.1.17

Compare Source

v0.1.16

Compare Source

dtolnay/syn (syn)

v2.0.85

Compare Source

v2.0.84

Compare Source

v2.0.83

Compare Source

  • Documentation improvements

v2.0.82

Compare Source

  • Provide Parse impls for PreciseCapture and CapturedParam (#​1757, #​1758)
  • Support parsing unsafe attributes (#​1759)
  • Add Fold and VisitMut methods for Vec<Attribute> (#​1762)

v2.0.81

Compare Source

  • Add TypeParamBound::PreciseCapture to represent precise capture syntax impl Trait + use<'a, T> (#​1752, #​1753, #​1754)

v2.0.80

Compare Source

  • Add Expr::RawAddr (#​1743)
  • Reject precise captures and ~const in inappropriate syntax positions (#​1747)
  • Reject trait bound containing only precise capture (#​1748)
dtolnay/thiserror (thiserror)

v1.0.65

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​325)

v1.0.64

Compare Source

v1.0.63

Compare Source

  • Documentation improvements

v1.0.62

Compare Source

  • Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#​309)
tokio-rs/tokio (tokio)

v1.41.0: Tokio v1.41.0

Compare Source

1.41.0 (Oct 22th, 2024)

Added
Added (unstable)
  • metrics: add H2 Histogram option to improve histogram granularity (#​6897)
  • metrics: rename some histogram apis (#​6924)
  • runtime: add LocalRuntime (#​6808)
Changed
  • runtime: box futures larger than 16k on release mode (#​6826)
  • sync: add #[must_use] to Notified (#​6828)
  • sync: make watch cooperative (#​6846)
  • sync: make broadcast::Receiver cooperative (#​6870)
  • task: add task size to tracing instrumentation (#​6881)
  • wasm: enable cfg_fs for wasi target (#​6822)
Fixed
  • net: fix regression of abstract socket path in unix socket (#​6838)
Documented
  • io: recommend OwnedFd with AsyncFd (#​6821)
  • io: document cancel safety of AsyncFd methods (#​6890)
  • macros: render more comprehensible documentation for join and try_join (#​6814, #​6841)
  • net: fix swapped examples for TcpSocket::set_nodelay and TcpSocket::nodelay (#​6840)
  • sync: document runtime compatibility (#​6833)

v1.40.0: Tokio v1.40.0

Compare Source

1.40.0 (August 30th, 2024)
Added
  • io: add util::SimplexStream (#​6589)
  • process: stabilize Command::process_group (#​6731)
  • sync: add {TrySendError,SendTimeoutError}::into_inner (#​6755)
  • task: add JoinSet::join_all (#​6784)
Added (unstable)
  • runtime: add Builder::{on_task_spawn, on_task_terminate} (#​6742)
Changed
  • io: use vectored io for write_all_buf when possible (#​6724)
  • runtime: prevent niche-optimization to avoid triggering miri (#​6744)
  • sync: mark mpsc types as UnwindSafe (#​6783)
  • sync,time: make Sleep and BatchSemaphore instrumentation explicit roots (#​6727)
  • task: use NonZeroU64 for task::Id (#​6733)
  • task: include panic message when printing JoinError (#​6753)
  • task: add #[must_use] to JoinHandle::abort_handle (#​6762)
  • time: eliminate timer wheel allocations (#​6779)
Documented
  • docs: clarify that [build] section doesn't go in Cargo.toml (#​6728)
  • io: clarify zero remaining capacity case (#​6790)
  • macros: improve documentation for select! (#​6774)
  • sync: document mpsc channel allocation behavior (#​6773)

v1.39.3: Tokio v1.39.3

Compare Source

1.39.3 (August 17th, 2024)

This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#​6772)

v1.39.2: Tokio v1.39.2

Compare Source

1.39.2 (July 27th, 2024)

This release fixes a regression where the select! macro stopped accepting expressions that make use of temporary lifetime extension. (#​6722)

v1.39.1: Tokio v1.39.1

Compare Source

1.39.1 (July 23rd, 2024)

This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. (#​6715)

v1.39.0: Tokio v1.39.0

Compare Source

1.39.0 (July 23rd, 2024)
  • This release bumps the MSRV to 1.70. (#​6645)
  • This release upgrades to mio v1. (#​6635)
  • This release upgrades to windows-sys v0.52 (#​6154)
Added
  • io: implement AsyncSeek for Empty (#​6663)
  • metrics: stabilize num_alive_tasks (#​6619, #​6667)
  • process: add Command::as_std_mut (#​6608)
  • sync: add watch::Sender::same_channel (#​6637)
  • sync: add {Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count} (#​6661)
  • sync: implement Default for watch::Sender (#​6626)
  • task: implement Clone for AbortHandle (#​6621)
  • task: stabilize consume_budget (#​6622)
Changed
  • io: improve panic message of ReadBuf::put_slice() (#​6629)
  • io: read during write in copy_bidirectional and copy (#​6532)
  • runtime: replace num_cpus with available_parallelism (#​6709)
  • task: avoid stack overflow when passing large future to block_on (#​6692)
  • time: avoid traversing entries in the time wheel twice (#​6584)
  • time: support IntoFuture with timeout (#​6666)
  • macros: support IntoFuture with join! and select! (#​6710)
Fixed
  • docs: fix docsrs builds with the fs feature enabled (#​6585)
  • io: only use short-read optimization on known-to-be-compatible platforms (#​6668)
  • time: fix overflow panic when using large durations with Interval (#​6612)
Added (unstable)
  • macros: allow unhandled_panic behavior for #[tokio::main] and #[tokio::test] (#​6593)
  • metrics: add spawned_tasks_count (#​6114)
  • metrics: add worker_park_unpark_count (#​6696)
  • metrics: add worker thread id (#​6695)
Documented
  • io: update tokio::io::stdout documentation (#​6674)
  • macros: typo fix in join.rs and try_join.rs (#​6641)
  • runtime: fix typo in unhandled_panic (#​6660)
  • task: document behavior of JoinSet::try_join_next when all tasks are running (#​6671)

v1.38.1: Tokio v1.38.1

Compare Source

1.38.1 (July 16th, 2024)

This release fixes the bug identified as (#​6682), which caused timers not
to fire when they should.

Fixed
  • time: update wake_up while holding all the locks of sharded time wheels (#​6683)

v1.38.0: Tokio v1.38.0

Compare Source

This release marks the beginning of stabilization for runtime metrics. It
stabilizes RuntimeMetrics::worker_count. Future releases will continue to
stabilize more metrics.

Added
  • fs: add File::create_new (#​6573)
  • io: add copy_bidirectional_with_sizes (#​6500)
  • io: implement AsyncBufRead for Join (#​6449)
  • net: add Apple visionOS support (#​6465)
  • net: implement Clone for NamedPipeInfo ([#​6586])
  • net: support QNX OS (#​6421)
  • sync: add Notify::notify_last (#​6520)
  • sync: add mpsc::Receiver::{capacity,max_capacity} (#​6511)
  • sync: add split method to the semaphore permit (#​6472, #​6478)
  • task: add tokio::task::join_set::Builder::spawn_blocking (#​6578)
  • wasm: support rt-multi-thread with wasm32-wasi-preview1-threads (#​6510)
Changed
  • macros: make #[tokio::test] append #[test] at the end of the attribute list (#​6497)
  • metrics: fix blocking_threads count (#​6551)
  • metrics: stabilize RuntimeMetrics::worker_count (#​6556)
  • runtime: move task out of the lifo_slot in block_in_place ([#​6596])
  • runtime: panic if global_queue_interval is zero (#​6445)
  • sync: always drop message in destructor for oneshot receiver (#​6558)
  • sync: instrument Semaphore for task dumps (#​6499)
  • sync: use FIFO ordering when waking batches of wakers (#​6521)
  • task: make LocalKey::get work with Clone types (#​6433)
  • tests: update nix and mio-aio dev-dependencies (#​6552)
  • time: clean up implementation (#​6517)
  • time: lazily init timers on first poll (#​6512)
  • time: remove the true_when field in TimerShared (#​6563)
  • time: use sharding for timer implementation (#​6534)
Fixed
  • taskdump: allow building taskdump docs on non-unix machines (#​6564)
  • time: check for overflow in Interval::poll_tick (#​6487)
  • sync: fix incorrect is_empty on mpsc block boundaries ([#​6603])
Documented
  • fs: rewrite file system docs (#​6467)
  • io: fix stdin documentation (#​6581)
  • io: fix obsolete reference in ReadHalf::unsplit() documentation (#​6498)
  • macros: render more comprehensible documentation for select! (#​6468)
  • net: add missing types to module docs (#​6482)
  • net: fix misleading NamedPipeServer example ([#​6590])
  • sync: add examples for SemaphorePermit, OwnedSemaphorePermit (#​6477)
  • sync: document that Barrier::wait is not cancel safe (#​6494)
  • sync: explain relation between watch::Sender::{subscribe,closed} (#​6490)
  • task: clarify that you can't abort spawn_blocking tasks (#​6571)
  • task: fix a typo in doc of LocalSet::run_until ([#​6599])
  • time: fix test-util requirement for pause and resume in docs (#​6503)

Configuration

📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Oct 22, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/Cargo.toml`

Caused by:
  the cargo feature `trim-paths` requires a nightly version of Cargo, but this is the `stable` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/cargo/reference/unstable.html#profile-trim-paths-option for more information about using this feature.

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_core/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_core/Cargo.toml`

Caused by:
  error inheriting `anymap` from workspace root manifest's `workspace.dependencies.anymap`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/Cargo.toml`

Caused by:
  the cargo feature `trim-paths` requires a nightly version of Cargo, but this is the `stable` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/cargo/reference/unstable.html#profile-trim-paths-option for more information about using this feature.

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_error/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_error/Cargo.toml`

Caused by:
  error inheriting `anyhow` from workspace root manifest's `workspace.dependencies.anyhow`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/Cargo.toml`

Caused by:
  the cargo feature `trim-paths` requires a nightly version of Cargo, but this is the `stable` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/cargo/reference/unstable.html#profile-trim-paths-option for more information about using this feature.

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_hash/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_hash/Cargo.toml`

Caused by:
  error inheriting `xxhash-rust` from workspace root manifest's `workspace.dependencies.xxhash-rust`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/Cargo.toml`

Caused by:
  the cargo feature `trim-paths` requires a nightly version of Cargo, but this is the `stable` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/cargo/reference/unstable.html#profile-trim-paths-option for more information about using this feature.

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_hook/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_hook/Cargo.toml`

Caused by:
  error inheriting `async-trait` from workspace root manifest's `workspace.dependencies.async-trait`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/Cargo.toml`

Caused by:
  the cargo feature `trim-paths` requires a nightly version of Cargo, but this is the `stable` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/cargo/reference/unstable.html#profile-trim-paths-option for more information about using this feature.

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_loader_swc/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_loader_swc/Cargo.toml`

Caused by:
  error inheriting `anyhow` from workspace root manifest's `workspace.dependencies.anyhow`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/Cargo.toml`

Caused by:
  the cargo feature `trim-paths` requires a nightly version of Cargo, but this is the `stable` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/cargo/reference/unstable.html#profile-trim-paths-option for more information about using this feature.

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_macros_test/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_macros_test/Cargo.toml`

Caused by:
  error inheriting `tokio` from workspace root manifest's `workspace.dependencies.tokio`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/Cargo.toml`

Caused by:
  the cargo feature `trim-paths` requires a nightly version of Cargo, but this is the `stable` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/cargo/reference/unstable.html#profile-trim-paths-option for more information about using this feature.

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_napi/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_napi/Cargo.toml`

Caused by:
  error inheriting `napi` from workspace root manifest's `workspace.dependencies.napi`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/Cargo.toml`

Caused by:
  the cargo feature `trim-paths` requires a nightly version of Cargo, but this is the `stable` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/cargo/reference/unstable.html#profile-trim-paths-option for more information about using this feature.

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_plugin_copy/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_plugin_copy/Cargo.toml`

Caused by:
  error inheriting `dashmap` from workspace root manifest's `workspace.dependencies.dashmap`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/Cargo.toml`

Caused by:
  the cargo feature `trim-paths` requires a nightly version of Cargo, but this is the `stable` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/cargo/reference/unstable.html#profile-trim-paths-option for more information about using this feature.

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_plugin_javascript/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_plugin_javascript/Cargo.toml`

Caused by:
  error inheriting `anymap` from workspace root manifest's `workspace.dependencies.anymap`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/Cargo.toml`

Caused by:
  the cargo feature `trim-paths` requires a nightly version of Cargo, but this is the `stable` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/cargo/reference/unstable.html#profile-trim-paths-option for more information about using this feature.

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/rspack_regex/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_regex/Cargo.toml`

Caused by:
  error inheriting `cow-utils` from workspace root manifest's `workspace.dependencies.cow-utils`

Caused by:
  failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/Cargo.toml`

Caused by:
  the cargo feature `trim-paths` requires a nightly version of Cargo, but this is the `stable` channel
  See https://doc.rust-lang.org/book/appendix-07-nightly-rust.html for more information about Rust release channels.
  See https://doc.rust-lang.org/cargo/reference/unstable.html#profile-trim-paths-option for more information about using this feature.

Copy link

netlify bot commented Oct 22, 2024

Deploy Preview for rspack ready!

Name Link
🔨 Latest commit 23c8aa4
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/6718e93d1cfe400008f931c0
😎 Deploy Preview https://deploy-preview-8198--rspack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants