Browse Source

Update dependencies (#692)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://redirect.github.com/dtolnay/anyhow) | dependencies |
patch | `1.0.89` -> `1.0.91` |
| [arrow](https://redirect.github.com/apache/arrow-rs) |
workspace.dependencies | minor | `53.1.0` -> `53.2.0` |
| [arrow-array](https://redirect.github.com/apache/arrow-rs) |
workspace.dependencies | minor | `53.1.0` -> `53.2.0` |
| [arrow-data](https://redirect.github.com/apache/arrow-rs) |
workspace.dependencies | minor | `53.1.0` -> `53.2.0` |
| [arrow-schema](https://redirect.github.com/apache/arrow-rs) |
workspace.dependencies | minor | `53.1.0` -> `53.2.0` |
| [flume](https://redirect.github.com/zesterer/flume) | dependencies |
patch | `0.11.0` -> `0.11.1` |
| [proc-macro2](https://redirect.github.com/dtolnay/proc-macro2) |
dependencies | patch | `1.0.87` -> `1.0.89` |
| [pyo3](https://redirect.github.com/pyo3/pyo3) | workspace.dependencies
| patch | `0.22.4` -> `0.22.5` |
| [regex](https://redirect.github.com/rust-lang/regex) | dependencies |
patch | `1.11.0` -> `1.11.1` |
| [serde](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) | dependencies |
patch | `1.0.210` -> `1.0.214` |
| [thiserror](https://redirect.github.com/dtolnay/thiserror) |
dependencies | patch | `1.0.64` -> `1.0.66` |
| [tokio](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tokio)) | dependencies |
minor | `1.40.0` -> `1.41.0` |
| [tokio](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tokio)) |
dev-dependencies | minor | `1.40.0` -> `1.41.0` |
| [uuid](https://redirect.github.com/uuid-rs/uuid) | dependencies |
minor | `1.10.0` -> `1.11.0` |
| [uuid](https://redirect.github.com/uuid-rs/uuid) | dev-dependencies |
minor | `1.10.0` -> `1.11.0` |

---

### Release Notes

<details>
<summary>dtolnay/anyhow (anyhow)</summary>

###
[`v1.0.91`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.91)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.90...1.0.91)

- Ensure OUT_DIR is left with deterministic contents after build script
execution
([#&#8203;388](https://redirect.github.com/dtolnay/anyhow/issues/388))

###
[`v1.0.90`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.90)

[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.89...1.0.90)

-   Documentation improvements

</details>

<details>
<summary>apache/arrow-rs (arrow)</summary>

###
[`v53.2.0`](https://redirect.github.com/apache/arrow-rs/blob/HEAD/CHANGELOG.md#5320-2024-10-21)

[Compare
Source](https://redirect.github.com/apache/arrow-rs/compare/53.1.0...53.2.0)

[Full
Changelog](https://redirect.github.com/apache/arrow-rs/compare/53.1.0...53.2.0)

**Implemented enhancements:**

- Implement arrow_json encoder for Decimal128 & Decimal256 DataTypes
[#&#8203;6605](https://redirect.github.com/apache/arrow-rs/issues/6605)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
- Support DataType::FixedSizeList in make_builder within
struct_builder.rs
[#&#8203;6594](https://redirect.github.com/apache/arrow-rs/issues/6594)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
- Support DataType::Dictionary in `make_builder` within
struct_builder.rs
[#&#8203;6589](https://redirect.github.com/apache/arrow-rs/issues/6589)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
- Interval parsing from string - accept "mon" and "mons" token
[#&#8203;6548](https://redirect.github.com/apache/arrow-rs/issues/6548)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
- `AsyncArrowWriter` API to get the total size of a written parquet file
[#&#8203;6530](https://redirect.github.com/apache/arrow-rs/issues/6530)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
- `append_many` for Dictionary builders
[#&#8203;6529](https://redirect.github.com/apache/arrow-rs/issues/6529)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
- Missing tonic `GRPC_STATUS` with tonic 0.12.1
[#&#8203;6515](https://redirect.github.com/apache/arrow-rs/issues/6515)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
\[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)]
- Add example of how to use parquet metadata reader APIs for a local
cache
[#&#8203;6504](https://redirect.github.com/apache/arrow-rs/issues/6504)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
- Remove reliance on `raw-entry` feature of Hashbrown
[#&#8203;6498](https://redirect.github.com/apache/arrow-rs/issues/6498)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
\[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)]
- Improve page index metadata loading in
`SerializedFileReader::new_with_options`
[#&#8203;6491](https://redirect.github.com/apache/arrow-rs/issues/6491)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
- Release arrow-rs / parquet minor version `53.1.0` (October 2024)
[#&#8203;6340](https://redirect.github.com/apache/arrow-rs/issues/6340)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]

**Fixed bugs:**

- Compilation fail where `c_char = u8`
[#&#8203;6571](https://redirect.github.com/apache/arrow-rs/issues/6571)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
- Arrow flight CI test failing on `master`
[#&#8203;6568](https://redirect.github.com/apache/arrow-rs/issues/6568)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
\[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)]

**Documentation updates:**

- Minor: Document SIMD rationale and tips
[#&#8203;6554](https://redirect.github.com/apache/arrow-rs/pull/6554)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([alamb](https://redirect.github.com/alamb))

**Closed issues:**

- Casting to and from unions
[#&#8203;6247](https://redirect.github.com/apache/arrow-rs/issues/6247)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]

**Merged pull requests:**

- Minor: more comments for `RecordBatch.get_array_memory_size()`
[#&#8203;6607](https://redirect.github.com/apache/arrow-rs/pull/6607)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([2010YOUY01](https://redirect.github.com/2010YOUY01))
- Implement arrow_json encoder for Decimal128 & Decimal256
[#&#8203;6606](https://redirect.github.com/apache/arrow-rs/pull/6606)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([phillipleblanc](https://redirect.github.com/phillipleblanc))
- Add support for building FixedSizeListBuilder in struct_builder's mak…
[#&#8203;6595](https://redirect.github.com/apache/arrow-rs/pull/6595)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([kszlim](https://redirect.github.com/kszlim))
- Add limited support for dictionary builders in `make_builders` for
stru…
[#&#8203;6593](https://redirect.github.com/apache/arrow-rs/pull/6593)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([kszlim](https://redirect.github.com/kszlim))
- Fix CI with new valid certificates and add script for future usage
[#&#8203;6585](https://redirect.github.com/apache/arrow-rs/pull/6585)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
\[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)]
([itsjunetime](https://redirect.github.com/itsjunetime))
- Update proc-macro2 requirement from =1.0.87 to =1.0.88
[#&#8203;6579](https://redirect.github.com/apache/arrow-rs/pull/6579)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
\[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)]
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Fix clippy complaints
[#&#8203;6573](https://redirect.github.com/apache/arrow-rs/pull/6573)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
\[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)]
([itsjunetime](https://redirect.github.com/itsjunetime))
- Use c_char instead of i8 to compile on platforms where c_char = u8
[#&#8203;6572](https://redirect.github.com/apache/arrow-rs/pull/6572)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([itsjunetime](https://redirect.github.com/itsjunetime))
- Bump pyspark from 3.3.1 to 3.3.2 in /parquet/pytest
[#&#8203;6564](https://redirect.github.com/apache/arrow-rs/pull/6564)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- `unsafe` improvements
[#&#8203;6551](https://redirect.github.com/apache/arrow-rs/pull/6551)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([ssbr](https://redirect.github.com/ssbr))
- Update README.md
[#&#8203;6550](https://redirect.github.com/apache/arrow-rs/pull/6550)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
\[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)]
([Abdullahsab3](https://redirect.github.com/Abdullahsab3))
- Fix string '0' cast to decimal with scale 0
[#&#8203;6547](https://redirect.github.com/apache/arrow-rs/pull/6547)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([findepi](https://redirect.github.com/findepi))
- Add finish to `AsyncArrowWriter::finish`
[#&#8203;6543](https://redirect.github.com/apache/arrow-rs/pull/6543)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
([etseidl](https://redirect.github.com/etseidl))
- Add append_nulls to dictionary builders
[#&#8203;6542](https://redirect.github.com/apache/arrow-rs/pull/6542)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([adriangb](https://redirect.github.com/adriangb))
- Improve UnionArray::is_nullable
[#&#8203;6540](https://redirect.github.com/apache/arrow-rs/pull/6540)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://redirect.github.com/tustvold))
- Allow to read parquet binary column as UTF8 type
[#&#8203;6539](https://redirect.github.com/apache/arrow-rs/pull/6539)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
([goldmedal](https://redirect.github.com/goldmedal))
- Use HashTable instead of raw_entry_mut
[#&#8203;6537](https://redirect.github.com/apache/arrow-rs/pull/6537)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([tustvold](https://redirect.github.com/tustvold))
- Add append_many to dictionary arrays to allow adding repeated values
[#&#8203;6534](https://redirect.github.com/apache/arrow-rs/pull/6534)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([adriangb](https://redirect.github.com/adriangb))
- Adds documentation and example recommending Vec\<ArrayRef> over
ChunkedArray
[#&#8203;6527](https://redirect.github.com/apache/arrow-rs/pull/6527)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([efredine](https://redirect.github.com/efredine))
- Update proc-macro2 requirement from =1.0.86 to =1.0.87
[#&#8203;6526](https://redirect.github.com/apache/arrow-rs/pull/6526)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
\[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)]
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Add `ColumnChunkMetadataBuilder` clear APIs
[#&#8203;6523](https://redirect.github.com/apache/arrow-rs/pull/6523)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
([alamb](https://redirect.github.com/alamb))
- Update sysinfo requirement from 0.31.2 to 0.32.0
[#&#8203;6521](https://redirect.github.com/apache/arrow-rs/pull/6521)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Update Tonic to 0.12.3
[#&#8203;6517](https://redirect.github.com/apache/arrow-rs/pull/6517)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
\[[arrow-flight](https://redirect.github.com/apache/arrow-rs/labels/arrow-flight)]
([cisaacson](https://redirect.github.com/cisaacson))
- Detect missing page indexes while reading Parquet metadata
[#&#8203;6507](https://redirect.github.com/apache/arrow-rs/pull/6507)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
([etseidl](https://redirect.github.com/etseidl))
- Use ParquetMetaDataReader to load page indexes in
`SerializedFileReader::new_with_options`
[#&#8203;6506](https://redirect.github.com/apache/arrow-rs/pull/6506)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
([etseidl](https://redirect.github.com/etseidl))
- Improve parquet `MetadataFetch` and `AsyncFileReader` docs
[#&#8203;6505](https://redirect.github.com/apache/arrow-rs/pull/6505)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
([alamb](https://redirect.github.com/alamb))
- fix arrow-json encoding with dictionary including nulls
[#&#8203;6503](https://redirect.github.com/apache/arrow-rs/pull/6503)
\[[arrow](https://redirect.github.com/apache/arrow-rs/labels/arrow)]
([samuelcolvin](https://redirect.github.com/samuelcolvin))
- Update brotli requirement from 6.0 to 7.0
[#&#8203;6499](https://redirect.github.com/apache/arrow-rs/pull/6499)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
([dependabot\[bot\]](https://redirect.github.com/apps/dependabot))
- Benchmark both scenarios, with records skipped and without skipping,
for delta-bin-packed primitive arrays with half nulls.
[#&#8203;6489](https://redirect.github.com/apache/arrow-rs/pull/6489)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
([wiedld](https://redirect.github.com/wiedld))
- Add round trip tests for reading/writing parquet metadata
[#&#8203;6463](https://redirect.github.com/apache/arrow-rs/pull/6463)
\[[parquet](https://redirect.github.com/apache/arrow-rs/labels/parquet)]
([alamb](https://redirect.github.com/alamb))

\* *This Changelog was automatically generated by
[github_changelog_generator](https://redirect.github.com/github-changelog-generator/github-changelog-generator)*

</details>

<details>
<summary>zesterer/flume (flume)</summary>

###
[`v0.11.1`](https://redirect.github.com/zesterer/flume/blob/HEAD/CHANGELOG.md#0111---2024-10-19)

##### Added

-   `SendSink::sender`
- `SendFut`, `SendSink`, `RecvFut`, `RecvStream`, `WeakSender`, `Iter`,
`TryIter`, and `IntoIter` now implement `Debug`
-   Docs now show required features

##### Removed

##### Changed

-   `WeakSender` is now `Clone`
- `spin` feature no longer uses `std:🧵:sleep` for locking except
on Unix-like operating systems and Windows
- Flume is now in [casual maintenance
mode](https://casuallymaintained.tech/).

##### Fixed

</details>

<details>
<summary>dtolnay/proc-macro2 (proc-macro2)</summary>

###
[`v1.0.89`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.89)

[Compare
Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.88...1.0.89)

- Ensure OUT_DIR is left with deterministic contents after build script
execution
([#&#8203;474](https://redirect.github.com/dtolnay/proc-macro2/issues/474))

###
[`v1.0.88`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.88)

[Compare
Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.87...1.0.88)

- Return accurate line and column from `Span::start` and `Span::end`
inside proc macros on nightly
([#&#8203;472](https://redirect.github.com/dtolnay/proc-macro2/issues/472))

</details>

<details>
<summary>pyo3/pyo3 (pyo3)</summary>

###
[`v0.22.5`](https://redirect.github.com/pyo3/pyo3/blob/HEAD/CHANGELOG.md#0225---2024-10-15)

[Compare
Source](https://redirect.github.com/pyo3/pyo3/compare/v0.22.4...v0.22.5)

##### Fixed

- Fix regression in 0.22.4 of naming collision in `__clear__` slot and
`clear` method generated code.
[#&#8203;4619](https://redirect.github.com/PyO3/pyo3/pull/4619)

</details>

<details>
<summary>rust-lang/regex (regex)</summary>

###
[`v1.11.1`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1111-2024-10-24)

[Compare
Source](https://redirect.github.com/rust-lang/regex/compare/1.11.0...1.11.1)

\===================
This is a new patch release of `regex` that fixes compilation on nightly
Rust when the unstable `pattern` crate feature is enabled. Users on
nightly
Rust without this feature enabled are unaffected.

Bug fixes:

- [BUG
#&#8203;1231](https://redirect.github.com/rust-lang/regex/issues/1231):
Fix the `Pattern` trait implementation as a result of nightly API
breakage.

</details>

<details>
<summary>serde-rs/serde (serde)</summary>

###
[`v1.0.214`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.214)

[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.213...v1.0.214)

- Implement IntoDeserializer for all Deserializers in serde:🇩🇪:value
module
([#&#8203;2568](https://redirect.github.com/serde-rs/serde/issues/2568),
thanks [@&#8203;Mingun](https://redirect.github.com/Mingun))

###
[`v1.0.213`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.213)

[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.212...v1.0.213)

- Fix support for macro-generated `with` attributes inside a newtype
struct
([#&#8203;2847](https://redirect.github.com/serde-rs/serde/issues/2847))

###
[`v1.0.212`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.212)

[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.211...v1.0.212)

- Fix hygiene of macro-generated local variable accesses in serde(with)
wrappers
([#&#8203;2845](https://redirect.github.com/serde-rs/serde/issues/2845))

###
[`v1.0.211`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.211)

[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.210...v1.0.211)

- Improve error reporting about mismatched signature in `with` and
`default` attributes
([#&#8203;2558](https://redirect.github.com/serde-rs/serde/issues/2558),
thanks [@&#8203;Mingun](https://redirect.github.com/Mingun))
- Show variant aliases in error message when variant deserialization
fails
([#&#8203;2566](https://redirect.github.com/serde-rs/serde/issues/2566),
thanks [@&#8203;Mingun](https://redirect.github.com/Mingun))
- Improve binary size of untagged enum and internally tagged enum
deserialization by about 12%
([#&#8203;2821](https://redirect.github.com/serde-rs/serde/issues/2821))

</details>

<details>
<summary>dtolnay/thiserror (thiserror)</summary>

###
[`v1.0.66`](https://redirect.github.com/dtolnay/thiserror/releases/tag/1.0.66)

[Compare
Source](https://redirect.github.com/dtolnay/thiserror/compare/1.0.65...1.0.66)

- Improve compile error on malformed format attribute
([#&#8203;327](https://redirect.github.com/dtolnay/thiserror/issues/327))

###
[`v1.0.65`](https://redirect.github.com/dtolnay/thiserror/releases/tag/1.0.65)

[Compare
Source](https://redirect.github.com/dtolnay/thiserror/compare/1.0.64...1.0.65)

- Ensure OUT_DIR is left with deterministic contents after build script
execution
([#&#8203;325](https://redirect.github.com/dtolnay/thiserror/issues/325))

</details>

<details>
<summary>tokio-rs/tokio (tokio)</summary>

###
[`v1.41.0`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.41.0):
Tokio v1.41.0

[Compare
Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.0)

##### 1.41.0 (Oct 22th, 2024)

##### Added

- metrics: stabilize `global_queue_depth` ([#&#8203;6854],
[#&#8203;6918])
-   net: add conversions for unix `SocketAddr` ([#&#8203;6868])
-   sync: add `watch::Sender::sender_count` ([#&#8203;6836])
-   sync: add `mpsc::Receiver::blocking_recv_many` ([#&#8203;6867])
-   task: stabilize `Id` apis ([#&#8203;6793], [#&#8203;6891])

##### Added (unstable)

- metrics: add H2 Histogram option to improve histogram granularity
([#&#8203;6897])
-   metrics: rename some histogram apis ([#&#8203;6924])
-   runtime: add `LocalRuntime` ([#&#8203;6808])

##### Changed

- runtime: box futures larger than 16k on release mode ([#&#8203;6826])
-   sync: add `#[must_use]` to `Notified` ([#&#8203;6828])
-   sync: make `watch` cooperative ([#&#8203;6846])
-   sync: make `broadcast::Receiver` cooperative ([#&#8203;6870])
-   task: add task size to tracing instrumentation ([#&#8203;6881])
-   wasm: enable `cfg_fs` for `wasi` target ([#&#8203;6822])

##### Fixed

- net: fix regression of abstract socket path in unix socket
([#&#8203;6838])

##### Documented

-   io: recommend `OwnedFd` with `AsyncFd` ([#&#8203;6821])
-   io: document cancel safety of `AsyncFd` methods ([#&#8203;6890])
- macros: render more comprehensible documentation for `join` and
`try_join` ([#&#8203;6814], [#&#8203;6841])
- net: fix swapped examples for `TcpSocket::set_nodelay` and
`TcpSocket::nodelay` ([#&#8203;6840])
-   sync: document runtime compatibility ([#&#8203;6833])

[#&#8203;6793]: https://redirect.github.com/tokio-rs/tokio/pull/6793

[#&#8203;6808]: https://redirect.github.com/tokio-rs/tokio/pull/6808

[#&#8203;6810]: https://redirect.github.com/tokio-rs/tokio/pull/6810

[#&#8203;6814]: https://redirect.github.com/tokio-rs/tokio/pull/6814

[#&#8203;6821]: https://redirect.github.com/tokio-rs/tokio/pull/6821

[#&#8203;6822]: https://redirect.github.com/tokio-rs/tokio/pull/6822

[#&#8203;6826]: https://redirect.github.com/tokio-rs/tokio/pull/6826

[#&#8203;6828]: https://redirect.github.com/tokio-rs/tokio/pull/6828

[#&#8203;6833]: https://redirect.github.com/tokio-rs/tokio/pull/6833

[#&#8203;6836]: https://redirect.github.com/tokio-rs/tokio/pull/6836

[#&#8203;6838]: https://redirect.github.com/tokio-rs/tokio/pull/6838

[#&#8203;6840]: https://redirect.github.com/tokio-rs/tokio/pull/6840

[#&#8203;6841]: https://redirect.github.com/tokio-rs/tokio/pull/6841

[#&#8203;6846]: https://redirect.github.com/tokio-rs/tokio/pull/6846

[#&#8203;6854]: https://redirect.github.com/tokio-rs/tokio/pull/6854

[#&#8203;6867]: https://redirect.github.com/tokio-rs/tokio/pull/6867

[#&#8203;6868]: https://redirect.github.com/tokio-rs/tokio/pull/6868

[#&#8203;6870]: https://redirect.github.com/tokio-rs/tokio/pull/6870

[#&#8203;6881]: https://redirect.github.com/tokio-rs/tokio/pull/6881

[#&#8203;6890]: https://redirect.github.com/tokio-rs/tokio/pull/6890

[#&#8203;6891]: https://redirect.github.com/tokio-rs/tokio/pull/6891

[#&#8203;6897]: https://redirect.github.com/tokio-rs/tokio/pull/6897

[#&#8203;6918]: https://redirect.github.com/tokio-rs/tokio/pull/6918

[#&#8203;6924]: https://redirect.github.com/tokio-rs/tokio/pull/6924

</details>

<details>
<summary>uuid-rs/uuid (uuid)</summary>

###
[`v1.11.0`](https://redirect.github.com/uuid-rs/uuid/releases/tag/1.11.0)

[Compare
Source](https://redirect.github.com/uuid-rs/uuid/compare/1.10.0...1.11.0)

#### What's Changed

- Upgrade zerocopy to 0.8 by
[@&#8203;yotamofek](https://redirect.github.com/yotamofek) in
[https://github.com/uuid-rs/uuid/pull/771](https://redirect.github.com/uuid-rs/uuid/pull/771)
- Prepare for 1.11.0 release by
[@&#8203;KodrAus](https://redirect.github.com/KodrAus) in
[https://github.com/uuid-rs/uuid/pull/772](https://redirect.github.com/uuid-rs/uuid/pull/772)

#### New Contributors

- [@&#8203;yotamofek](https://redirect.github.com/yotamofek) made their
first contribution in
[https://github.com/uuid-rs/uuid/pull/771](https://redirect.github.com/uuid-rs/uuid/pull/771)

**Full Changelog**:
https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on monday" (UTC), 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->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/dora-rs/dora).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
tags/v0.3.7rc1
Haixuan Xavier Tao GitHub 1 year ago
parent
commit
20c6328901
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 103 additions and 103 deletions
  1. +103
    -103
      Cargo.lock

+ 103
- 103
Cargo.lock View File

@@ -275,9 +275,9 @@ dependencies = [

[[package]]
name = "anyhow"
version = "1.0.89"
version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"

[[package]]
name = "arboard"
@@ -317,9 +317,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"

[[package]]
name = "arrow"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9ba0d7248932f4e2a12fb37f0a2e3ec82b3bdedbac2a1dce186e036843b8f8c"
checksum = "4caf25cdc4a985f91df42ed9e9308e1adbcd341a31a72605c697033fcef163e3"
dependencies = [
"arrow-arith",
"arrow-array",
@@ -339,9 +339,9 @@ dependencies = [

[[package]]
name = "arrow-arith"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d60afcdc004841a5c8d8da4f4fa22d64eb19c0c01ef4bcedd77f175a7cf6e38f"
checksum = "91f2dfd1a7ec0aca967dfaa616096aec49779adc8eccec005e2f5e4111b1192a"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -354,9 +354,9 @@ dependencies = [

[[package]]
name = "arrow-array"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f16835e8599dbbb1659fd869d865254c4cf32c6c2bb60b6942ac9fc36bfa5da"
checksum = "d39387ca628be747394890a6e47f138ceac1aa912eab64f02519fed24b637af8"
dependencies = [
"ahash",
"arrow-buffer",
@@ -370,9 +370,9 @@ dependencies = [

[[package]]
name = "arrow-buffer"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a1f34f0faae77da6b142db61deba2cb6d60167592b178be317b341440acba80"
checksum = "9e51e05228852ffe3eb391ce7178a0f97d2cf80cc6ef91d3c4a6b3cb688049ec"
dependencies = [
"bytes",
"half",
@@ -381,9 +381,9 @@ dependencies = [

[[package]]
name = "arrow-cast"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "450e4abb5775bca0740bec0bcf1b1a5ae07eff43bd625661c4436d8e8e4540c4"
checksum = "d09aea56ec9fa267f3f3f6cdab67d8a9974cbba90b3aa38c8fe9d0bb071bd8c1"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -401,9 +401,9 @@ dependencies = [

[[package]]
name = "arrow-csv"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a4e4d63830a341713e35d9a42452fbc6241d5f42fa5cf6a4681b8ad91370c4"
checksum = "c07b5232be87d115fde73e32f2ca7f1b353bff1b44ac422d3c6fc6ae38f11f0d"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -420,9 +420,9 @@ dependencies = [

[[package]]
name = "arrow-data"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b1e618bbf714c7a9e8d97203c806734f012ff71ae3adc8ad1b075689f540634"
checksum = "b98ae0af50890b494cebd7d6b04b35e896205c1d1df7b29a6272c5d0d0249ef5"
dependencies = [
"arrow-buffer",
"arrow-schema",
@@ -442,9 +442,9 @@ dependencies = [

[[package]]
name = "arrow-ipc"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f98e983549259a2b97049af7edfb8f28b8911682040e99a94e4ceb1196bd65c2"
checksum = "0ed91bdeaff5a1c00d28d8f73466bcb64d32bbd7093b5a30156b4b9f4dba3eee"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -456,9 +456,9 @@ dependencies = [

[[package]]
name = "arrow-json"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b198b9c6fcf086501730efbbcb483317b39330a116125af7bb06467d04b352a3"
checksum = "0471f51260a5309307e5d409c9dc70aede1cd9cf1d4ff0f0a1e8e1a2dd0e0d3c"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -476,9 +476,9 @@ dependencies = [

[[package]]
name = "arrow-ord"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2427f37b4459a4b9e533045abe87a5183a5e0995a3fc2c2fd45027ae2cc4ef3f"
checksum = "2883d7035e0b600fb4c30ce1e50e66e53d8656aa729f2bfa4b51d359cf3ded52"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -491,9 +491,9 @@ dependencies = [

[[package]]
name = "arrow-row"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15959657d92e2261a7a323517640af87f5afd9fd8a6492e424ebee2203c567f6"
checksum = "552907e8e587a6fde4f8843fd7a27a576a260f65dab6c065741ea79f633fc5be"
dependencies = [
"ahash",
"arrow-array",
@@ -505,9 +505,9 @@ dependencies = [

[[package]]
name = "arrow-schema"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf0388a18fd7f7f3fe3de01852d30f54ed5182f9004db700fbe3ba843ed2794"
checksum = "539ada65246b949bd99ffa0881a9a15a4a529448af1a07a9838dd78617dafab1"
dependencies = [
"bitflags 2.6.0",
"serde",
@@ -515,9 +515,9 @@ dependencies = [

[[package]]
name = "arrow-select"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b83e5723d307a38bf00ecd2972cd078d1339c7fd3eb044f609958a9a24463f3a"
checksum = "6259e566b752da6dceab91766ed8b2e67bf6270eb9ad8a6e07a33c1bede2b125"
dependencies = [
"ahash",
"arrow-array",
@@ -529,9 +529,9 @@ dependencies = [

[[package]]
name = "arrow-string"
version = "53.1.0"
version = "53.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab3db7c09dd826e74079661d84ed01ed06547cf75d52c2818ef776d0d852305"
checksum = "f3179ccbd18ebf04277a095ba7321b93fd1f774f18816bd5f6b3ce2f594edb6c"
dependencies = [
"arrow-array",
"arrow-buffer",
@@ -780,7 +780,7 @@ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -859,7 +859,7 @@ checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -876,7 +876,7 @@ checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -1319,7 +1319,7 @@ checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -1609,7 +1609,7 @@ dependencies = [
"heck 0.5.0",
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -2065,7 +2065,7 @@ dependencies = [
"proc-macro2",
"quote",
"scratch",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -2082,7 +2082,7 @@ checksum = "98532a60dedaebc4848cb2cba5023337cc9ea3af16a5b062633fabfd9f18fb60"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -2106,7 +2106,7 @@ dependencies = [
"proc-macro2",
"quote",
"strsim 0.11.1",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -2117,7 +2117,7 @@ checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
dependencies = [
"darling_core",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -2981,7 +2981,7 @@ checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -3002,7 +3002,7 @@ checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -3013,7 +3013,7 @@ checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -3034,7 +3034,7 @@ dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -3372,7 +3372,7 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -3538,7 +3538,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -3633,7 +3633,7 @@ checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -3737,7 +3737,7 @@ dependencies = [
"inflections",
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -4074,7 +4074,7 @@ dependencies = [
"httpdate",
"itoa",
"pin-project-lite",
"socket2 0.5.7",
"socket2 0.4.10",
"tokio",
"tower-service",
"tracing",
@@ -5410,7 +5410,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -5482,7 +5482,7 @@ dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -6132,7 +6132,7 @@ dependencies = [
"pest_meta",
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -6173,7 +6173,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -6454,7 +6454,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
dependencies = [
"proc-macro2",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -6493,9 +6493,9 @@ dependencies = [

[[package]]
name = "proc-macro2"
version = "1.0.87"
version = "1.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
dependencies = [
"unicode-ident",
]
@@ -6517,7 +6517,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
dependencies = [
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -6540,7 +6540,7 @@ dependencies = [
"itertools 0.12.1",
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -6597,9 +6597,9 @@ dependencies = [

[[package]]
name = "pyo3"
version = "0.22.4"
version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e89ce2565d6044ca31a3eb79a334c3a79a841120a98f64eea9f579564cb691"
checksum = "3d922163ba1f79c04bc49073ba7b32fd5a8d3b76a87c955921234b8e77333c51"
dependencies = [
"cfg-if 1.0.0",
"eyre",
@@ -6618,9 +6618,9 @@ dependencies = [

[[package]]
name = "pyo3-build-config"
version = "0.22.4"
version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8afbaf3abd7325e08f35ffb8deb5892046fcb2608b703db6a583a5ba4cea01e"
checksum = "bc38c5feeb496c8321091edf3d63e9a6829eab4b863b4a6a65f26f3e9cc6b179"
dependencies = [
"once_cell",
"target-lexicon",
@@ -6628,9 +6628,9 @@ dependencies = [

[[package]]
name = "pyo3-ffi"
version = "0.22.4"
version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec15a5ba277339d04763f4c23d85987a5b08cbb494860be141e6a10a8eb88022"
checksum = "94845622d88ae274d2729fcefc850e63d7a3ddff5e3ce11bd88486db9f1d357d"
dependencies = [
"libc",
"pyo3-build-config",
@@ -6638,27 +6638,27 @@ dependencies = [

[[package]]
name = "pyo3-macros"
version = "0.22.4"
version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15e0f01b5364bcfbb686a52fc4181d412b708a68ed20c330db9fc8d2c2bf5a43"
checksum = "e655aad15e09b94ffdb3ce3d217acf652e26bbc37697ef012f5e5e348c716e5e"
dependencies = [
"proc-macro2",
"pyo3-macros-backend",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
name = "pyo3-macros-backend"
version = "0.22.4"
version = "0.22.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a09b550200e1e5ed9176976d0060cbc2ea82dc8515da07885e7b8153a85caacb"
checksum = "ae1e3f09eecd94618f60a455a23def79f79eba4dc561a97324bf9ac8c6df30ce"
dependencies = [
"heck 0.5.0",
"proc-macro2",
"pyo3-build-config",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -6681,7 +6681,7 @@ dependencies = [
"pyo3",
"quote",
"quote_into",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -7875,7 +7875,7 @@ dependencies = [
"re_log",
"re_tracing",
"rust-format",
"syn 2.0.68",
"syn 2.0.86",
"tempfile",
"unindent",
"xshell",
@@ -8191,9 +8191,9 @@ dependencies = [

[[package]]
name = "regex"
version = "1.11.0"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
@@ -8796,7 +8796,7 @@ dependencies = [
"proc-macro2",
"quote",
"serde_derive_internals",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -8867,9 +8867,9 @@ checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"

[[package]]
name = "serde"
version = "1.0.210"
version = "1.0.214"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
dependencies = [
"serde_derive",
]
@@ -8924,13 +8924,13 @@ dependencies = [

[[package]]
name = "serde_derive"
version = "1.0.210"
version = "1.0.214"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -8941,7 +8941,7 @@ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -8964,7 +8964,7 @@ checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -9323,7 +9323,7 @@ checksum = "658f2ca5276b92c3dfd65fa88316b4e032ace68f88d7570b43967784c0bac5ac"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -9449,7 +9449,7 @@ dependencies = [
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -9477,9 +9477,9 @@ dependencies = [

[[package]]
name = "syn"
version = "2.0.68"
version = "2.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
checksum = "e89275301d38033efb81a6e60e3497e734dfcc62571f2854bf4b16690398824c"
dependencies = [
"proc-macro2",
"quote",
@@ -9631,22 +9631,22 @@ checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"

[[package]]
name = "thiserror"
version = "1.0.64"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
checksum = "5d171f59dbaa811dbbb1aee1e73db92ec2b122911a48e1390dfe327a821ddede"
dependencies = [
"thiserror-impl",
]

[[package]]
name = "thiserror-impl"
version = "1.0.64"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
checksum = "b08be0f17bd307950653ce45db00cd31200d82b624b36e181337d9c7d92765b5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -9793,9 +9793,9 @@ dependencies = [

[[package]]
name = "tokio"
version = "1.40.0"
version = "1.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
dependencies = [
"backtrace",
"bytes",
@@ -9827,7 +9827,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -9961,7 +9961,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -10282,9 +10282,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"

[[package]]
name = "uuid"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
dependencies = [
"getrandom",
"rand",
@@ -10295,13 +10295,13 @@ dependencies = [

[[package]]
name = "uuid-macro-internal"
version = "1.10.0"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee1cd046f83ea2c4e920d6ee9f7c3537ef928d75dce5d84a87c2c5d6b3999a3a"
checksum = "6b91f57fe13a38d0ce9e28a03463d8d3c2468ed03d75375110ec71d93b449a08"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -10419,7 +10419,7 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
"wasm-bindgen-shared",
]

@@ -10453,7 +10453,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
@@ -11300,7 +11300,7 @@ dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]
@@ -11891,7 +11891,7 @@ checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.68",
"syn 2.0.86",
]

[[package]]


Loading…
Cancel
Save