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 #6596

Merged
merged 2 commits into from
Oct 22, 2024
Merged

chore(deps): update crates #6596

merged 2 commits into from
Oct 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2024

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.89 -> 1.0.90
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
jsonc-parser dependencies minor 0.23.0 -> 0.26.0
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.82 -> 1.0.88
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.211
serde_json workspace.dependencies patch 1.0.117 -> 1.0.132
simd-json workspace.dependencies patch 0.14.0-rc.2 -> 0.14.1
smol_str dependencies minor 0.2.2 -> 0.3.0
stacker workspace.dependencies patch 0.1.15 -> 0.1.17
syn workspace.dependencies patch 2.0.63 -> 2.0.82
thiserror dependencies patch 1.0.61 -> 1.0.64
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
unicode-width dependencies minor 0.1.11 -> 0.2.0
url dependencies patch 2.5.0 -> 2.5.2
url workspace.dependencies patch 2.5.0 -> 2.5.2
wasmparser (source) dependencies minor 0.207.0 -> 0.219.0
xxhash-rust workspace.dependencies patch 0.8.10 -> 0.8.12

Release Notes

dtolnay/anyhow (anyhow)

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.
dprint/jsonc-parser (jsonc-parser)

v0.26.1

Compare Source

v0.26.0

Compare Source

v0.25.2

Compare Source

v0.25.1

Compare Source

v0.25.0

Compare Source

v0.24.0

Compare Source

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.88

Compare Source

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

v1.0.87

Compare Source

  • Check valid punctuation character in Punct::new (#​470)

v1.0.86

Compare Source

  • Documentation improvements

v1.0.85

Compare Source

  • Mark some tests as only for 64-bit targets (#​463)

v1.0.84

Compare Source

v1.0.83

Compare Source

  • Optimize the representation of Ident (#​462)
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.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.1

Compare Source

v0.14.0

Compare Source

v0.14.0-rc.3

Compare Source

rust-analyzer/smol_str (smol_str)

v0.3.1

Compare Source

  • Fix SmolStrBuilder leaking implementation details

v0.3.0

Compare Source

  • Remove deprecated SmolStr::new_inline_from_ascii function
  • Remove SmolStr::to_string in favor of ToString::to_string
  • Add impl AsRef<[u8]> for SmolStr impl
  • Add impl AsRef<OsStr> for SmolStr impl
  • Add impl AsRef<Path> for SmolStr impl
  • Add SmolStrBuilder
rust-lang/stacker (stacker)

v0.1.17

Compare Source

v0.1.16

Compare Source

dtolnay/syn (syn)

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)

v2.0.79

Compare Source

  • Fix infinite loop on parsing chained ranges (#​1741)
  • Fix panic in parsing use items containing absolute paths (#​1742)

v2.0.78

Compare Source

  • Fix infinite loop on chained comparison (#​1739)

v2.0.77

Compare Source

  • Support parsing Expr::Tuple in non-"full" mode (#​1727)

v2.0.76

Compare Source

  • Enforce that tail call become keyword is followed by an expression (#​1725)

v2.0.75

Compare Source

  • Automatically fill in missing turbofish when printing ExprPath and other paths in expression position (#​1722)

v2.0.74

Compare Source

  • Fix "temporary is dropped and runs the destructor for type `impl Iterator`" regression affecting certain use of Generics iterator methods (#​1719)

v2.0.73

Compare Source

v2.0.72

Compare Source

v2.0.71

Compare Source

v2.0.70

Compare Source

v2.0.69

Compare Source

  • Correctly parenthesize labeled loops inside a break value (#​1692)
  • Add Punctuated::get and get_mut (#​1693)

v2.0.68

Compare Source

  • Improve panic location when parse_quote! parses invalid syntax (#​1690, thanks @​stepancheg)
  • More efficient peek implementation for Group and Lifetime (#​1687)

v2.0.67

Compare Source

  • Produce more accurate error message locations for errors located at the end of a nested group (#​1679, #​1680)
  • Support peeking LitCStr in ParseStream::peek (#​1682)

v2.0.66

Compare Source

  • Allow braced structs when parsing ExprLet (#​1671)

v2.0.65

Compare Source

v2.0.64

Compare Source

  • Support using ParseBuffer across catch_unwind (#​1646)
  • Validate that the expression in a let-else ends in brace as required by rustc (#​1648, #​1649)
  • Legalize invalid const generic arguments by wrapping in braces (#​1654, #​1655)
  • Fix some expression precedence edge cases involving break and return in loop headers (#​1656)
  • Always print closure bodies with a brace when the closure has an explicit return type (#​1658)
  • Automatically insert necessary parentheses in ToTokens for Expr when required by expression precedence (#​1659)
  • Support struct literal syntax in match guard expressions (#​1662)
dtolnay/thiserror (thiserror)

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 sh

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 May 21, 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 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_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_plugin_wasm/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/web-infra-dev/rspack/crates/rspack_plugin_wasm/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 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_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_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 May 21, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit c5a9299
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/671773e5b2a07300084a72da

@renovate renovate bot force-pushed the renovate/crates branch 10 times, most recently from 41a4250 to 7d560b2 Compare May 30, 2024 01:59
@renovate renovate bot force-pushed the renovate/crates branch 6 times, most recently from 5da2a10 to 319e4af Compare June 4, 2024 20:17
@renovate renovate bot force-pushed the renovate/crates branch 5 times, most recently from 0a3783c to f10f6fb Compare June 11, 2024 00:24
@renovate renovate bot force-pushed the renovate/crates branch 6 times, most recently from 3f828c1 to 2817edc Compare June 27, 2024 07:26
@renovate renovate bot force-pushed the renovate/crates branch 8 times, most recently from 28d096d to f953fbd Compare October 18, 2024 19:25
@renovate renovate bot force-pushed the renovate/crates branch 15 times, most recently from 207a83b to cc835dd Compare October 22, 2024 08:51
Copy link
Contributor Author

renovate bot commented Oct 22, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@SoonIter SoonIter merged commit 9586c69 into main Oct 22, 2024
29 checks passed
@SoonIter SoonIter deleted the renovate/crates branch October 22, 2024 11:29
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.

1 participant