From fb2f6e44aa5c741977cc70b588a1b6e44aac0cde Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 29 Dec 2024 14:07:37 +0900
Subject: [PATCH] fix(deps): update cargo (patch) (#9733)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[allocator-api2](https://redirect.github.com/zakarumych/allocator-api2)
| workspace.dependencies | patch | `0.2.19` -> `0.2.21` |
| [chrono](https://redirect.github.com/chronotope/chrono) |
workspace.dependencies | patch | `0.4.38` -> `0.4.39` |
|
[crossbeam-queue](https://redirect.github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-queue)
([source](https://redirect.github.com/crossbeam-rs/crossbeam)) |
workspace.dependencies | patch | `0.3.11` -> `0.3.12` |
| [glob](https://redirect.github.com/rust-lang/glob) |
workspace.dependencies | patch | `0.3.1` -> `0.3.2` |
| [js-sys](https://rustwasm.github.io/wasm-bindgen/)
([source](https://redirect.github.com/rustwasm/wasm-bindgen/tree/HEAD/crates/js-sys))
| workspace.dependencies | patch | `0.3.72` -> `0.3.76` |
| [pathdiff](https://redirect.github.com/Manishearth/pathdiff) |
workspace.dependencies | patch | `0.2.2` -> `0.2.3` |
| [rkyv](https://redirect.github.com/rkyv/rkyv) | workspace.dependencies
| patch | `0.8.8` -> `0.8.9` |
| [tracing](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tracing)) | dependencies
| patch | `0.1.40` -> `0.1.41` |
| [tracing](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tracing)) |
workspace.dependencies | patch | `0.1.40` -> `0.1.41` |
| [tracing-subscriber](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tracing)) | dependencies
| patch | `0.3.18` -> `0.3.19` |
| [tracing-subscriber](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tracing)) |
workspace.dependencies | patch | `0.3.18` -> `0.3.19` |
| [wasm-bindgen](https://rustwasm.github.io/)
([source](https://redirect.github.com/rustwasm/wasm-bindgen)) |
dependencies | patch | `0.2.95` -> `0.2.99` |
| [wasm-bindgen](https://rustwasm.github.io/)
([source](https://redirect.github.com/rustwasm/wasm-bindgen)) |
workspace.dependencies | patch | `0.2.95` -> `0.2.99` |
| [wasm-bindgen-futures](https://rustwasm.github.io/wasm-bindgen/)
([source](https://redirect.github.com/rustwasm/wasm-bindgen/tree/HEAD/crates/futures))
| workspace.dependencies | patch | `0.4.45` -> `0.4.49` |
---
### Release Notes
chronotope/chrono (chrono)
###
[`v0.4.39`](https://redirect.github.com/chronotope/chrono/releases/tag/v0.4.39):
0.4.39
[Compare
Source](https://redirect.github.com/chronotope/chrono/compare/v0.4.38...v0.4.39)
##### What's Changed
-
[#1577](https://redirect.github.com/chronotope/chrono/issues/1577):
Changed years_since documentation to match its implementation by
[@Taxalo](https://redirect.github.com/Taxalo) in
[https://github.com/chronotope/chrono/pull/1578](https://redirect.github.com/chronotope/chrono/pull/1578)
- Remove obsolete weird feature guard by
[@djc](https://redirect.github.com/djc) in
[https://github.com/chronotope/chrono/pull/1582](https://redirect.github.com/chronotope/chrono/pull/1582)
- Fix format::strftime docs link by
[@frederikhors](https://redirect.github.com/frederikhors) in
[https://github.com/chronotope/chrono/pull/1581](https://redirect.github.com/chronotope/chrono/pull/1581)
- Fix micros (optional) limit in and_hms_micro_opt by
[@qrilka](https://redirect.github.com/qrilka) in
[https://github.com/chronotope/chrono/pull/1584](https://redirect.github.com/chronotope/chrono/pull/1584)
- Update windows-bindgen requirement from 0.56 to 0.57 by
[@dependabot](https://redirect.github.com/dependabot) in
[https://github.com/chronotope/chrono/pull/1589](https://redirect.github.com/chronotope/chrono/pull/1589)
- native/date: Improve DelayedFormat doc re Panics by
[@behnam-oneschema](https://redirect.github.com/behnam-oneschema)
in
[https://github.com/chronotope/chrono/pull/1590](https://redirect.github.com/chronotope/chrono/pull/1590)
- Fix typo in rustdoc of `from_timestamp_nanos()` by
[@sgoll](https://redirect.github.com/sgoll) in
[https://github.com/chronotope/chrono/pull/1591](https://redirect.github.com/chronotope/chrono/pull/1591)
- Update windows-bindgen requirement from 0.57 to 0.58 by
[@dependabot](https://redirect.github.com/dependabot) in
[https://github.com/chronotope/chrono/pull/1594](https://redirect.github.com/chronotope/chrono/pull/1594)
- docs: document century cutoff for %y by
[@MarcoGorelli](https://redirect.github.com/MarcoGorelli) in
[https://github.com/chronotope/chrono/pull/1598](https://redirect.github.com/chronotope/chrono/pull/1598)
- Checked `NaiveWeek` methods by
[@bragov4ik](https://redirect.github.com/bragov4ik) in
[https://github.com/chronotope/chrono/pull/1600](https://redirect.github.com/chronotope/chrono/pull/1600)
- Impl serde::Serialize and serde::Deserialize for TimeDelta by
[@Awpteamoose](https://redirect.github.com/Awpteamoose) in
[https://github.com/chronotope/chrono/pull/1599](https://redirect.github.com/chronotope/chrono/pull/1599)
- Derive `PartialEq`,`Eq`,`Hash`,`Copy` and `Clone` on `NaiveWeek` by
[@DSeeLP](https://redirect.github.com/DSeeLP) in
[https://github.com/chronotope/chrono/pull/1618](https://redirect.github.com/chronotope/chrono/pull/1618)
- Support ohos tzdata since ver.oh35 by
[@MirageLyu](https://redirect.github.com/MirageLyu) in
[https://github.com/chronotope/chrono/pull/1613](https://redirect.github.com/chronotope/chrono/pull/1613)
- Use Formatter::pad (instead of write_str) for Weekdays by
[@horazont](https://redirect.github.com/horazont) in
[https://github.com/chronotope/chrono/pull/1621](https://redirect.github.com/chronotope/chrono/pull/1621)
- Fix typos by
[@szepeviktor](https://redirect.github.com/szepeviktor) in
[https://github.com/chronotope/chrono/pull/1623](https://redirect.github.com/chronotope/chrono/pull/1623)
- Fix comment. by [@khuey](https://redirect.github.com/khuey) in
[https://github.com/chronotope/chrono/pull/1624](https://redirect.github.com/chronotope/chrono/pull/1624)
- chore: add `#[inline]` to `num_days` by
[@CommanderStorm](https://redirect.github.com/CommanderStorm) in
[https://github.com/chronotope/chrono/pull/1627](https://redirect.github.com/chronotope/chrono/pull/1627)
- fix typo by [@futreall](https://redirect.github.com/futreall)
in
[https://github.com/chronotope/chrono/pull/1633](https://redirect.github.com/chronotope/chrono/pull/1633)
- Update mod.rs by
[@donatik27](https://redirect.github.com/donatik27) in
[https://github.com/chronotope/chrono/pull/1638](https://redirect.github.com/chronotope/chrono/pull/1638)
crossbeam-rs/crossbeam (crossbeam-queue)
###
[`v0.3.12`](https://redirect.github.com/crossbeam-rs/crossbeam/releases/tag/crossbeam-queue-0.3.12):
crossbeam-queue 0.3.12
[Compare
Source](https://redirect.github.com/crossbeam-rs/crossbeam/compare/crossbeam-queue-0.3.11...crossbeam-queue-0.3.12)
- Fix stack overflow when pushing large value to `SegQueue`.
([#1146](https://redirect.github.com/crossbeam-rs/crossbeam/issues/1146),
[#1147](https://redirect.github.com/crossbeam-rs/crossbeam/issues/1147),
[#1159](https://redirect.github.com/crossbeam-rs/crossbeam/issues/1159))
rust-lang/glob (glob)
###
[`v0.3.2`](https://redirect.github.com/rust-lang/glob/blob/HEAD/CHANGELOG.md#032---2024-12-28)
[Compare
Source](https://redirect.github.com/rust-lang/glob/compare/0.3.1...v0.3.2)
tokio-rs/tracing (tracing)
###
[`v0.1.41`](https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-0.1.41):
tracing 0.1.41
[Compare
Source](https://redirect.github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41)
\[ [crates.io][crate-0.1.41] ] | \[ [docs.rs][docs-0.1.41] ]
This release updates the `tracing-core` dependency to
[v0.1.33][core-0.1.33] and
the `tracing-attributes` dependency to [v0.1.28][attrs-0.1.28].
##### Added
- **core**: Add index API for `Field` ([#2820])
- **core**: Allow `&[u8]` to be recorded as event/span field
([#2954])
##### Changed
- Bump MSRV to 1.63 ([#2793])
- **core**: Use const `thread_local`s when possible ([#2838])
##### Fixed
- Removed core imports in macros ([#2762])
- **attributes**: Added missing RecordTypes for instrument
([#2781])
- **attributes**: Change order of async and unsafe modifier
([#2864])
- Fix missing field prefixes ([#2878])
- **attributes**: Extract match scrutinee ([#2880])
- Fix non-simple macro usage without message ([#2879])
- Fix event macros with constant field names in the first position
([#2883])
- Allow field path segments to be keywords ([#2925])
- **core**: Fix missed `register_callsite` error ([#2938])
- **attributes**: Support const values for `target` and `name`
([#2941])
- Prefix macro calls with ::core to avoid clashing with local macros
([#3024])
[#2762]: https://redirect.github.com/tokio-rs/tracing/pull/2762
[#2781]: https://redirect.github.com/tokio-rs/tracing/pull/2781
[#2793]: https://redirect.github.com/tokio-rs/tracing/pull/2793
[#2820]: https://redirect.github.com/tokio-rs/tracing/pull/2820
[#2838]: https://redirect.github.com/tokio-rs/tracing/pull/2838
[#2864]: https://redirect.github.com/tokio-rs/tracing/pull/2864
[#2878]: https://redirect.github.com/tokio-rs/tracing/pull/2878
[#2879]: https://redirect.github.com/tokio-rs/tracing/pull/2879
[#2880]: https://redirect.github.com/tokio-rs/tracing/pull/2880
[#2883]: https://redirect.github.com/tokio-rs/tracing/pull/2883
[#2925]: https://redirect.github.com/tokio-rs/tracing/pull/2925
[#2938]: https://redirect.github.com/tokio-rs/tracing/pull/2938
[#2941]: https://redirect.github.com/tokio-rs/tracing/pull/2941
[#2954]: https://redirect.github.com/tokio-rs/tracing/pull/2954
[#3024]: https://redirect.github.com/tokio-rs/tracing/pull/3024
[attrs-0.1.28]:
https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.28
[core-0.1.33]:
https://redirect.github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.33
[docs-0.1.41]: https://docs.rs/tracing/0.1.41/tracing/
[crate-0.1.41]: https://crates.io/crates/tracing/0.1.41
rustwasm/wasm-bindgen (wasm-bindgen)
###
[`v0.2.99`](https://redirect.github.com/rustwasm/wasm-bindgen/blob/HEAD/CHANGELOG.md#0299)
[Compare
Source](https://redirect.github.com/rustwasm/wasm-bindgen/compare/0.2.98...0.2.99)
Released 2024-12-07
##### Fixed
- Mark `wasm-bindgen` v0.2.98 only compatible with `wasm-bindgen-cli` of
the same version.
[#4331](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4331)
***
###
[`v0.2.98`](https://redirect.github.com/rustwasm/wasm-bindgen/blob/HEAD/CHANGELOG.md#0298)
[Compare
Source](https://redirect.github.com/rustwasm/wasm-bindgen/compare/0.2.97...0.2.98)
Released 2024-12-07
##### Added
- Add support for compiling with `atomics` for Node.js.
[#4318](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4318)
- Add `WASM_BINDGEN_TEST_DRIVER_TIMEOUT` environment variable to control
the timeout to start and connect to the test driver.
[#4320](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4320)
- Add support for number slices of type `MaybeUninit`.
[#4316](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4316)
##### Changed
- Remove `once_cell/critical-section` requirement for `no_std` with
atomics.
[#4322](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4322)
- `static FOO: Option` now returns `None` if undeclared in JS instead
of throwing an error in JS.
[#4319](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4319)
##### Fixed
- Fix macro-hygiene for calls to `std::thread_local!`.
[#4315](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4315)
- Fix feature resolver version 1 compatibility.
[#4327](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4327)
***
###
[`v0.2.97`](https://redirect.github.com/rustwasm/wasm-bindgen/blob/HEAD/CHANGELOG.md#0297)
[Compare
Source](https://redirect.github.com/rustwasm/wasm-bindgen/compare/0.2.96...0.2.97)
Released 2024-11-30
##### Fixed
- Fixed `js-sys` and `wasm-bindgen-futures` relying on internal paths of
`wasm-bindgen` that are not crate feature additive.
[#4305](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4305)
***
###
[`v0.2.96`](https://redirect.github.com/rustwasm/wasm-bindgen/blob/HEAD/CHANGELOG.md#0296)
[Compare
Source](https://redirect.github.com/rustwasm/wasm-bindgen/compare/0.2.95...0.2.96)
Released 2024-11-29
##### Added
- Added support for the
[`HTMLOrSVGElement`](https://html.spec.whatwg.org/#htmlorsvgelement)
`mixin`, which is used for all interfaces deriving from `Element`.
[#4143](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4143)
- Added bindings for [MathMLElement](https://www.w3.org/TR/MathML3).
[#4143](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4143)
- Added JSDoc type annotations to C-style enums.
[#4192](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4192)
- Added support for C-style enums with negative discriminants.
[#4204](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4204)
- Added bindings for `MediaStreamTrack.getCapabilities`.
[#4236](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4236)
- Added WASM ABI support for `u128` and `i128`
[#4222](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4222)
- Added support for the `wasm32v1-none` target.
[#4277](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4277)
- Added support for `no_std` to `js-sys`, `web-sys`,
`wasm-bindgen-futures` and `wasm-bindgen-test`.
[#4277](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4277)
- Added support for `no_std` to `link_to!`, `static_string` (via
`thread_local_v2`) and `throw`.
[#4277](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4277)
- Added environment variables to configure tests:
`WASM_BINDGEN_USE_BROWSER`, `WASM_BINDGEN_USE_DEDICATED_WORKER`,
`WASM_BINDGEN_USE_SHARED_WORKER` `WASM_BINDGEN_USE_SERVICE_WORKER`,
`WASM_BINDGEN_USE_DENO` and `WASM_BINDGEN_USE_NODE_EXPERIMENTAL`. The
use of `wasm_bindgen_test_configure!` will overwrite any environment
variable.
[#4295](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4295)
##### Changed
- String enums now generate private TypeScript types but only if used.
[#4174](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4174)
- Remove unnecessary JSDoc type annotations from generated `.d.ts` files
[#4187](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4187)
- Deprecate `autofocus`, `tabIndex`, `focus()` and `blur()` bindings in
favor of bindings on the inherited `Element` class.
[#4143](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4143)
- Optimized ABI performance for `Option<{i32,u32,isize,usize,f32,*const
T,*mut T}>`.
[#4183](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4183)
- Deprecate `--reference-types` in favor of automatic target feature
detection.
[#4237](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4237)
- `wasm-bindgen-test-runner` now tries to restart the WebDriver on
failure, instead of spending its timeout period trying to connect to a
non-existing WebDriver.
[#4267](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4267)
- Deprecated `#[wasm_bindgen(thread_local)]` in favor of
`#[wasm_bindgen(thread_local_v2)]`, which creates a
`wasm_bindgen::JsThreadLocal`. It is similar to `std::thread::LocalKey`
but supports `no_std`.
[#4277](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4277)
- Updated the WebGPU API to the current draft as of 2024-11-22.
[#4290](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4290)
- Improved error messages for `self` arguments in invalid positions.
[#4276](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4276)
##### Fixed
- Fixed methods with `self: &Self` consuming the object.
[#4178](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4178)
- Fixed unused string enums generating JS values.
[#4193](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4193)
- Fixed triggering lints in testing facilities.
[#4195](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4195)
- Fixed `#[should_panic]` not working with
`#[wasm_bindgen_test(unsupported = ...)]`.
[#4196](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4196)
- Fixed potential `null` error when using `JsValue::as_debug_string()`.
[#4192](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4192)
- Fixed generated types when the getter and setter of a property have
different types.
[#4202](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4202)
- Fixed generated types when a static getter/setter has the same name as
an instance getter/setter.
[#4202](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4202)
- Fixed invalid TypeScript return types for multivalue signatures.
[#4210](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4210)
- Only emit `table.fill` instructions if the bulk-memory proposal is
enabled.
[#4237](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4237)
- Fixed calls to `JsCast::instanceof()` not respecting JavaScript
namespaces.
[#4241](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4241)
- Fixed imports for functions using `this` and late binding.
[#4225](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4225)
- Don't expose non-functioning implicit constructors to classes when
none are provided.
[#4282](https://redirect.github.com/rustwasm/wasm-bindgen/pull/4282)
***
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/swc-project/swc).
---
Cargo.lock | 87 +++++++++++++++++++++++++++++-------------------------
1 file changed, 47 insertions(+), 40 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index a3aca10f92f8..0c29563164a1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -64,9 +64,9 @@ dependencies = [
[[package]]
name = "allocator-api2"
-version = "0.2.19"
+version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "611cc2ae7d2e242c457e4be7f97036b8ad9ca152b499f53faf99b1ed8fc2553f"
+checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
[[package]]
name = "android-tzdata"
@@ -604,9 +604,9 @@ checksum = "2cc9a2cd1dfcbaf58c5a8552616ee811323cc614ffa612857b0ff610b5335b0e"
[[package]]
name = "chrono"
-version = "0.4.38"
+version = "0.4.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
+checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
dependencies = [
"android-tzdata",
"iana-time-zone",
@@ -1099,9 +1099,9 @@ dependencies = [
[[package]]
name = "crossbeam-queue"
-version = "0.3.11"
+version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
+checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
dependencies = [
"crossbeam-utils",
]
@@ -1782,9 +1782,9 @@ checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
[[package]]
name = "glob"
-version = "0.3.1"
+version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
+checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
[[package]]
name = "globset"
@@ -1873,6 +1873,12 @@ dependencies = [
"allocator-api2",
]
+[[package]]
+name = "hashbrown"
+version = "0.15.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
+
[[package]]
name = "heapless"
version = "0.7.17"
@@ -2359,10 +2365,11 @@ dependencies = [
[[package]]
name = "js-sys"
-version = "0.3.72"
+version = "0.3.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
+checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
dependencies = [
+ "once_cell",
"wasm-bindgen",
]
@@ -3145,9 +3152,9 @@ dependencies = [
[[package]]
name = "pathdiff"
-version = "0.2.2"
+version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
+checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
[[package]]
name = "pbkdf2"
@@ -3722,13 +3729,13 @@ dependencies = [
[[package]]
name = "rkyv"
-version = "0.8.8"
+version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "395027076c569819ea6035ee62e664f5e03d74e281744f55261dd1afd939212b"
+checksum = "b11a153aec4a6ab60795f8ebe2923c597b16b05bb1504377451e705ef1a45323"
dependencies = [
"bytecheck 0.8.0",
"bytes",
- "hashbrown 0.14.5",
+ "hashbrown 0.15.2",
"indexmap 2.5.0",
"munge",
"ptr_meta 0.3.0",
@@ -3741,9 +3748,9 @@ dependencies = [
[[package]]
name = "rkyv_derive"
-version = "0.8.8"
+version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "09cb82b74b4810f07e460852c32f522e979787691b0b7b7439fe473e49d49b2f"
+checksum = "beb382a4d9f53bd5c0be86b10d8179c3f8a14c30bf774ff77096ed6581e35981"
dependencies = [
"proc-macro2",
"quote",
@@ -6528,9 +6535,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
-version = "0.1.40"
+version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
+checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
"log",
"pin-project-lite",
@@ -6540,9 +6547,9 @@ dependencies = [
[[package]]
name = "tracing-attributes"
-version = "0.1.27"
+version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
+checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
dependencies = [
"proc-macro2",
"quote",
@@ -6562,9 +6569,9 @@ dependencies = [
[[package]]
name = "tracing-core"
-version = "0.1.32"
+version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
+checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
dependencies = [
"once_cell",
"valuable",
@@ -6593,9 +6600,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
-version = "0.3.18"
+version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
+checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
dependencies = [
"matchers",
"nu-ansi-term",
@@ -6996,9 +7003,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
-version = "0.2.95"
+version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
+checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
dependencies = [
"cfg-if",
"once_cell",
@@ -7007,13 +7014,12 @@ dependencies = [
[[package]]
name = "wasm-bindgen-backend"
-version = "0.2.95"
+version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
+checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
dependencies = [
"bumpalo",
"log",
- "once_cell",
"proc-macro2",
"quote",
"syn 2.0.87",
@@ -7022,21 +7028,22 @@ dependencies = [
[[package]]
name = "wasm-bindgen-futures"
-version = "0.4.45"
+version = "0.4.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
+checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
dependencies = [
"cfg-if",
"js-sys",
+ "once_cell",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.95"
+version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
+checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -7044,9 +7051,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.95"
+version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
+checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
dependencies = [
"proc-macro2",
"quote",
@@ -7057,9 +7064,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.95"
+version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
+checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
[[package]]
name = "wasm-encoder"
@@ -7436,9 +7443,9 @@ dependencies = [
[[package]]
name = "web-sys"
-version = "0.3.68"
+version = "0.3.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446"
+checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
dependencies = [
"js-sys",
"wasm-bindgen",