2023-04-29 07:49:35 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-12-04 00:22:51 +00:00
|
|
|
version = 4
|
2023-04-29 07:49:35 +00:00
|
|
|
|
2024-04-05 08:06:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.24.2"
|
2024-04-05 08:06:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2024-04-05 08:06:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2024-04-05 08:06:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2024-04-05 08:06:43 +02:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2024-04-05 08:06:43 +02:00
|
|
|
version = "0.8.4"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 08:06:43 +02:00
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
2023-09-22 00:09:15 +00:00
|
|
|
version = "0.10.3"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-22 00:09:15 +00:00
|
|
|
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
|
|
|
"cipher",
|
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2025-03-04 20:38:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.4.0"
|
2024-04-05 08:06:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2024-04-05 08:06:43 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.3.74"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2024-04-05 08:06:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows-targets",
|
2024-04-05 08:06:43 +02:00
|
|
|
]
|
2023-04-29 07:49:35 +00:00
|
|
|
|
2024-04-05 08:05:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-05-05 00:05:23 +00:00
|
|
|
version = "0.22.1"
|
2024-04-05 08:05:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-05 00:05:23 +00:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2024-04-05 08:05:41 +02:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2025-03-11 00:19:17 +00:00
|
|
|
version = "2.0.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-11 00:19:17 +00:00
|
|
|
checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"bincode_derive",
|
|
|
|
"serde",
|
Update Rust crate bincode to v2.0.0 (#115)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [bincode](https://github.com/bincode-org/bincode) | dependencies | patch | `2.0.0-rc.3` -> `2.0.0` |
---
### Release Notes
<details>
<summary>bincode-org/bincode (bincode)</summary>
### [`v2.0.0`](https://github.com/bincode-org/bincode/releases/tag/v2.0.0)
[Compare Source](https://github.com/bincode-org/bincode/compare/v2.0.0-rc.3...v2.0.0)
Stable! Finally! After 4 years in development! Many changes have made it in since rc.3, including (unfortunately) some last minute breaking changes. But documentation has been cleaned up to a point where we finally feel comfortable committing to things as they are.
If you haven't been following along with the 2.0 changes here is a brief overview
- Completely rewritten API decoupled from serde
- `no_std` support
- Official format specification
- Default configuration changes
- Increase MSRV to 1.85.0
#### What's Changed since 1.3.1
- Fix `WithOtherTrailing` and `WithOtherIntEncoding` by [@​luben](https://github.com/luben) in https://github.com/bincode-org/bincode/pull/342
- Update docs to highlight differences between DefaultOptions and fns by [@​apgoetz](https://github.com/apgoetz) in https://github.com/bincode-org/bincode/pull/373
- Address questions regarding suitability for storage and untrusted inputs by [@​mbr](https://github.com/mbr) in https://github.com/bincode-org/bincode/pull/346
- Fixed a stray comment. by [@​manuthambi](https://github.com/manuthambi) in https://github.com/bincode-org/bincode/pull/360
- update CI to new branching scheme by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/376
- clarify msrv support by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/375
- fix linting ci error by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/377
- prep branch for 2.0 work by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/379
- Update URLs and some cleanups by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/383
- fix typo by [@​ehooi](https://github.com/ehooi) in https://github.com/bincode-org/bincode/pull/392
- Edit version badge link by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/389
- Optimize varint parsing by [@​saethlin](https://github.com/saethlin) in https://github.com/bincode-org/bincode/pull/337
- Fix CI on trunk by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/408
- Update logo by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/407
- Make bincode_derive 0 dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/409
- Config rewrite by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/412
- Reintroduce varint optimizations by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/414
- Feature/deserde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/413
- Updated readme.md and added a test for the examples by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/417
- Update authors to reflect current code state by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/418
- Add necessary metadata to bincode_derive by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/420
- Replace test-all-features with a manual CI matrix by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/419
- Made the zigzag encoding examples compile and run by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/421
- Fix some typos by [@​Seppel3210](https://github.com/Seppel3210) in https://github.com/bincode-org/bincode/pull/423
- Generate qualified Result type in derive by [@​andrenth](https://github.com/andrenth) in https://github.com/bincode-org/bincode/pull/430
- Fixes for 427 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/428
- split off BorrowDecode from Decode in bincode_derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/432
- functions to enable encoding/decoding serde types by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/422
- Allow serde types to be Decode/Encoded by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/434
- Release 2.0.0-alpha.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/435
- Added Decode/Encode for HashMap\<K, V> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/438
- Added test case for a borrowed str by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/441
- Fixed clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/447
- Impl BorrowDecode for Option<&\[u8]> and Option<\&str> by [@​songzhi](https://github.com/songzhi) in https://github.com/bincode-org/bincode/pull/446
- Feature/config limit by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/439
- \[Breaking change] Made all `decode_from_slice` also return the number of bytes read by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/445
- Extract virtue by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/443
- Made the CI also check the benchmarks, fixed compile issue in benchmarks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/449
- Made the derive macros automatically implement the required traits on generic arguments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/454
- Release v2.0.0-alpha.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/455
- feat: Make `Configuration` functions `const` by [@​Popog](https://github.com/Popog) in https://github.com/bincode-org/bincode/pull/456
- Fix failed varint bench by [@​ygf11](https://github.com/ygf11) in https://github.com/bincode-org/bincode/pull/457
- Updated readme, added a paragraph on why we don't support #\[repr(u8)] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/461
- Bump virtue 0.0.4 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/463
- Fixed derive impl on an empty enum by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/462
- Release v2.0.0-beta.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/464
- Fix overflow error when deserializing invalid Duration by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/465
- Fix panic with invalid system time by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/469
- Add fuzzing harness, try to decode into various types by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/468
- Switched Decode and BorrowDecode to take \&mut D by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/470
- Switch Encode to take \&mut E by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/471
- Implemented the newly stabilized CString::from_vec_with_nul method by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/473
- Made SerdeDecoder attempt to allocate memory before complaining by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/475
- Update documentation by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/480
- Moved Configuration::standard() and ::legacy() to the config module by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/481
- Feature/improve serde by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/477
- made the serde functions consistent with the base bincode functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/483
- Migration guide by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/482
- Release v2.0.0-beta.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/484
- Run code coverage on all features by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/485
- Added #\[serde(untagged)] to the documentation of attributes that don't work by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/486
- Fixed an error in bincode derive where it would implement the wrong trait if a generic parameter is present by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/487
- Release v2.0.0-beta.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/488
- Added a table to the documentation to pick which functions to use by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/490
- Fix a bunch of typos by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/492
- Return an error if a decoded slice length doesn't fit into usize by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/491
- Updated to virtue 0.0.6, added #\[bincode(crate = other)] attribute by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/494
- Bumped dependency of virtue to 0.0.7 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/495
- Bincode 1 compatibility framework by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/489
- Added documentation on how to add compatibility tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/497
- Made the compatibility check also include bincode 2 serde, and added comments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/501
- Fix CString compatibility with bincode v1 by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/502
- Fuzz for compatibility with bincode v1 by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/498
- Fix/issue 500 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/503
- Add Membership test by [@​ppamorim](https://github.com/ppamorim) in https://github.com/bincode-org/bincode/pull/500
- Release v2.0.0-beta.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/505
- Reference implementations for Reader and Writer by [@​BRA1L0R](https://github.com/BRA1L0R) in https://github.com/bincode-org/bincode/pull/507
- Made config::standard() implement .write_fixed_array_header() by default by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/509
- Added HashSet by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/516
- Made the compat fuzzer ignore any LimitExceeded error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/515
- Release 2.0.0-rc.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/510
- Add zoxide under Bincode in the Wild by [@​ajeetdsouza](https://github.com/ajeetdsouza) in https://github.com/bincode-org/bincode/pull/525
- Made the Cow Encode constraints more permissive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/524
- Added `additional` to the `UnexpectedEnd` decode error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/522
- Allow encoding/decoding of HashMap and HashSet with custom hash algorithms by [@​bronsonp](https://github.com/bronsonp) in https://github.com/bincode-org/bincode/pull/529
- Added `std::error::Error::source` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/530
- Added cross platform tests workflow by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/534
- Fix riscv32 atomics and fix tests on 32-bit platforms by [@​xobs](https://github.com/xobs) in https://github.com/bincode-org/bincode/pull/533
- Fix cross platform tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/540
- Switched to weak dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/538
- Fix tuple struct encoding in serde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/549
- Rewrite: seperated Decode and BorrowDecode by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/526
- Add impl Encode for \[T], where T: Encode by [@​cronokirby](https://github.com/cronokirby) in https://github.com/bincode-org/bincode/pull/542
- Add impls for Rc<\[T]> and Arc<\[T]> by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/552
- Shrink `DecodeError` from 48 to 32 bytes on 64-bit arch by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/553
- Added windows and macos runner by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/554
- Implement `Decode` for `Box<str>` by [@​SabrinaJewson](https://github.com/SabrinaJewson) in https://github.com/bincode-org/bincode/pull/562
- Fixed clippy warning and updated DecodeError by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/574
- Updated test dependencies: uuid and glam by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/576
- Made `peek_read` take `&mut self` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/572
- Prefixed the E and D generic argument in bincode-derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/573
- Implement Default for Configuration by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/575
- Document what the usizes are for ([#​546](https://github.com/bincode-org/bincode/issues/546)) in https://github.com/bincode-org/bincode/pull/577
- Clarify config::legacy() doc to match config::standard() by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/580
- Implement Encode for tuples with up-to 16 elements. by [@​gz](https://github.com/gz) in https://github.com/bincode-org/bincode/pull/583
- Document configuration generics by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/581
- Extended BorrowDecode for HashMap to support custom hashers by [@​Speedy37](https://github.com/Speedy37) in https://github.com/bincode-org/bincode/pull/585
- Allow decoding with custom `DeserializeSeed` by [@​MrGVSV](https://github.com/MrGVSV) in https://github.com/bincode-org/bincode/pull/586
- Added `[serde(tag)]` to the list of tags that are known to give issues by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/584
- Release 2.0.0-rc.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/588
- Bump `virtue` to 0.0.9 and add test for [#​537](https://github.com/bincode-org/bincode/issues/537) by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/591
- Encode variant index instead of variant value by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/593
- Create CODE_OF_CONDUCT.md by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/597
- Move generated files to `target/generated/bincode` by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/600
- Add DecodeError::Other by [@​odysa](https://github.com/odysa) in https://github.com/bincode-org/bincode/pull/602
- Fixed new clippy lint in rust 1.65.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/603
- Add CIFuzz GitHub Action by [@​DavidKorczynski](https://github.com/DavidKorczynski) in https://github.com/bincode-org/bincode/pull/604
- Fixed new clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/617
- Improved encoding and decoding speed of Vec<u8> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/619
- Bumped virtue to 0.0.13 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/626
- Disabled i686-linux-andoid and x86\_64-linux-android CI as they fail for external reasons by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/627
- Made arrays never encode their length by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/625
- Release rc.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/628
- Fix typos in Spec.md enum example by [@​bigbass1997](https://github.com/bigbass1997) in https://github.com/bincode-org/bincode/pull/630
- fix(doc): broken intra link by [@​elpiel](https://github.com/elpiel) in https://github.com/bincode-org/bincode/pull/634
- Added dependabot by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/636
- Bump actions/checkout from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/638
- Bump codecov/codecov-action from 2 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/639
- Update glam requirement from 0.21 to 0.24 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/640
- Update criterion requirement from 0.3 to 0.4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/637
- Update criterion requirement from 0.4 to 0.5 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/641
- Update virtue requirement from 0.0.13 to 0.0.14 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/645
- Bump actions/upload-artifact from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/651
- Allow generics in impl_borrow_decode by [@​dullbananas](https://github.com/dullbananas) in https://github.com/bincode-org/bincode/pull/635
- Bump actions/checkout from 3 to 4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/660
- Fixed a new clippy warning by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/661
- Reverted 'static constraint on T in Vec<T> and \[T; N] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/663
- Fix cross compilations by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/664
- Added unty dependency and added type checks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/667
- Fix inconsistent naming between serde and non-serde functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/671
- Update virtue requirement from 0.0.14 to 0.0.15 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/673
- Compat and BorrowCompat Debug and Display implementations by [@​aegroto](https://github.com/aegroto) in https://github.com/bincode-org/bincode/pull/670
- Add missing test for encode_utf8 by [@​CXWorks](https://github.com/CXWorks) in https://github.com/bincode-org/bincode/pull/683
- Add getters for current configuration values by [@​shahn](https://github.com/shahn) in https://github.com/bincode-org/bincode/pull/681
- Use const functions where possible by [@​richardpringle](https://github.com/richardpringle) in https://github.com/bincode-org/bincode/pull/684
- Implement Encode & Decode for Wrapping<T> types by [@​mzachar](https://github.com/mzachar) in https://github.com/bincode-org/bincode/pull/686
- Fixed broken commit to trunk by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/687
- Update glam requirement from 0.24 to 0.25 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/688
- Add LICENSE.md to derive/ by [@​jfsulliv](https://github.com/jfsulliv) in https://github.com/bincode-org/bincode/pull/698
- Update virtue requirement from 0.0.15 to 0.0.16 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/692
- Update spec for `Option<T>` encoding by [@​mkeeter](https://github.com/mkeeter) in https://github.com/bincode-org/bincode/pull/702
- Fixed [#​707](https://github.com/bincode-org/bincode/issues/707) by [@​Vrtgs](https://github.com/Vrtgs) in https://github.com/bincode-org/bincode/pull/708
- Miri check by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/704
- Fixed broken miri CI script by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/712
- Fixed a warning in a derive test that would cause CI to fail by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/716
- Put clarifying language in migration guide regarding the serde:: and non-serde:: paths by [@​mcclure](https://github.com/mcclure) in https://github.com/bincode-org/bincode/pull/715
- Fixed new clippy lints by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/721
- Update virtue requirement from 0.0.16 to 0.0.17 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/719
- Add prerelease warning to readme.md by [@​xaocon](https://github.com/xaocon) in https://github.com/bincode-org/bincode/pull/728
- Update virtue requirement from 0.0.17 to 0.0.18 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/731
- Fix typo in spec.md by [@​DragonDev1906](https://github.com/DragonDev1906) in https://github.com/bincode-org/bincode/pull/730
- Implement basic traits for `Compat` and `BorrowCompat` by [@​skibon02](https://github.com/skibon02) in https://github.com/bincode-org/bincode/pull/734
- chore typo fix README.md by [@​Hack666r](https://github.com/Hack666r) in https://github.com/bincode-org/bincode/pull/737
- Fix CI and clippy by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/747
- Document making serde an optional dependency by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/746
- Finally got around to updating the spec based on feedback by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/741
- Expose types implementing `serde::Serializer` and `Deserializer` by [@​fjarri](https://github.com/fjarri) in https://github.com/bincode-org/bincode/pull/729
- make serde decode api consistent by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/748
- Decode context by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/749
- 2.0.0 stable by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/742
#### New Contributors
- [@​luben](https://github.com/luben) made their first contribution in https://github.com/bincode-org/bincode/pull/342
- [@​apgoetz](https://github.com/apgoetz) made their first contribution in https://github.com/bincode-org/bincode/pull/373
- [@​mbr](https://github.com/mbr) made their first contribution in https://github.com/bincode-org/bincode/pull/346
- [@​manuthambi](https://github.com/manuthambi) made their first contribution in https://github.com/bincode-org/bincode/pull/360
- [@​ehooi](https://github.com/ehooi) made their first contribution in https://github.com/bincode-org/bincode/pull/392
- [@​saethlin](https://github.com/saethlin) made their first contribution in https://github.com/bincode-org/bincode/pull/337
- [@​VictorKoenders](https://github.com/VictorKoenders) made their first contribution in https://github.com/bincode-org/bincode/pull/409
- [@​Seppel3210](https://github.com/Seppel3210) made their first contribution in https://github.com/bincode-org/bincode/pull/423
- [@​andrenth](https://github.com/andrenth) made their first contribution in https://github.com/bincode-org/bincode/pull/430
- [@​songzhi](https://github.com/songzhi) made their first contribution in https://github.com/bincode-org/bincode/pull/446
- [@​Popog](https://github.com/Popog) made their first contribution in https://github.com/bincode-org/bincode/pull/456
- [@​ygf11](https://github.com/ygf11) made their first contribution in https://github.com/bincode-org/bincode/pull/457
- [@​5225225](https://github.com/5225225) made their first contribution in https://github.com/bincode-org/bincode/pull/465
- [@​poljar](https://github.com/poljar) made their first contribution in https://github.com/bincode-org/bincode/pull/492
- [@​ppamorim](https://github.com/ppamorim) made their first contribution in https://github.com/bincode-org/bincode/pull/500
- [@​BRA1L0R](https://github.com/BRA1L0R) made their first contribution in https://github.com/bincode-org/bincode/pull/507
- [@​ajeetdsouza](https://github.com/ajeetdsouza) made their first contribution in https://github.com/bincode-org/bincode/pull/525
- [@​bronsonp](https://github.com/bronsonp) made their first contribution in https://github.com/bincode-org/bincode/pull/529
- [@​xobs](https://github.com/xobs) made their first contribution in https://github.com/bincode-org/bincode/pull/533
- [@​cronokirby](https://github.com/cronokirby) made their first contribution in https://github.com/bincode-org/bincode/pull/542
- [@​maciejhirsz](https://github.com/maciejhirsz) made their first contribution in https://github.com/bincode-org/bincode/pull/552
- [@​SabrinaJewson](https://github.com/SabrinaJewson) made their first contribution in https://github.com/bincode-org/bincode/pull/562
- [@​trevyn](https://github.com/trevyn) made their first contribution in https://github.com/bincode-org/bincode/pull/580
- [@​gz](https://github.com/gz) made their first contribution in https://github.com/bincode-org/bincode/pull/583
- [@​Speedy37](https://github.com/Speedy37) made their first contribution in https://github.com/bincode-org/bincode/pull/585
- [@​MrGVSV](https://github.com/MrGVSV) made their first contribution in https://github.com/bincode-org/bincode/pull/586
- [@​odysa](https://github.com/odysa) made their first contribution in https://github.com/bincode-org/bincode/pull/602
- [@​DavidKorczynski](https://github.com/DavidKorczynski) made their first contribution in https://github.com/bincode-org/bincode/pull/604
- [@​bigbass1997](https://github.com/bigbass1997) made their first contribution in https://github.com/bincode-org/bincode/pull/630
- [@​elpiel](https://github.com/elpiel) made their first contribution in https://github.com/bincode-org/bincode/pull/634
- [@​dependabot](https://github.com/dependabot) made their first contribution in https://github.com/bincode-org/bincode/pull/638
- [@​dullbananas](https://github.com/dullbananas) made their first contribution in https://github.com/bincode-org/bincode/pull/635
- [@​aegroto](https://github.com/aegroto) made their first contribution in https://github.com/bincode-org/bincode/pull/670
- [@​CXWorks](https://github.com/CXWorks) made their first contribution in https://github.com/bincode-org/bincode/pull/683
- [@​shahn](https://github.com/shahn) made their first contribution in https://github.com/bincode-org/bincode/pull/681
- [@​richardpringle](https://github.com/richardpringle) made their first contribution in https://github.com/bincode-org/bincode/pull/684
- [@​mzachar](https://github.com/mzachar) made their first contribution in https://github.com/bincode-org/bincode/pull/686
- [@​jfsulliv](https://github.com/jfsulliv) made their first contribution in https://github.com/bincode-org/bincode/pull/698
- [@​mkeeter](https://github.com/mkeeter) made their first contribution in https://github.com/bincode-org/bincode/pull/702
- [@​Vrtgs](https://github.com/Vrtgs) made their first contribution in https://github.com/bincode-org/bincode/pull/708
- [@​mcclure](https://github.com/mcclure) made their first contribution in https://github.com/bincode-org/bincode/pull/715
- [@​xaocon](https://github.com/xaocon) made their first contribution in https://github.com/bincode-org/bincode/pull/728
- [@​DragonDev1906](https://github.com/DragonDev1906) made their first contribution in https://github.com/bincode-org/bincode/pull/730
- [@​skibon02](https://github.com/skibon02) made their first contribution in https://github.com/bincode-org/bincode/pull/734
- [@​Hack666r](https://github.com/Hack666r) made their first contribution in https://github.com/bincode-org/bincode/pull/737
- [@​fjarri](https://github.com/fjarri) made their first contribution in https://github.com/bincode-org/bincode/pull/729
**Full Changelog**: https://github.com/bincode-org/bincode/compare/v1.3.1...v2.0.0
</details>
---
### 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://gitea.communiquons.org/pierre/light-openid/pulls/115
2025-03-10 18:29:00 +00:00
|
|
|
"unty",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bincode_derive"
|
2025-03-11 00:19:17 +00:00
|
|
|
version = "2.0.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-11 00:19:17 +00:00
|
|
|
checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"virtue",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "2.9.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
2024-04-05 08:06:43 +02:00
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.17.0"
|
2024-04-05 08:06:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
2024-04-05 08:06:43 +02:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.10.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.2.16"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
|
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-04-05 08:06:43 +02:00
|
|
|
version = "0.9.4"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 08:06:43 +02:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.8.7"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.2.17"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2025-03-04 20:38:34 +01:00
|
|
|
"rand_core 0.6.4",
|
2023-04-29 07:49:35 +00:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2025-03-04 20:38:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.8.35"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2024-03-21 00:05:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.0.2"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
2024-03-21 00:05:34 +00:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.3.10"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "2.3.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-04-05 08:06:43 +02:00
|
|
|
version = "1.2.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 08:06:43 +02:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.3.31"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.3.31"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.3.31"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.3.31"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.3.31"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.2.15"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2025-03-04 20:38:34 +01:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.13.3+wasi-0.2.2",
|
|
|
|
"windows-targets",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
2024-04-05 08:06:43 +02:00
|
|
|
version = "0.5.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 08:06:43 +02:00
|
|
|
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"opaque-debug",
|
|
|
|
"polyval",
|
|
|
|
]
|
|
|
|
|
2024-04-05 08:06:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.31.1"
|
2024-04-05 08:06:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2024-04-05 08:06:43 +02:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.4.8"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"atomic-waker",
|
2023-04-29 07:49:35 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.15.2"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.2.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.0.1"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-03-21 00:05:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.1.2"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2025-03-04 20:38:34 +01:00
|
|
|
"futures-util",
|
2023-04-29 07:49:35 +00:00
|
|
|
"http",
|
2024-03-21 00:05:34 +00:00
|
|
|
"http-body",
|
2023-04-29 07:49:35 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.10.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.6.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-03-21 00:05:34 +00:00
|
|
|
"smallvec",
|
2023-04-29 07:49:35 +00:00
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2024-06-18 00:15:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.27.5"
|
2024-06-18 00:15:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
2024-06-18 00:15:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
|
|
|
"rustls",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
2024-03-21 00:05:34 +00:00
|
|
|
version = "0.6.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-21 00:05:34 +00:00
|
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-03-21 00:05:34 +00:00
|
|
|
"http-body-util",
|
2023-04-29 07:49:35 +00:00
|
|
|
"hyper",
|
2024-03-21 00:05:34 +00:00
|
|
|
"hyper-util",
|
2023-04-29 07:49:35 +00:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2024-03-21 00:05:34 +00:00
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-12-27 00:21:50 +00:00
|
|
|
version = "0.1.10"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-27 00:21:50 +00:00
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2024-03-21 00:05:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
2024-04-05 08:06:43 +02:00
|
|
|
"socket2",
|
2024-03-21 00:05:34 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
2025-03-04 20:38:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
|
|
dependencies = [
|
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "2.7.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2024-03-21 00:05:34 +00:00
|
|
|
"equivalent",
|
2023-04-29 07:49:35 +00:00
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.1.4"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "2.11.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.0.15"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.3.77"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"once_cell",
|
2023-04-29 07:49:35 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.2.170"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "light-openid"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.0.3"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"aes-gcm",
|
2025-03-04 20:38:34 +01:00
|
|
|
"base64",
|
2023-04-29 07:49:35 +00:00
|
|
|
"bincode",
|
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"urlencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.4.15"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-02-22 00:07:27 +00:00
|
|
|
version = "0.4.26"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-22 00:07:27 +00:00
|
|
|
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
2024-04-05 08:06:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "2.7.4"
|
2024-04-05 08:06:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2024-04-05 08:06:43 +02:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
2024-04-05 08:06:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.8.5"
|
2024-04-05 08:06:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5"
|
2024-04-05 08:06:43 +02:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"adler2",
|
2024-04-05 08:06:43 +02:00
|
|
|
]
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.0.3"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-03-04 20:38:34 +01:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"windows-sys 0.52.0",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.2.14"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2024-04-05 08:06:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.36.7"
|
2024-04-05 08:06:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2024-04-05 08:06:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.20.3"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
2024-04-05 08:06:43 +02:00
|
|
|
version = "0.3.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 08:06:43 +02:00
|
|
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.10.71"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"bitflags",
|
2023-04-29 07:49:35 +00:00
|
|
|
"cfg-if",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"openssl-macros",
|
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 08:06:43 +02:00
|
|
|
"syn",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.1.6"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.9.106"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-04-05 08:06:43 +02:00
|
|
|
version = "2.3.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 08:06:43 +02:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.2.16"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.3.32"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
2024-04-05 08:06:43 +02:00
|
|
|
version = "0.6.2"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 08:06:43 +02:00
|
|
|
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.2.20"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy 0.7.35",
|
|
|
|
]
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.0.94"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.0.39"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.9.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"rand_chacha",
|
2025-03-04 20:38:34 +01:00
|
|
|
"rand_core 0.9.3",
|
|
|
|
"zerocopy 0.8.21",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.9.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2025-03-04 20:38:34 +01:00
|
|
|
"rand_core 0.9.3",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"getrandom 0.2.15",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.3.1",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2025-01-01 00:21:51 +00:00
|
|
|
version = "0.12.12"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-01 00:21:51 +00:00
|
|
|
checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"base64",
|
2023-04-29 07:49:35 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-03-21 00:05:34 +00:00
|
|
|
"http-body-util",
|
2023-04-29 07:49:35 +00:00
|
|
|
"hyper",
|
2024-06-18 00:15:44 +00:00
|
|
|
"hyper-rustls",
|
2023-04-29 07:49:35 +00:00
|
|
|
"hyper-tls",
|
2024-03-21 00:05:34 +00:00
|
|
|
"hyper-util",
|
2023-04-29 07:49:35 +00:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-02-01 00:31:59 +00:00
|
|
|
"rustls-pemfile",
|
2023-04-29 07:49:35 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-02-01 00:31:59 +00:00
|
|
|
"sync_wrapper",
|
2023-10-03 00:06:04 +00:00
|
|
|
"system-configuration",
|
2023-04-29 07:49:35 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2024-12-27 00:21:50 +00:00
|
|
|
"tower",
|
2023-04-29 07:49:35 +00:00
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2024-09-12 00:32:09 +00:00
|
|
|
"windows-registry",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
2024-06-18 00:15:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.17.11"
|
2024-06-18 00:15:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73"
|
2024-06-18 00:15:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
2025-03-04 20:38:34 +01:00
|
|
|
"getrandom 0.2.15",
|
2024-06-18 00:15:44 +00:00
|
|
|
"libc",
|
|
|
|
"untrusted",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2024-04-05 08:06:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.1.24"
|
2024-04-05 08:06:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2024-04-05 08:06:43 +02:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.38.44"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"bitflags",
|
2023-04-29 07:49:35 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
2024-06-18 00:15:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.23.23"
|
2024-06-18 00:15:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
|
2024-06-18 00:15:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-webpki",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-02-01 00:31:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "2.2.0"
|
2024-02-01 00:31:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
2024-02-01 00:31:59 +00:00
|
|
|
dependencies = [
|
2024-04-06 00:12:04 +00:00
|
|
|
"rustls-pki-types",
|
2024-02-01 00:31:59 +00:00
|
|
|
]
|
|
|
|
|
2024-04-06 00:12:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.11.0"
|
2024-04-06 00:12:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
|
2024-04-06 00:12:04 +00:00
|
|
|
|
2024-06-18 00:15:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.102.8"
|
2024-06-18 00:15:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2024-06-18 00:15:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2025-03-04 20:38:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.0.20"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.1.27"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "2.11.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"bitflags",
|
2023-04-29 07:49:35 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "2.14.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-03-10 00:19:24 +00:00
|
|
|
version = "1.0.219"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-10 00:19:24 +00:00
|
|
|
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-03-10 00:19:24 +00:00
|
|
|
version = "1.0.219"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-10 00:19:24 +00:00
|
|
|
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 08:06:43 +02:00
|
|
|
"syn",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-03-04 00:19:05 +00:00
|
|
|
version = "1.0.140"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 00:19:05 +00:00
|
|
|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-07-29 00:08:41 +00:00
|
|
|
"memchr",
|
2023-04-29 07:49:35 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2025-03-04 20:38:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2024-04-05 08:06:43 +02:00
|
|
|
version = "0.4.9"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 08:06:43 +02:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2024-03-21 00:05:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.14.0"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd"
|
2024-03-21 00:05:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.5.8"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2024-03-21 00:05:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2024-06-18 00:15:44 +00:00
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
2024-06-18 00:15:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2024-06-18 00:15:44 +00:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "2.6.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "2.0.99"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-02-01 00:31:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.0.2"
|
2024-02-01 00:31:59 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
2024-09-12 00:32:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
2024-02-01 00:31:59 +00:00
|
|
|
|
2025-03-04 20:38:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-10-03 00:06:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
2024-09-12 00:32:09 +00:00
|
|
|
version = "0.6.1"
|
2023-10-03 00:06:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 00:32:09 +00:00
|
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
2023-10-03 00:06:04 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"bitflags",
|
2023-10-03 00:06:04 +00:00
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
2024-09-12 00:32:09 +00:00
|
|
|
version = "0.6.0"
|
2023-10-03 00:06:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 00:32:09 +00:00
|
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
2023-10-03 00:06:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "3.17.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2025-03-04 20:38:34 +01:00
|
|
|
"getrandom 0.3.1",
|
|
|
|
"once_cell",
|
2023-04-29 07:49:35 +00:00
|
|
|
"rustix",
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.43.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2024-04-05 08:06:43 +02:00
|
|
|
"backtrace",
|
2023-04-29 07:49:35 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"pin-project-lite",
|
2024-04-05 08:06:43 +02:00
|
|
|
"socket2",
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-06-18 00:15:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.26.2"
|
2024-06-18 00:15:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
2024-06-18 00:15:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.7.13"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-03-21 00:05:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
2024-12-27 00:21:50 +00:00
|
|
|
version = "0.5.2"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-27 00:21:50 +00:00
|
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
2024-03-21 00:05:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
2024-12-27 00:21:50 +00:00
|
|
|
"sync_wrapper",
|
2024-03-21 00:05:34 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
2024-12-27 00:21:50 +00:00
|
|
|
version = "0.3.3"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-27 00:21:50 +00:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2024-03-21 00:05:34 +00:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-12-27 00:21:50 +00:00
|
|
|
version = "0.3.3"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-27 00:21:50 +00:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.1.41"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.1.33"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-04-05 08:06:43 +02:00
|
|
|
version = "0.2.5"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 08:06:43 +02:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.18.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "1.0.18"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
2024-04-05 08:06:43 +02:00
|
|
|
version = "0.5.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 08:06:43 +02:00
|
|
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2024-06-18 00:15:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
Update Rust crate bincode to v2.0.0 (#115)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [bincode](https://github.com/bincode-org/bincode) | dependencies | patch | `2.0.0-rc.3` -> `2.0.0` |
---
### Release Notes
<details>
<summary>bincode-org/bincode (bincode)</summary>
### [`v2.0.0`](https://github.com/bincode-org/bincode/releases/tag/v2.0.0)
[Compare Source](https://github.com/bincode-org/bincode/compare/v2.0.0-rc.3...v2.0.0)
Stable! Finally! After 4 years in development! Many changes have made it in since rc.3, including (unfortunately) some last minute breaking changes. But documentation has been cleaned up to a point where we finally feel comfortable committing to things as they are.
If you haven't been following along with the 2.0 changes here is a brief overview
- Completely rewritten API decoupled from serde
- `no_std` support
- Official format specification
- Default configuration changes
- Increase MSRV to 1.85.0
#### What's Changed since 1.3.1
- Fix `WithOtherTrailing` and `WithOtherIntEncoding` by [@​luben](https://github.com/luben) in https://github.com/bincode-org/bincode/pull/342
- Update docs to highlight differences between DefaultOptions and fns by [@​apgoetz](https://github.com/apgoetz) in https://github.com/bincode-org/bincode/pull/373
- Address questions regarding suitability for storage and untrusted inputs by [@​mbr](https://github.com/mbr) in https://github.com/bincode-org/bincode/pull/346
- Fixed a stray comment. by [@​manuthambi](https://github.com/manuthambi) in https://github.com/bincode-org/bincode/pull/360
- update CI to new branching scheme by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/376
- clarify msrv support by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/375
- fix linting ci error by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/377
- prep branch for 2.0 work by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/379
- Update URLs and some cleanups by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/383
- fix typo by [@​ehooi](https://github.com/ehooi) in https://github.com/bincode-org/bincode/pull/392
- Edit version badge link by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/389
- Optimize varint parsing by [@​saethlin](https://github.com/saethlin) in https://github.com/bincode-org/bincode/pull/337
- Fix CI on trunk by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/408
- Update logo by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/407
- Make bincode_derive 0 dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/409
- Config rewrite by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/412
- Reintroduce varint optimizations by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/414
- Feature/deserde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/413
- Updated readme.md and added a test for the examples by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/417
- Update authors to reflect current code state by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/418
- Add necessary metadata to bincode_derive by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/420
- Replace test-all-features with a manual CI matrix by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/419
- Made the zigzag encoding examples compile and run by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/421
- Fix some typos by [@​Seppel3210](https://github.com/Seppel3210) in https://github.com/bincode-org/bincode/pull/423
- Generate qualified Result type in derive by [@​andrenth](https://github.com/andrenth) in https://github.com/bincode-org/bincode/pull/430
- Fixes for 427 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/428
- split off BorrowDecode from Decode in bincode_derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/432
- functions to enable encoding/decoding serde types by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/422
- Allow serde types to be Decode/Encoded by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/434
- Release 2.0.0-alpha.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/435
- Added Decode/Encode for HashMap\<K, V> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/438
- Added test case for a borrowed str by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/441
- Fixed clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/447
- Impl BorrowDecode for Option<&\[u8]> and Option<\&str> by [@​songzhi](https://github.com/songzhi) in https://github.com/bincode-org/bincode/pull/446
- Feature/config limit by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/439
- \[Breaking change] Made all `decode_from_slice` also return the number of bytes read by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/445
- Extract virtue by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/443
- Made the CI also check the benchmarks, fixed compile issue in benchmarks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/449
- Made the derive macros automatically implement the required traits on generic arguments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/454
- Release v2.0.0-alpha.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/455
- feat: Make `Configuration` functions `const` by [@​Popog](https://github.com/Popog) in https://github.com/bincode-org/bincode/pull/456
- Fix failed varint bench by [@​ygf11](https://github.com/ygf11) in https://github.com/bincode-org/bincode/pull/457
- Updated readme, added a paragraph on why we don't support #\[repr(u8)] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/461
- Bump virtue 0.0.4 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/463
- Fixed derive impl on an empty enum by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/462
- Release v2.0.0-beta.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/464
- Fix overflow error when deserializing invalid Duration by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/465
- Fix panic with invalid system time by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/469
- Add fuzzing harness, try to decode into various types by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/468
- Switched Decode and BorrowDecode to take \&mut D by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/470
- Switch Encode to take \&mut E by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/471
- Implemented the newly stabilized CString::from_vec_with_nul method by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/473
- Made SerdeDecoder attempt to allocate memory before complaining by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/475
- Update documentation by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/480
- Moved Configuration::standard() and ::legacy() to the config module by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/481
- Feature/improve serde by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/477
- made the serde functions consistent with the base bincode functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/483
- Migration guide by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/482
- Release v2.0.0-beta.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/484
- Run code coverage on all features by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/485
- Added #\[serde(untagged)] to the documentation of attributes that don't work by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/486
- Fixed an error in bincode derive where it would implement the wrong trait if a generic parameter is present by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/487
- Release v2.0.0-beta.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/488
- Added a table to the documentation to pick which functions to use by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/490
- Fix a bunch of typos by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/492
- Return an error if a decoded slice length doesn't fit into usize by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/491
- Updated to virtue 0.0.6, added #\[bincode(crate = other)] attribute by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/494
- Bumped dependency of virtue to 0.0.7 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/495
- Bincode 1 compatibility framework by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/489
- Added documentation on how to add compatibility tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/497
- Made the compatibility check also include bincode 2 serde, and added comments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/501
- Fix CString compatibility with bincode v1 by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/502
- Fuzz for compatibility with bincode v1 by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/498
- Fix/issue 500 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/503
- Add Membership test by [@​ppamorim](https://github.com/ppamorim) in https://github.com/bincode-org/bincode/pull/500
- Release v2.0.0-beta.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/505
- Reference implementations for Reader and Writer by [@​BRA1L0R](https://github.com/BRA1L0R) in https://github.com/bincode-org/bincode/pull/507
- Made config::standard() implement .write_fixed_array_header() by default by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/509
- Added HashSet by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/516
- Made the compat fuzzer ignore any LimitExceeded error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/515
- Release 2.0.0-rc.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/510
- Add zoxide under Bincode in the Wild by [@​ajeetdsouza](https://github.com/ajeetdsouza) in https://github.com/bincode-org/bincode/pull/525
- Made the Cow Encode constraints more permissive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/524
- Added `additional` to the `UnexpectedEnd` decode error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/522
- Allow encoding/decoding of HashMap and HashSet with custom hash algorithms by [@​bronsonp](https://github.com/bronsonp) in https://github.com/bincode-org/bincode/pull/529
- Added `std::error::Error::source` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/530
- Added cross platform tests workflow by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/534
- Fix riscv32 atomics and fix tests on 32-bit platforms by [@​xobs](https://github.com/xobs) in https://github.com/bincode-org/bincode/pull/533
- Fix cross platform tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/540
- Switched to weak dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/538
- Fix tuple struct encoding in serde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/549
- Rewrite: seperated Decode and BorrowDecode by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/526
- Add impl Encode for \[T], where T: Encode by [@​cronokirby](https://github.com/cronokirby) in https://github.com/bincode-org/bincode/pull/542
- Add impls for Rc<\[T]> and Arc<\[T]> by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/552
- Shrink `DecodeError` from 48 to 32 bytes on 64-bit arch by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/553
- Added windows and macos runner by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/554
- Implement `Decode` for `Box<str>` by [@​SabrinaJewson](https://github.com/SabrinaJewson) in https://github.com/bincode-org/bincode/pull/562
- Fixed clippy warning and updated DecodeError by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/574
- Updated test dependencies: uuid and glam by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/576
- Made `peek_read` take `&mut self` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/572
- Prefixed the E and D generic argument in bincode-derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/573
- Implement Default for Configuration by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/575
- Document what the usizes are for ([#​546](https://github.com/bincode-org/bincode/issues/546)) in https://github.com/bincode-org/bincode/pull/577
- Clarify config::legacy() doc to match config::standard() by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/580
- Implement Encode for tuples with up-to 16 elements. by [@​gz](https://github.com/gz) in https://github.com/bincode-org/bincode/pull/583
- Document configuration generics by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/581
- Extended BorrowDecode for HashMap to support custom hashers by [@​Speedy37](https://github.com/Speedy37) in https://github.com/bincode-org/bincode/pull/585
- Allow decoding with custom `DeserializeSeed` by [@​MrGVSV](https://github.com/MrGVSV) in https://github.com/bincode-org/bincode/pull/586
- Added `[serde(tag)]` to the list of tags that are known to give issues by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/584
- Release 2.0.0-rc.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/588
- Bump `virtue` to 0.0.9 and add test for [#​537](https://github.com/bincode-org/bincode/issues/537) by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/591
- Encode variant index instead of variant value by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/593
- Create CODE_OF_CONDUCT.md by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/597
- Move generated files to `target/generated/bincode` by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/600
- Add DecodeError::Other by [@​odysa](https://github.com/odysa) in https://github.com/bincode-org/bincode/pull/602
- Fixed new clippy lint in rust 1.65.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/603
- Add CIFuzz GitHub Action by [@​DavidKorczynski](https://github.com/DavidKorczynski) in https://github.com/bincode-org/bincode/pull/604
- Fixed new clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/617
- Improved encoding and decoding speed of Vec<u8> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/619
- Bumped virtue to 0.0.13 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/626
- Disabled i686-linux-andoid and x86\_64-linux-android CI as they fail for external reasons by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/627
- Made arrays never encode their length by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/625
- Release rc.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/628
- Fix typos in Spec.md enum example by [@​bigbass1997](https://github.com/bigbass1997) in https://github.com/bincode-org/bincode/pull/630
- fix(doc): broken intra link by [@​elpiel](https://github.com/elpiel) in https://github.com/bincode-org/bincode/pull/634
- Added dependabot by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/636
- Bump actions/checkout from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/638
- Bump codecov/codecov-action from 2 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/639
- Update glam requirement from 0.21 to 0.24 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/640
- Update criterion requirement from 0.3 to 0.4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/637
- Update criterion requirement from 0.4 to 0.5 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/641
- Update virtue requirement from 0.0.13 to 0.0.14 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/645
- Bump actions/upload-artifact from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/651
- Allow generics in impl_borrow_decode by [@​dullbananas](https://github.com/dullbananas) in https://github.com/bincode-org/bincode/pull/635
- Bump actions/checkout from 3 to 4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/660
- Fixed a new clippy warning by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/661
- Reverted 'static constraint on T in Vec<T> and \[T; N] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/663
- Fix cross compilations by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/664
- Added unty dependency and added type checks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/667
- Fix inconsistent naming between serde and non-serde functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/671
- Update virtue requirement from 0.0.14 to 0.0.15 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/673
- Compat and BorrowCompat Debug and Display implementations by [@​aegroto](https://github.com/aegroto) in https://github.com/bincode-org/bincode/pull/670
- Add missing test for encode_utf8 by [@​CXWorks](https://github.com/CXWorks) in https://github.com/bincode-org/bincode/pull/683
- Add getters for current configuration values by [@​shahn](https://github.com/shahn) in https://github.com/bincode-org/bincode/pull/681
- Use const functions where possible by [@​richardpringle](https://github.com/richardpringle) in https://github.com/bincode-org/bincode/pull/684
- Implement Encode & Decode for Wrapping<T> types by [@​mzachar](https://github.com/mzachar) in https://github.com/bincode-org/bincode/pull/686
- Fixed broken commit to trunk by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/687
- Update glam requirement from 0.24 to 0.25 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/688
- Add LICENSE.md to derive/ by [@​jfsulliv](https://github.com/jfsulliv) in https://github.com/bincode-org/bincode/pull/698
- Update virtue requirement from 0.0.15 to 0.0.16 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/692
- Update spec for `Option<T>` encoding by [@​mkeeter](https://github.com/mkeeter) in https://github.com/bincode-org/bincode/pull/702
- Fixed [#​707](https://github.com/bincode-org/bincode/issues/707) by [@​Vrtgs](https://github.com/Vrtgs) in https://github.com/bincode-org/bincode/pull/708
- Miri check by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/704
- Fixed broken miri CI script by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/712
- Fixed a warning in a derive test that would cause CI to fail by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/716
- Put clarifying language in migration guide regarding the serde:: and non-serde:: paths by [@​mcclure](https://github.com/mcclure) in https://github.com/bincode-org/bincode/pull/715
- Fixed new clippy lints by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/721
- Update virtue requirement from 0.0.16 to 0.0.17 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/719
- Add prerelease warning to readme.md by [@​xaocon](https://github.com/xaocon) in https://github.com/bincode-org/bincode/pull/728
- Update virtue requirement from 0.0.17 to 0.0.18 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/731
- Fix typo in spec.md by [@​DragonDev1906](https://github.com/DragonDev1906) in https://github.com/bincode-org/bincode/pull/730
- Implement basic traits for `Compat` and `BorrowCompat` by [@​skibon02](https://github.com/skibon02) in https://github.com/bincode-org/bincode/pull/734
- chore typo fix README.md by [@​Hack666r](https://github.com/Hack666r) in https://github.com/bincode-org/bincode/pull/737
- Fix CI and clippy by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/747
- Document making serde an optional dependency by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/746
- Finally got around to updating the spec based on feedback by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/741
- Expose types implementing `serde::Serializer` and `Deserializer` by [@​fjarri](https://github.com/fjarri) in https://github.com/bincode-org/bincode/pull/729
- make serde decode api consistent by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/748
- Decode context by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/749
- 2.0.0 stable by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/742
#### New Contributors
- [@​luben](https://github.com/luben) made their first contribution in https://github.com/bincode-org/bincode/pull/342
- [@​apgoetz](https://github.com/apgoetz) made their first contribution in https://github.com/bincode-org/bincode/pull/373
- [@​mbr](https://github.com/mbr) made their first contribution in https://github.com/bincode-org/bincode/pull/346
- [@​manuthambi](https://github.com/manuthambi) made their first contribution in https://github.com/bincode-org/bincode/pull/360
- [@​ehooi](https://github.com/ehooi) made their first contribution in https://github.com/bincode-org/bincode/pull/392
- [@​saethlin](https://github.com/saethlin) made their first contribution in https://github.com/bincode-org/bincode/pull/337
- [@​VictorKoenders](https://github.com/VictorKoenders) made their first contribution in https://github.com/bincode-org/bincode/pull/409
- [@​Seppel3210](https://github.com/Seppel3210) made their first contribution in https://github.com/bincode-org/bincode/pull/423
- [@​andrenth](https://github.com/andrenth) made their first contribution in https://github.com/bincode-org/bincode/pull/430
- [@​songzhi](https://github.com/songzhi) made their first contribution in https://github.com/bincode-org/bincode/pull/446
- [@​Popog](https://github.com/Popog) made their first contribution in https://github.com/bincode-org/bincode/pull/456
- [@​ygf11](https://github.com/ygf11) made their first contribution in https://github.com/bincode-org/bincode/pull/457
- [@​5225225](https://github.com/5225225) made their first contribution in https://github.com/bincode-org/bincode/pull/465
- [@​poljar](https://github.com/poljar) made their first contribution in https://github.com/bincode-org/bincode/pull/492
- [@​ppamorim](https://github.com/ppamorim) made their first contribution in https://github.com/bincode-org/bincode/pull/500
- [@​BRA1L0R](https://github.com/BRA1L0R) made their first contribution in https://github.com/bincode-org/bincode/pull/507
- [@​ajeetdsouza](https://github.com/ajeetdsouza) made their first contribution in https://github.com/bincode-org/bincode/pull/525
- [@​bronsonp](https://github.com/bronsonp) made their first contribution in https://github.com/bincode-org/bincode/pull/529
- [@​xobs](https://github.com/xobs) made their first contribution in https://github.com/bincode-org/bincode/pull/533
- [@​cronokirby](https://github.com/cronokirby) made their first contribution in https://github.com/bincode-org/bincode/pull/542
- [@​maciejhirsz](https://github.com/maciejhirsz) made their first contribution in https://github.com/bincode-org/bincode/pull/552
- [@​SabrinaJewson](https://github.com/SabrinaJewson) made their first contribution in https://github.com/bincode-org/bincode/pull/562
- [@​trevyn](https://github.com/trevyn) made their first contribution in https://github.com/bincode-org/bincode/pull/580
- [@​gz](https://github.com/gz) made their first contribution in https://github.com/bincode-org/bincode/pull/583
- [@​Speedy37](https://github.com/Speedy37) made their first contribution in https://github.com/bincode-org/bincode/pull/585
- [@​MrGVSV](https://github.com/MrGVSV) made their first contribution in https://github.com/bincode-org/bincode/pull/586
- [@​odysa](https://github.com/odysa) made their first contribution in https://github.com/bincode-org/bincode/pull/602
- [@​DavidKorczynski](https://github.com/DavidKorczynski) made their first contribution in https://github.com/bincode-org/bincode/pull/604
- [@​bigbass1997](https://github.com/bigbass1997) made their first contribution in https://github.com/bincode-org/bincode/pull/630
- [@​elpiel](https://github.com/elpiel) made their first contribution in https://github.com/bincode-org/bincode/pull/634
- [@​dependabot](https://github.com/dependabot) made their first contribution in https://github.com/bincode-org/bincode/pull/638
- [@​dullbananas](https://github.com/dullbananas) made their first contribution in https://github.com/bincode-org/bincode/pull/635
- [@​aegroto](https://github.com/aegroto) made their first contribution in https://github.com/bincode-org/bincode/pull/670
- [@​CXWorks](https://github.com/CXWorks) made their first contribution in https://github.com/bincode-org/bincode/pull/683
- [@​shahn](https://github.com/shahn) made their first contribution in https://github.com/bincode-org/bincode/pull/681
- [@​richardpringle](https://github.com/richardpringle) made their first contribution in https://github.com/bincode-org/bincode/pull/684
- [@​mzachar](https://github.com/mzachar) made their first contribution in https://github.com/bincode-org/bincode/pull/686
- [@​jfsulliv](https://github.com/jfsulliv) made their first contribution in https://github.com/bincode-org/bincode/pull/698
- [@​mkeeter](https://github.com/mkeeter) made their first contribution in https://github.com/bincode-org/bincode/pull/702
- [@​Vrtgs](https://github.com/Vrtgs) made their first contribution in https://github.com/bincode-org/bincode/pull/708
- [@​mcclure](https://github.com/mcclure) made their first contribution in https://github.com/bincode-org/bincode/pull/715
- [@​xaocon](https://github.com/xaocon) made their first contribution in https://github.com/bincode-org/bincode/pull/728
- [@​DragonDev1906](https://github.com/DragonDev1906) made their first contribution in https://github.com/bincode-org/bincode/pull/730
- [@​skibon02](https://github.com/skibon02) made their first contribution in https://github.com/bincode-org/bincode/pull/734
- [@​Hack666r](https://github.com/Hack666r) made their first contribution in https://github.com/bincode-org/bincode/pull/737
- [@​fjarri](https://github.com/fjarri) made their first contribution in https://github.com/bincode-org/bincode/pull/729
**Full Changelog**: https://github.com/bincode-org/bincode/compare/v1.3.1...v2.0.0
</details>
---
### 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://gitea.communiquons.org/pierre/light-openid/pulls/115
2025-03-10 18:29:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unty"
|
2025-03-11 00:19:17 +00:00
|
|
|
version = "0.0.4"
|
Update Rust crate bincode to v2.0.0 (#115)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [bincode](https://github.com/bincode-org/bincode) | dependencies | patch | `2.0.0-rc.3` -> `2.0.0` |
---
### Release Notes
<details>
<summary>bincode-org/bincode (bincode)</summary>
### [`v2.0.0`](https://github.com/bincode-org/bincode/releases/tag/v2.0.0)
[Compare Source](https://github.com/bincode-org/bincode/compare/v2.0.0-rc.3...v2.0.0)
Stable! Finally! After 4 years in development! Many changes have made it in since rc.3, including (unfortunately) some last minute breaking changes. But documentation has been cleaned up to a point where we finally feel comfortable committing to things as they are.
If you haven't been following along with the 2.0 changes here is a brief overview
- Completely rewritten API decoupled from serde
- `no_std` support
- Official format specification
- Default configuration changes
- Increase MSRV to 1.85.0
#### What's Changed since 1.3.1
- Fix `WithOtherTrailing` and `WithOtherIntEncoding` by [@​luben](https://github.com/luben) in https://github.com/bincode-org/bincode/pull/342
- Update docs to highlight differences between DefaultOptions and fns by [@​apgoetz](https://github.com/apgoetz) in https://github.com/bincode-org/bincode/pull/373
- Address questions regarding suitability for storage and untrusted inputs by [@​mbr](https://github.com/mbr) in https://github.com/bincode-org/bincode/pull/346
- Fixed a stray comment. by [@​manuthambi](https://github.com/manuthambi) in https://github.com/bincode-org/bincode/pull/360
- update CI to new branching scheme by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/376
- clarify msrv support by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/375
- fix linting ci error by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/377
- prep branch for 2.0 work by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/379
- Update URLs and some cleanups by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/383
- fix typo by [@​ehooi](https://github.com/ehooi) in https://github.com/bincode-org/bincode/pull/392
- Edit version badge link by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/389
- Optimize varint parsing by [@​saethlin](https://github.com/saethlin) in https://github.com/bincode-org/bincode/pull/337
- Fix CI on trunk by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/408
- Update logo by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/407
- Make bincode_derive 0 dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/409
- Config rewrite by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/412
- Reintroduce varint optimizations by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/414
- Feature/deserde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/413
- Updated readme.md and added a test for the examples by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/417
- Update authors to reflect current code state by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/418
- Add necessary metadata to bincode_derive by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/420
- Replace test-all-features with a manual CI matrix by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/419
- Made the zigzag encoding examples compile and run by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/421
- Fix some typos by [@​Seppel3210](https://github.com/Seppel3210) in https://github.com/bincode-org/bincode/pull/423
- Generate qualified Result type in derive by [@​andrenth](https://github.com/andrenth) in https://github.com/bincode-org/bincode/pull/430
- Fixes for 427 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/428
- split off BorrowDecode from Decode in bincode_derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/432
- functions to enable encoding/decoding serde types by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/422
- Allow serde types to be Decode/Encoded by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/434
- Release 2.0.0-alpha.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/435
- Added Decode/Encode for HashMap\<K, V> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/438
- Added test case for a borrowed str by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/441
- Fixed clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/447
- Impl BorrowDecode for Option<&\[u8]> and Option<\&str> by [@​songzhi](https://github.com/songzhi) in https://github.com/bincode-org/bincode/pull/446
- Feature/config limit by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/439
- \[Breaking change] Made all `decode_from_slice` also return the number of bytes read by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/445
- Extract virtue by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/443
- Made the CI also check the benchmarks, fixed compile issue in benchmarks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/449
- Made the derive macros automatically implement the required traits on generic arguments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/454
- Release v2.0.0-alpha.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/455
- feat: Make `Configuration` functions `const` by [@​Popog](https://github.com/Popog) in https://github.com/bincode-org/bincode/pull/456
- Fix failed varint bench by [@​ygf11](https://github.com/ygf11) in https://github.com/bincode-org/bincode/pull/457
- Updated readme, added a paragraph on why we don't support #\[repr(u8)] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/461
- Bump virtue 0.0.4 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/463
- Fixed derive impl on an empty enum by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/462
- Release v2.0.0-beta.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/464
- Fix overflow error when deserializing invalid Duration by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/465
- Fix panic with invalid system time by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/469
- Add fuzzing harness, try to decode into various types by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/468
- Switched Decode and BorrowDecode to take \&mut D by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/470
- Switch Encode to take \&mut E by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/471
- Implemented the newly stabilized CString::from_vec_with_nul method by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/473
- Made SerdeDecoder attempt to allocate memory before complaining by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/475
- Update documentation by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/480
- Moved Configuration::standard() and ::legacy() to the config module by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/481
- Feature/improve serde by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/477
- made the serde functions consistent with the base bincode functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/483
- Migration guide by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/482
- Release v2.0.0-beta.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/484
- Run code coverage on all features by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/485
- Added #\[serde(untagged)] to the documentation of attributes that don't work by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/486
- Fixed an error in bincode derive where it would implement the wrong trait if a generic parameter is present by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/487
- Release v2.0.0-beta.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/488
- Added a table to the documentation to pick which functions to use by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/490
- Fix a bunch of typos by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/492
- Return an error if a decoded slice length doesn't fit into usize by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/491
- Updated to virtue 0.0.6, added #\[bincode(crate = other)] attribute by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/494
- Bumped dependency of virtue to 0.0.7 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/495
- Bincode 1 compatibility framework by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/489
- Added documentation on how to add compatibility tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/497
- Made the compatibility check also include bincode 2 serde, and added comments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/501
- Fix CString compatibility with bincode v1 by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/502
- Fuzz for compatibility with bincode v1 by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/498
- Fix/issue 500 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/503
- Add Membership test by [@​ppamorim](https://github.com/ppamorim) in https://github.com/bincode-org/bincode/pull/500
- Release v2.0.0-beta.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/505
- Reference implementations for Reader and Writer by [@​BRA1L0R](https://github.com/BRA1L0R) in https://github.com/bincode-org/bincode/pull/507
- Made config::standard() implement .write_fixed_array_header() by default by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/509
- Added HashSet by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/516
- Made the compat fuzzer ignore any LimitExceeded error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/515
- Release 2.0.0-rc.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/510
- Add zoxide under Bincode in the Wild by [@​ajeetdsouza](https://github.com/ajeetdsouza) in https://github.com/bincode-org/bincode/pull/525
- Made the Cow Encode constraints more permissive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/524
- Added `additional` to the `UnexpectedEnd` decode error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/522
- Allow encoding/decoding of HashMap and HashSet with custom hash algorithms by [@​bronsonp](https://github.com/bronsonp) in https://github.com/bincode-org/bincode/pull/529
- Added `std::error::Error::source` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/530
- Added cross platform tests workflow by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/534
- Fix riscv32 atomics and fix tests on 32-bit platforms by [@​xobs](https://github.com/xobs) in https://github.com/bincode-org/bincode/pull/533
- Fix cross platform tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/540
- Switched to weak dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/538
- Fix tuple struct encoding in serde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/549
- Rewrite: seperated Decode and BorrowDecode by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/526
- Add impl Encode for \[T], where T: Encode by [@​cronokirby](https://github.com/cronokirby) in https://github.com/bincode-org/bincode/pull/542
- Add impls for Rc<\[T]> and Arc<\[T]> by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/552
- Shrink `DecodeError` from 48 to 32 bytes on 64-bit arch by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/553
- Added windows and macos runner by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/554
- Implement `Decode` for `Box<str>` by [@​SabrinaJewson](https://github.com/SabrinaJewson) in https://github.com/bincode-org/bincode/pull/562
- Fixed clippy warning and updated DecodeError by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/574
- Updated test dependencies: uuid and glam by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/576
- Made `peek_read` take `&mut self` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/572
- Prefixed the E and D generic argument in bincode-derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/573
- Implement Default for Configuration by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/575
- Document what the usizes are for ([#​546](https://github.com/bincode-org/bincode/issues/546)) in https://github.com/bincode-org/bincode/pull/577
- Clarify config::legacy() doc to match config::standard() by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/580
- Implement Encode for tuples with up-to 16 elements. by [@​gz](https://github.com/gz) in https://github.com/bincode-org/bincode/pull/583
- Document configuration generics by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/581
- Extended BorrowDecode for HashMap to support custom hashers by [@​Speedy37](https://github.com/Speedy37) in https://github.com/bincode-org/bincode/pull/585
- Allow decoding with custom `DeserializeSeed` by [@​MrGVSV](https://github.com/MrGVSV) in https://github.com/bincode-org/bincode/pull/586
- Added `[serde(tag)]` to the list of tags that are known to give issues by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/584
- Release 2.0.0-rc.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/588
- Bump `virtue` to 0.0.9 and add test for [#​537](https://github.com/bincode-org/bincode/issues/537) by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/591
- Encode variant index instead of variant value by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/593
- Create CODE_OF_CONDUCT.md by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/597
- Move generated files to `target/generated/bincode` by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/600
- Add DecodeError::Other by [@​odysa](https://github.com/odysa) in https://github.com/bincode-org/bincode/pull/602
- Fixed new clippy lint in rust 1.65.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/603
- Add CIFuzz GitHub Action by [@​DavidKorczynski](https://github.com/DavidKorczynski) in https://github.com/bincode-org/bincode/pull/604
- Fixed new clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/617
- Improved encoding and decoding speed of Vec<u8> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/619
- Bumped virtue to 0.0.13 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/626
- Disabled i686-linux-andoid and x86\_64-linux-android CI as they fail for external reasons by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/627
- Made arrays never encode their length by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/625
- Release rc.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/628
- Fix typos in Spec.md enum example by [@​bigbass1997](https://github.com/bigbass1997) in https://github.com/bincode-org/bincode/pull/630
- fix(doc): broken intra link by [@​elpiel](https://github.com/elpiel) in https://github.com/bincode-org/bincode/pull/634
- Added dependabot by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/636
- Bump actions/checkout from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/638
- Bump codecov/codecov-action from 2 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/639
- Update glam requirement from 0.21 to 0.24 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/640
- Update criterion requirement from 0.3 to 0.4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/637
- Update criterion requirement from 0.4 to 0.5 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/641
- Update virtue requirement from 0.0.13 to 0.0.14 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/645
- Bump actions/upload-artifact from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/651
- Allow generics in impl_borrow_decode by [@​dullbananas](https://github.com/dullbananas) in https://github.com/bincode-org/bincode/pull/635
- Bump actions/checkout from 3 to 4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/660
- Fixed a new clippy warning by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/661
- Reverted 'static constraint on T in Vec<T> and \[T; N] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/663
- Fix cross compilations by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/664
- Added unty dependency and added type checks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/667
- Fix inconsistent naming between serde and non-serde functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/671
- Update virtue requirement from 0.0.14 to 0.0.15 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/673
- Compat and BorrowCompat Debug and Display implementations by [@​aegroto](https://github.com/aegroto) in https://github.com/bincode-org/bincode/pull/670
- Add missing test for encode_utf8 by [@​CXWorks](https://github.com/CXWorks) in https://github.com/bincode-org/bincode/pull/683
- Add getters for current configuration values by [@​shahn](https://github.com/shahn) in https://github.com/bincode-org/bincode/pull/681
- Use const functions where possible by [@​richardpringle](https://github.com/richardpringle) in https://github.com/bincode-org/bincode/pull/684
- Implement Encode & Decode for Wrapping<T> types by [@​mzachar](https://github.com/mzachar) in https://github.com/bincode-org/bincode/pull/686
- Fixed broken commit to trunk by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/687
- Update glam requirement from 0.24 to 0.25 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/688
- Add LICENSE.md to derive/ by [@​jfsulliv](https://github.com/jfsulliv) in https://github.com/bincode-org/bincode/pull/698
- Update virtue requirement from 0.0.15 to 0.0.16 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/692
- Update spec for `Option<T>` encoding by [@​mkeeter](https://github.com/mkeeter) in https://github.com/bincode-org/bincode/pull/702
- Fixed [#​707](https://github.com/bincode-org/bincode/issues/707) by [@​Vrtgs](https://github.com/Vrtgs) in https://github.com/bincode-org/bincode/pull/708
- Miri check by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/704
- Fixed broken miri CI script by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/712
- Fixed a warning in a derive test that would cause CI to fail by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/716
- Put clarifying language in migration guide regarding the serde:: and non-serde:: paths by [@​mcclure](https://github.com/mcclure) in https://github.com/bincode-org/bincode/pull/715
- Fixed new clippy lints by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/721
- Update virtue requirement from 0.0.16 to 0.0.17 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/719
- Add prerelease warning to readme.md by [@​xaocon](https://github.com/xaocon) in https://github.com/bincode-org/bincode/pull/728
- Update virtue requirement from 0.0.17 to 0.0.18 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/731
- Fix typo in spec.md by [@​DragonDev1906](https://github.com/DragonDev1906) in https://github.com/bincode-org/bincode/pull/730
- Implement basic traits for `Compat` and `BorrowCompat` by [@​skibon02](https://github.com/skibon02) in https://github.com/bincode-org/bincode/pull/734
- chore typo fix README.md by [@​Hack666r](https://github.com/Hack666r) in https://github.com/bincode-org/bincode/pull/737
- Fix CI and clippy by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/747
- Document making serde an optional dependency by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/746
- Finally got around to updating the spec based on feedback by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/741
- Expose types implementing `serde::Serializer` and `Deserializer` by [@​fjarri](https://github.com/fjarri) in https://github.com/bincode-org/bincode/pull/729
- make serde decode api consistent by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/748
- Decode context by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/749
- 2.0.0 stable by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/742
#### New Contributors
- [@​luben](https://github.com/luben) made their first contribution in https://github.com/bincode-org/bincode/pull/342
- [@​apgoetz](https://github.com/apgoetz) made their first contribution in https://github.com/bincode-org/bincode/pull/373
- [@​mbr](https://github.com/mbr) made their first contribution in https://github.com/bincode-org/bincode/pull/346
- [@​manuthambi](https://github.com/manuthambi) made their first contribution in https://github.com/bincode-org/bincode/pull/360
- [@​ehooi](https://github.com/ehooi) made their first contribution in https://github.com/bincode-org/bincode/pull/392
- [@​saethlin](https://github.com/saethlin) made their first contribution in https://github.com/bincode-org/bincode/pull/337
- [@​VictorKoenders](https://github.com/VictorKoenders) made their first contribution in https://github.com/bincode-org/bincode/pull/409
- [@​Seppel3210](https://github.com/Seppel3210) made their first contribution in https://github.com/bincode-org/bincode/pull/423
- [@​andrenth](https://github.com/andrenth) made their first contribution in https://github.com/bincode-org/bincode/pull/430
- [@​songzhi](https://github.com/songzhi) made their first contribution in https://github.com/bincode-org/bincode/pull/446
- [@​Popog](https://github.com/Popog) made their first contribution in https://github.com/bincode-org/bincode/pull/456
- [@​ygf11](https://github.com/ygf11) made their first contribution in https://github.com/bincode-org/bincode/pull/457
- [@​5225225](https://github.com/5225225) made their first contribution in https://github.com/bincode-org/bincode/pull/465
- [@​poljar](https://github.com/poljar) made their first contribution in https://github.com/bincode-org/bincode/pull/492
- [@​ppamorim](https://github.com/ppamorim) made their first contribution in https://github.com/bincode-org/bincode/pull/500
- [@​BRA1L0R](https://github.com/BRA1L0R) made their first contribution in https://github.com/bincode-org/bincode/pull/507
- [@​ajeetdsouza](https://github.com/ajeetdsouza) made their first contribution in https://github.com/bincode-org/bincode/pull/525
- [@​bronsonp](https://github.com/bronsonp) made their first contribution in https://github.com/bincode-org/bincode/pull/529
- [@​xobs](https://github.com/xobs) made their first contribution in https://github.com/bincode-org/bincode/pull/533
- [@​cronokirby](https://github.com/cronokirby) made their first contribution in https://github.com/bincode-org/bincode/pull/542
- [@​maciejhirsz](https://github.com/maciejhirsz) made their first contribution in https://github.com/bincode-org/bincode/pull/552
- [@​SabrinaJewson](https://github.com/SabrinaJewson) made their first contribution in https://github.com/bincode-org/bincode/pull/562
- [@​trevyn](https://github.com/trevyn) made their first contribution in https://github.com/bincode-org/bincode/pull/580
- [@​gz](https://github.com/gz) made their first contribution in https://github.com/bincode-org/bincode/pull/583
- [@​Speedy37](https://github.com/Speedy37) made their first contribution in https://github.com/bincode-org/bincode/pull/585
- [@​MrGVSV](https://github.com/MrGVSV) made their first contribution in https://github.com/bincode-org/bincode/pull/586
- [@​odysa](https://github.com/odysa) made their first contribution in https://github.com/bincode-org/bincode/pull/602
- [@​DavidKorczynski](https://github.com/DavidKorczynski) made their first contribution in https://github.com/bincode-org/bincode/pull/604
- [@​bigbass1997](https://github.com/bigbass1997) made their first contribution in https://github.com/bincode-org/bincode/pull/630
- [@​elpiel](https://github.com/elpiel) made their first contribution in https://github.com/bincode-org/bincode/pull/634
- [@​dependabot](https://github.com/dependabot) made their first contribution in https://github.com/bincode-org/bincode/pull/638
- [@​dullbananas](https://github.com/dullbananas) made their first contribution in https://github.com/bincode-org/bincode/pull/635
- [@​aegroto](https://github.com/aegroto) made their first contribution in https://github.com/bincode-org/bincode/pull/670
- [@​CXWorks](https://github.com/CXWorks) made their first contribution in https://github.com/bincode-org/bincode/pull/683
- [@​shahn](https://github.com/shahn) made their first contribution in https://github.com/bincode-org/bincode/pull/681
- [@​richardpringle](https://github.com/richardpringle) made their first contribution in https://github.com/bincode-org/bincode/pull/684
- [@​mzachar](https://github.com/mzachar) made their first contribution in https://github.com/bincode-org/bincode/pull/686
- [@​jfsulliv](https://github.com/jfsulliv) made their first contribution in https://github.com/bincode-org/bincode/pull/698
- [@​mkeeter](https://github.com/mkeeter) made their first contribution in https://github.com/bincode-org/bincode/pull/702
- [@​Vrtgs](https://github.com/Vrtgs) made their first contribution in https://github.com/bincode-org/bincode/pull/708
- [@​mcclure](https://github.com/mcclure) made their first contribution in https://github.com/bincode-org/bincode/pull/715
- [@​xaocon](https://github.com/xaocon) made their first contribution in https://github.com/bincode-org/bincode/pull/728
- [@​DragonDev1906](https://github.com/DragonDev1906) made their first contribution in https://github.com/bincode-org/bincode/pull/730
- [@​skibon02](https://github.com/skibon02) made their first contribution in https://github.com/bincode-org/bincode/pull/734
- [@​Hack666r](https://github.com/Hack666r) made their first contribution in https://github.com/bincode-org/bincode/pull/737
- [@​fjarri](https://github.com/fjarri) made their first contribution in https://github.com/bincode-org/bincode/pull/729
**Full Changelog**: https://github.com/bincode-org/bincode/compare/v1.3.1...v2.0.0
</details>
---
### 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://gitea.communiquons.org/pierre/light-openid/pulls/115
2025-03-10 18:29:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-11 00:19:17 +00:00
|
|
|
checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
|
Update Rust crate bincode to v2.0.0 (#115)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [bincode](https://github.com/bincode-org/bincode) | dependencies | patch | `2.0.0-rc.3` -> `2.0.0` |
---
### Release Notes
<details>
<summary>bincode-org/bincode (bincode)</summary>
### [`v2.0.0`](https://github.com/bincode-org/bincode/releases/tag/v2.0.0)
[Compare Source](https://github.com/bincode-org/bincode/compare/v2.0.0-rc.3...v2.0.0)
Stable! Finally! After 4 years in development! Many changes have made it in since rc.3, including (unfortunately) some last minute breaking changes. But documentation has been cleaned up to a point where we finally feel comfortable committing to things as they are.
If you haven't been following along with the 2.0 changes here is a brief overview
- Completely rewritten API decoupled from serde
- `no_std` support
- Official format specification
- Default configuration changes
- Increase MSRV to 1.85.0
#### What's Changed since 1.3.1
- Fix `WithOtherTrailing` and `WithOtherIntEncoding` by [@​luben](https://github.com/luben) in https://github.com/bincode-org/bincode/pull/342
- Update docs to highlight differences between DefaultOptions and fns by [@​apgoetz](https://github.com/apgoetz) in https://github.com/bincode-org/bincode/pull/373
- Address questions regarding suitability for storage and untrusted inputs by [@​mbr](https://github.com/mbr) in https://github.com/bincode-org/bincode/pull/346
- Fixed a stray comment. by [@​manuthambi](https://github.com/manuthambi) in https://github.com/bincode-org/bincode/pull/360
- update CI to new branching scheme by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/376
- clarify msrv support by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/375
- fix linting ci error by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/377
- prep branch for 2.0 work by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/379
- Update URLs and some cleanups by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/383
- fix typo by [@​ehooi](https://github.com/ehooi) in https://github.com/bincode-org/bincode/pull/392
- Edit version badge link by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/389
- Optimize varint parsing by [@​saethlin](https://github.com/saethlin) in https://github.com/bincode-org/bincode/pull/337
- Fix CI on trunk by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/408
- Update logo by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/407
- Make bincode_derive 0 dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/409
- Config rewrite by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/412
- Reintroduce varint optimizations by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/414
- Feature/deserde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/413
- Updated readme.md and added a test for the examples by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/417
- Update authors to reflect current code state by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/418
- Add necessary metadata to bincode_derive by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/420
- Replace test-all-features with a manual CI matrix by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/419
- Made the zigzag encoding examples compile and run by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/421
- Fix some typos by [@​Seppel3210](https://github.com/Seppel3210) in https://github.com/bincode-org/bincode/pull/423
- Generate qualified Result type in derive by [@​andrenth](https://github.com/andrenth) in https://github.com/bincode-org/bincode/pull/430
- Fixes for 427 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/428
- split off BorrowDecode from Decode in bincode_derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/432
- functions to enable encoding/decoding serde types by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/422
- Allow serde types to be Decode/Encoded by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/434
- Release 2.0.0-alpha.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/435
- Added Decode/Encode for HashMap\<K, V> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/438
- Added test case for a borrowed str by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/441
- Fixed clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/447
- Impl BorrowDecode for Option<&\[u8]> and Option<\&str> by [@​songzhi](https://github.com/songzhi) in https://github.com/bincode-org/bincode/pull/446
- Feature/config limit by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/439
- \[Breaking change] Made all `decode_from_slice` also return the number of bytes read by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/445
- Extract virtue by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/443
- Made the CI also check the benchmarks, fixed compile issue in benchmarks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/449
- Made the derive macros automatically implement the required traits on generic arguments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/454
- Release v2.0.0-alpha.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/455
- feat: Make `Configuration` functions `const` by [@​Popog](https://github.com/Popog) in https://github.com/bincode-org/bincode/pull/456
- Fix failed varint bench by [@​ygf11](https://github.com/ygf11) in https://github.com/bincode-org/bincode/pull/457
- Updated readme, added a paragraph on why we don't support #\[repr(u8)] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/461
- Bump virtue 0.0.4 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/463
- Fixed derive impl on an empty enum by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/462
- Release v2.0.0-beta.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/464
- Fix overflow error when deserializing invalid Duration by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/465
- Fix panic with invalid system time by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/469
- Add fuzzing harness, try to decode into various types by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/468
- Switched Decode and BorrowDecode to take \&mut D by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/470
- Switch Encode to take \&mut E by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/471
- Implemented the newly stabilized CString::from_vec_with_nul method by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/473
- Made SerdeDecoder attempt to allocate memory before complaining by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/475
- Update documentation by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/480
- Moved Configuration::standard() and ::legacy() to the config module by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/481
- Feature/improve serde by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/477
- made the serde functions consistent with the base bincode functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/483
- Migration guide by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/482
- Release v2.0.0-beta.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/484
- Run code coverage on all features by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/485
- Added #\[serde(untagged)] to the documentation of attributes that don't work by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/486
- Fixed an error in bincode derive where it would implement the wrong trait if a generic parameter is present by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/487
- Release v2.0.0-beta.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/488
- Added a table to the documentation to pick which functions to use by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/490
- Fix a bunch of typos by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/492
- Return an error if a decoded slice length doesn't fit into usize by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/491
- Updated to virtue 0.0.6, added #\[bincode(crate = other)] attribute by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/494
- Bumped dependency of virtue to 0.0.7 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/495
- Bincode 1 compatibility framework by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/489
- Added documentation on how to add compatibility tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/497
- Made the compatibility check also include bincode 2 serde, and added comments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/501
- Fix CString compatibility with bincode v1 by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/502
- Fuzz for compatibility with bincode v1 by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/498
- Fix/issue 500 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/503
- Add Membership test by [@​ppamorim](https://github.com/ppamorim) in https://github.com/bincode-org/bincode/pull/500
- Release v2.0.0-beta.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/505
- Reference implementations for Reader and Writer by [@​BRA1L0R](https://github.com/BRA1L0R) in https://github.com/bincode-org/bincode/pull/507
- Made config::standard() implement .write_fixed_array_header() by default by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/509
- Added HashSet by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/516
- Made the compat fuzzer ignore any LimitExceeded error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/515
- Release 2.0.0-rc.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/510
- Add zoxide under Bincode in the Wild by [@​ajeetdsouza](https://github.com/ajeetdsouza) in https://github.com/bincode-org/bincode/pull/525
- Made the Cow Encode constraints more permissive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/524
- Added `additional` to the `UnexpectedEnd` decode error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/522
- Allow encoding/decoding of HashMap and HashSet with custom hash algorithms by [@​bronsonp](https://github.com/bronsonp) in https://github.com/bincode-org/bincode/pull/529
- Added `std::error::Error::source` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/530
- Added cross platform tests workflow by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/534
- Fix riscv32 atomics and fix tests on 32-bit platforms by [@​xobs](https://github.com/xobs) in https://github.com/bincode-org/bincode/pull/533
- Fix cross platform tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/540
- Switched to weak dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/538
- Fix tuple struct encoding in serde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/549
- Rewrite: seperated Decode and BorrowDecode by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/526
- Add impl Encode for \[T], where T: Encode by [@​cronokirby](https://github.com/cronokirby) in https://github.com/bincode-org/bincode/pull/542
- Add impls for Rc<\[T]> and Arc<\[T]> by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/552
- Shrink `DecodeError` from 48 to 32 bytes on 64-bit arch by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/553
- Added windows and macos runner by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/554
- Implement `Decode` for `Box<str>` by [@​SabrinaJewson](https://github.com/SabrinaJewson) in https://github.com/bincode-org/bincode/pull/562
- Fixed clippy warning and updated DecodeError by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/574
- Updated test dependencies: uuid and glam by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/576
- Made `peek_read` take `&mut self` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/572
- Prefixed the E and D generic argument in bincode-derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/573
- Implement Default for Configuration by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/575
- Document what the usizes are for ([#​546](https://github.com/bincode-org/bincode/issues/546)) in https://github.com/bincode-org/bincode/pull/577
- Clarify config::legacy() doc to match config::standard() by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/580
- Implement Encode for tuples with up-to 16 elements. by [@​gz](https://github.com/gz) in https://github.com/bincode-org/bincode/pull/583
- Document configuration generics by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/581
- Extended BorrowDecode for HashMap to support custom hashers by [@​Speedy37](https://github.com/Speedy37) in https://github.com/bincode-org/bincode/pull/585
- Allow decoding with custom `DeserializeSeed` by [@​MrGVSV](https://github.com/MrGVSV) in https://github.com/bincode-org/bincode/pull/586
- Added `[serde(tag)]` to the list of tags that are known to give issues by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/584
- Release 2.0.0-rc.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/588
- Bump `virtue` to 0.0.9 and add test for [#​537](https://github.com/bincode-org/bincode/issues/537) by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/591
- Encode variant index instead of variant value by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/593
- Create CODE_OF_CONDUCT.md by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/597
- Move generated files to `target/generated/bincode` by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/600
- Add DecodeError::Other by [@​odysa](https://github.com/odysa) in https://github.com/bincode-org/bincode/pull/602
- Fixed new clippy lint in rust 1.65.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/603
- Add CIFuzz GitHub Action by [@​DavidKorczynski](https://github.com/DavidKorczynski) in https://github.com/bincode-org/bincode/pull/604
- Fixed new clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/617
- Improved encoding and decoding speed of Vec<u8> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/619
- Bumped virtue to 0.0.13 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/626
- Disabled i686-linux-andoid and x86\_64-linux-android CI as they fail for external reasons by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/627
- Made arrays never encode their length by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/625
- Release rc.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/628
- Fix typos in Spec.md enum example by [@​bigbass1997](https://github.com/bigbass1997) in https://github.com/bincode-org/bincode/pull/630
- fix(doc): broken intra link by [@​elpiel](https://github.com/elpiel) in https://github.com/bincode-org/bincode/pull/634
- Added dependabot by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/636
- Bump actions/checkout from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/638
- Bump codecov/codecov-action from 2 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/639
- Update glam requirement from 0.21 to 0.24 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/640
- Update criterion requirement from 0.3 to 0.4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/637
- Update criterion requirement from 0.4 to 0.5 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/641
- Update virtue requirement from 0.0.13 to 0.0.14 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/645
- Bump actions/upload-artifact from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/651
- Allow generics in impl_borrow_decode by [@​dullbananas](https://github.com/dullbananas) in https://github.com/bincode-org/bincode/pull/635
- Bump actions/checkout from 3 to 4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/660
- Fixed a new clippy warning by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/661
- Reverted 'static constraint on T in Vec<T> and \[T; N] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/663
- Fix cross compilations by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/664
- Added unty dependency and added type checks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/667
- Fix inconsistent naming between serde and non-serde functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/671
- Update virtue requirement from 0.0.14 to 0.0.15 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/673
- Compat and BorrowCompat Debug and Display implementations by [@​aegroto](https://github.com/aegroto) in https://github.com/bincode-org/bincode/pull/670
- Add missing test for encode_utf8 by [@​CXWorks](https://github.com/CXWorks) in https://github.com/bincode-org/bincode/pull/683
- Add getters for current configuration values by [@​shahn](https://github.com/shahn) in https://github.com/bincode-org/bincode/pull/681
- Use const functions where possible by [@​richardpringle](https://github.com/richardpringle) in https://github.com/bincode-org/bincode/pull/684
- Implement Encode & Decode for Wrapping<T> types by [@​mzachar](https://github.com/mzachar) in https://github.com/bincode-org/bincode/pull/686
- Fixed broken commit to trunk by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/687
- Update glam requirement from 0.24 to 0.25 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/688
- Add LICENSE.md to derive/ by [@​jfsulliv](https://github.com/jfsulliv) in https://github.com/bincode-org/bincode/pull/698
- Update virtue requirement from 0.0.15 to 0.0.16 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/692
- Update spec for `Option<T>` encoding by [@​mkeeter](https://github.com/mkeeter) in https://github.com/bincode-org/bincode/pull/702
- Fixed [#​707](https://github.com/bincode-org/bincode/issues/707) by [@​Vrtgs](https://github.com/Vrtgs) in https://github.com/bincode-org/bincode/pull/708
- Miri check by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/704
- Fixed broken miri CI script by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/712
- Fixed a warning in a derive test that would cause CI to fail by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/716
- Put clarifying language in migration guide regarding the serde:: and non-serde:: paths by [@​mcclure](https://github.com/mcclure) in https://github.com/bincode-org/bincode/pull/715
- Fixed new clippy lints by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/721
- Update virtue requirement from 0.0.16 to 0.0.17 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/719
- Add prerelease warning to readme.md by [@​xaocon](https://github.com/xaocon) in https://github.com/bincode-org/bincode/pull/728
- Update virtue requirement from 0.0.17 to 0.0.18 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/731
- Fix typo in spec.md by [@​DragonDev1906](https://github.com/DragonDev1906) in https://github.com/bincode-org/bincode/pull/730
- Implement basic traits for `Compat` and `BorrowCompat` by [@​skibon02](https://github.com/skibon02) in https://github.com/bincode-org/bincode/pull/734
- chore typo fix README.md by [@​Hack666r](https://github.com/Hack666r) in https://github.com/bincode-org/bincode/pull/737
- Fix CI and clippy by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/747
- Document making serde an optional dependency by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/746
- Finally got around to updating the spec based on feedback by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/741
- Expose types implementing `serde::Serializer` and `Deserializer` by [@​fjarri](https://github.com/fjarri) in https://github.com/bincode-org/bincode/pull/729
- make serde decode api consistent by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/748
- Decode context by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/749
- 2.0.0 stable by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/742
#### New Contributors
- [@​luben](https://github.com/luben) made their first contribution in https://github.com/bincode-org/bincode/pull/342
- [@​apgoetz](https://github.com/apgoetz) made their first contribution in https://github.com/bincode-org/bincode/pull/373
- [@​mbr](https://github.com/mbr) made their first contribution in https://github.com/bincode-org/bincode/pull/346
- [@​manuthambi](https://github.com/manuthambi) made their first contribution in https://github.com/bincode-org/bincode/pull/360
- [@​ehooi](https://github.com/ehooi) made their first contribution in https://github.com/bincode-org/bincode/pull/392
- [@​saethlin](https://github.com/saethlin) made their first contribution in https://github.com/bincode-org/bincode/pull/337
- [@​VictorKoenders](https://github.com/VictorKoenders) made their first contribution in https://github.com/bincode-org/bincode/pull/409
- [@​Seppel3210](https://github.com/Seppel3210) made their first contribution in https://github.com/bincode-org/bincode/pull/423
- [@​andrenth](https://github.com/andrenth) made their first contribution in https://github.com/bincode-org/bincode/pull/430
- [@​songzhi](https://github.com/songzhi) made their first contribution in https://github.com/bincode-org/bincode/pull/446
- [@​Popog](https://github.com/Popog) made their first contribution in https://github.com/bincode-org/bincode/pull/456
- [@​ygf11](https://github.com/ygf11) made their first contribution in https://github.com/bincode-org/bincode/pull/457
- [@​5225225](https://github.com/5225225) made their first contribution in https://github.com/bincode-org/bincode/pull/465
- [@​poljar](https://github.com/poljar) made their first contribution in https://github.com/bincode-org/bincode/pull/492
- [@​ppamorim](https://github.com/ppamorim) made their first contribution in https://github.com/bincode-org/bincode/pull/500
- [@​BRA1L0R](https://github.com/BRA1L0R) made their first contribution in https://github.com/bincode-org/bincode/pull/507
- [@​ajeetdsouza](https://github.com/ajeetdsouza) made their first contribution in https://github.com/bincode-org/bincode/pull/525
- [@​bronsonp](https://github.com/bronsonp) made their first contribution in https://github.com/bincode-org/bincode/pull/529
- [@​xobs](https://github.com/xobs) made their first contribution in https://github.com/bincode-org/bincode/pull/533
- [@​cronokirby](https://github.com/cronokirby) made their first contribution in https://github.com/bincode-org/bincode/pull/542
- [@​maciejhirsz](https://github.com/maciejhirsz) made their first contribution in https://github.com/bincode-org/bincode/pull/552
- [@​SabrinaJewson](https://github.com/SabrinaJewson) made their first contribution in https://github.com/bincode-org/bincode/pull/562
- [@​trevyn](https://github.com/trevyn) made their first contribution in https://github.com/bincode-org/bincode/pull/580
- [@​gz](https://github.com/gz) made their first contribution in https://github.com/bincode-org/bincode/pull/583
- [@​Speedy37](https://github.com/Speedy37) made their first contribution in https://github.com/bincode-org/bincode/pull/585
- [@​MrGVSV](https://github.com/MrGVSV) made their first contribution in https://github.com/bincode-org/bincode/pull/586
- [@​odysa](https://github.com/odysa) made their first contribution in https://github.com/bincode-org/bincode/pull/602
- [@​DavidKorczynski](https://github.com/DavidKorczynski) made their first contribution in https://github.com/bincode-org/bincode/pull/604
- [@​bigbass1997](https://github.com/bigbass1997) made their first contribution in https://github.com/bincode-org/bincode/pull/630
- [@​elpiel](https://github.com/elpiel) made their first contribution in https://github.com/bincode-org/bincode/pull/634
- [@​dependabot](https://github.com/dependabot) made their first contribution in https://github.com/bincode-org/bincode/pull/638
- [@​dullbananas](https://github.com/dullbananas) made their first contribution in https://github.com/bincode-org/bincode/pull/635
- [@​aegroto](https://github.com/aegroto) made their first contribution in https://github.com/bincode-org/bincode/pull/670
- [@​CXWorks](https://github.com/CXWorks) made their first contribution in https://github.com/bincode-org/bincode/pull/683
- [@​shahn](https://github.com/shahn) made their first contribution in https://github.com/bincode-org/bincode/pull/681
- [@​richardpringle](https://github.com/richardpringle) made their first contribution in https://github.com/bincode-org/bincode/pull/684
- [@​mzachar](https://github.com/mzachar) made their first contribution in https://github.com/bincode-org/bincode/pull/686
- [@​jfsulliv](https://github.com/jfsulliv) made their first contribution in https://github.com/bincode-org/bincode/pull/698
- [@​mkeeter](https://github.com/mkeeter) made their first contribution in https://github.com/bincode-org/bincode/pull/702
- [@​Vrtgs](https://github.com/Vrtgs) made their first contribution in https://github.com/bincode-org/bincode/pull/708
- [@​mcclure](https://github.com/mcclure) made their first contribution in https://github.com/bincode-org/bincode/pull/715
- [@​xaocon](https://github.com/xaocon) made their first contribution in https://github.com/bincode-org/bincode/pull/728
- [@​DragonDev1906](https://github.com/DragonDev1906) made their first contribution in https://github.com/bincode-org/bincode/pull/730
- [@​skibon02](https://github.com/skibon02) made their first contribution in https://github.com/bincode-org/bincode/pull/734
- [@​Hack666r](https://github.com/Hack666r) made their first contribution in https://github.com/bincode-org/bincode/pull/737
- [@​fjarri](https://github.com/fjarri) made their first contribution in https://github.com/bincode-org/bincode/pull/729
**Full Changelog**: https://github.com/bincode-org/bincode/compare/v1.3.1...v2.0.0
</details>
---
### 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://gitea.communiquons.org/pierre/light-openid/pulls/115
2025-03-10 18:29:00 +00:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "2.5.4"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2023-07-22 00:34:29 +00:00
|
|
|
version = "2.1.3"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-22 00:34:29 +00:00
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
2025-03-04 20:38:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.9.5"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "virtue"
|
Update Rust crate bincode to v2.0.0 (#115)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [bincode](https://github.com/bincode-org/bincode) | dependencies | patch | `2.0.0-rc.3` -> `2.0.0` |
---
### Release Notes
<details>
<summary>bincode-org/bincode (bincode)</summary>
### [`v2.0.0`](https://github.com/bincode-org/bincode/releases/tag/v2.0.0)
[Compare Source](https://github.com/bincode-org/bincode/compare/v2.0.0-rc.3...v2.0.0)
Stable! Finally! After 4 years in development! Many changes have made it in since rc.3, including (unfortunately) some last minute breaking changes. But documentation has been cleaned up to a point where we finally feel comfortable committing to things as they are.
If you haven't been following along with the 2.0 changes here is a brief overview
- Completely rewritten API decoupled from serde
- `no_std` support
- Official format specification
- Default configuration changes
- Increase MSRV to 1.85.0
#### What's Changed since 1.3.1
- Fix `WithOtherTrailing` and `WithOtherIntEncoding` by [@​luben](https://github.com/luben) in https://github.com/bincode-org/bincode/pull/342
- Update docs to highlight differences between DefaultOptions and fns by [@​apgoetz](https://github.com/apgoetz) in https://github.com/bincode-org/bincode/pull/373
- Address questions regarding suitability for storage and untrusted inputs by [@​mbr](https://github.com/mbr) in https://github.com/bincode-org/bincode/pull/346
- Fixed a stray comment. by [@​manuthambi](https://github.com/manuthambi) in https://github.com/bincode-org/bincode/pull/360
- update CI to new branching scheme by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/376
- clarify msrv support by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/375
- fix linting ci error by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/377
- prep branch for 2.0 work by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/379
- Update URLs and some cleanups by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/383
- fix typo by [@​ehooi](https://github.com/ehooi) in https://github.com/bincode-org/bincode/pull/392
- Edit version badge link by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/389
- Optimize varint parsing by [@​saethlin](https://github.com/saethlin) in https://github.com/bincode-org/bincode/pull/337
- Fix CI on trunk by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/408
- Update logo by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/407
- Make bincode_derive 0 dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/409
- Config rewrite by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/412
- Reintroduce varint optimizations by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/414
- Feature/deserde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/413
- Updated readme.md and added a test for the examples by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/417
- Update authors to reflect current code state by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/418
- Add necessary metadata to bincode_derive by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/420
- Replace test-all-features with a manual CI matrix by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/419
- Made the zigzag encoding examples compile and run by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/421
- Fix some typos by [@​Seppel3210](https://github.com/Seppel3210) in https://github.com/bincode-org/bincode/pull/423
- Generate qualified Result type in derive by [@​andrenth](https://github.com/andrenth) in https://github.com/bincode-org/bincode/pull/430
- Fixes for 427 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/428
- split off BorrowDecode from Decode in bincode_derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/432
- functions to enable encoding/decoding serde types by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/422
- Allow serde types to be Decode/Encoded by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/434
- Release 2.0.0-alpha.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/435
- Added Decode/Encode for HashMap\<K, V> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/438
- Added test case for a borrowed str by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/441
- Fixed clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/447
- Impl BorrowDecode for Option<&\[u8]> and Option<\&str> by [@​songzhi](https://github.com/songzhi) in https://github.com/bincode-org/bincode/pull/446
- Feature/config limit by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/439
- \[Breaking change] Made all `decode_from_slice` also return the number of bytes read by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/445
- Extract virtue by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/443
- Made the CI also check the benchmarks, fixed compile issue in benchmarks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/449
- Made the derive macros automatically implement the required traits on generic arguments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/454
- Release v2.0.0-alpha.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/455
- feat: Make `Configuration` functions `const` by [@​Popog](https://github.com/Popog) in https://github.com/bincode-org/bincode/pull/456
- Fix failed varint bench by [@​ygf11](https://github.com/ygf11) in https://github.com/bincode-org/bincode/pull/457
- Updated readme, added a paragraph on why we don't support #\[repr(u8)] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/461
- Bump virtue 0.0.4 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/463
- Fixed derive impl on an empty enum by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/462
- Release v2.0.0-beta.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/464
- Fix overflow error when deserializing invalid Duration by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/465
- Fix panic with invalid system time by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/469
- Add fuzzing harness, try to decode into various types by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/468
- Switched Decode and BorrowDecode to take \&mut D by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/470
- Switch Encode to take \&mut E by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/471
- Implemented the newly stabilized CString::from_vec_with_nul method by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/473
- Made SerdeDecoder attempt to allocate memory before complaining by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/475
- Update documentation by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/480
- Moved Configuration::standard() and ::legacy() to the config module by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/481
- Feature/improve serde by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/477
- made the serde functions consistent with the base bincode functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/483
- Migration guide by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/482
- Release v2.0.0-beta.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/484
- Run code coverage on all features by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/485
- Added #\[serde(untagged)] to the documentation of attributes that don't work by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/486
- Fixed an error in bincode derive where it would implement the wrong trait if a generic parameter is present by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/487
- Release v2.0.0-beta.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/488
- Added a table to the documentation to pick which functions to use by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/490
- Fix a bunch of typos by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/492
- Return an error if a decoded slice length doesn't fit into usize by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/491
- Updated to virtue 0.0.6, added #\[bincode(crate = other)] attribute by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/494
- Bumped dependency of virtue to 0.0.7 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/495
- Bincode 1 compatibility framework by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/489
- Added documentation on how to add compatibility tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/497
- Made the compatibility check also include bincode 2 serde, and added comments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/501
- Fix CString compatibility with bincode v1 by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/502
- Fuzz for compatibility with bincode v1 by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/498
- Fix/issue 500 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/503
- Add Membership test by [@​ppamorim](https://github.com/ppamorim) in https://github.com/bincode-org/bincode/pull/500
- Release v2.0.0-beta.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/505
- Reference implementations for Reader and Writer by [@​BRA1L0R](https://github.com/BRA1L0R) in https://github.com/bincode-org/bincode/pull/507
- Made config::standard() implement .write_fixed_array_header() by default by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/509
- Added HashSet by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/516
- Made the compat fuzzer ignore any LimitExceeded error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/515
- Release 2.0.0-rc.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/510
- Add zoxide under Bincode in the Wild by [@​ajeetdsouza](https://github.com/ajeetdsouza) in https://github.com/bincode-org/bincode/pull/525
- Made the Cow Encode constraints more permissive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/524
- Added `additional` to the `UnexpectedEnd` decode error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/522
- Allow encoding/decoding of HashMap and HashSet with custom hash algorithms by [@​bronsonp](https://github.com/bronsonp) in https://github.com/bincode-org/bincode/pull/529
- Added `std::error::Error::source` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/530
- Added cross platform tests workflow by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/534
- Fix riscv32 atomics and fix tests on 32-bit platforms by [@​xobs](https://github.com/xobs) in https://github.com/bincode-org/bincode/pull/533
- Fix cross platform tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/540
- Switched to weak dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/538
- Fix tuple struct encoding in serde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/549
- Rewrite: seperated Decode and BorrowDecode by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/526
- Add impl Encode for \[T], where T: Encode by [@​cronokirby](https://github.com/cronokirby) in https://github.com/bincode-org/bincode/pull/542
- Add impls for Rc<\[T]> and Arc<\[T]> by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/552
- Shrink `DecodeError` from 48 to 32 bytes on 64-bit arch by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/553
- Added windows and macos runner by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/554
- Implement `Decode` for `Box<str>` by [@​SabrinaJewson](https://github.com/SabrinaJewson) in https://github.com/bincode-org/bincode/pull/562
- Fixed clippy warning and updated DecodeError by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/574
- Updated test dependencies: uuid and glam by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/576
- Made `peek_read` take `&mut self` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/572
- Prefixed the E and D generic argument in bincode-derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/573
- Implement Default for Configuration by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/575
- Document what the usizes are for ([#​546](https://github.com/bincode-org/bincode/issues/546)) in https://github.com/bincode-org/bincode/pull/577
- Clarify config::legacy() doc to match config::standard() by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/580
- Implement Encode for tuples with up-to 16 elements. by [@​gz](https://github.com/gz) in https://github.com/bincode-org/bincode/pull/583
- Document configuration generics by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/581
- Extended BorrowDecode for HashMap to support custom hashers by [@​Speedy37](https://github.com/Speedy37) in https://github.com/bincode-org/bincode/pull/585
- Allow decoding with custom `DeserializeSeed` by [@​MrGVSV](https://github.com/MrGVSV) in https://github.com/bincode-org/bincode/pull/586
- Added `[serde(tag)]` to the list of tags that are known to give issues by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/584
- Release 2.0.0-rc.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/588
- Bump `virtue` to 0.0.9 and add test for [#​537](https://github.com/bincode-org/bincode/issues/537) by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/591
- Encode variant index instead of variant value by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/593
- Create CODE_OF_CONDUCT.md by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/597
- Move generated files to `target/generated/bincode` by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/600
- Add DecodeError::Other by [@​odysa](https://github.com/odysa) in https://github.com/bincode-org/bincode/pull/602
- Fixed new clippy lint in rust 1.65.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/603
- Add CIFuzz GitHub Action by [@​DavidKorczynski](https://github.com/DavidKorczynski) in https://github.com/bincode-org/bincode/pull/604
- Fixed new clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/617
- Improved encoding and decoding speed of Vec<u8> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/619
- Bumped virtue to 0.0.13 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/626
- Disabled i686-linux-andoid and x86\_64-linux-android CI as they fail for external reasons by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/627
- Made arrays never encode their length by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/625
- Release rc.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/628
- Fix typos in Spec.md enum example by [@​bigbass1997](https://github.com/bigbass1997) in https://github.com/bincode-org/bincode/pull/630
- fix(doc): broken intra link by [@​elpiel](https://github.com/elpiel) in https://github.com/bincode-org/bincode/pull/634
- Added dependabot by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/636
- Bump actions/checkout from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/638
- Bump codecov/codecov-action from 2 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/639
- Update glam requirement from 0.21 to 0.24 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/640
- Update criterion requirement from 0.3 to 0.4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/637
- Update criterion requirement from 0.4 to 0.5 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/641
- Update virtue requirement from 0.0.13 to 0.0.14 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/645
- Bump actions/upload-artifact from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/651
- Allow generics in impl_borrow_decode by [@​dullbananas](https://github.com/dullbananas) in https://github.com/bincode-org/bincode/pull/635
- Bump actions/checkout from 3 to 4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/660
- Fixed a new clippy warning by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/661
- Reverted 'static constraint on T in Vec<T> and \[T; N] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/663
- Fix cross compilations by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/664
- Added unty dependency and added type checks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/667
- Fix inconsistent naming between serde and non-serde functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/671
- Update virtue requirement from 0.0.14 to 0.0.15 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/673
- Compat and BorrowCompat Debug and Display implementations by [@​aegroto](https://github.com/aegroto) in https://github.com/bincode-org/bincode/pull/670
- Add missing test for encode_utf8 by [@​CXWorks](https://github.com/CXWorks) in https://github.com/bincode-org/bincode/pull/683
- Add getters for current configuration values by [@​shahn](https://github.com/shahn) in https://github.com/bincode-org/bincode/pull/681
- Use const functions where possible by [@​richardpringle](https://github.com/richardpringle) in https://github.com/bincode-org/bincode/pull/684
- Implement Encode & Decode for Wrapping<T> types by [@​mzachar](https://github.com/mzachar) in https://github.com/bincode-org/bincode/pull/686
- Fixed broken commit to trunk by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/687
- Update glam requirement from 0.24 to 0.25 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/688
- Add LICENSE.md to derive/ by [@​jfsulliv](https://github.com/jfsulliv) in https://github.com/bincode-org/bincode/pull/698
- Update virtue requirement from 0.0.15 to 0.0.16 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/692
- Update spec for `Option<T>` encoding by [@​mkeeter](https://github.com/mkeeter) in https://github.com/bincode-org/bincode/pull/702
- Fixed [#​707](https://github.com/bincode-org/bincode/issues/707) by [@​Vrtgs](https://github.com/Vrtgs) in https://github.com/bincode-org/bincode/pull/708
- Miri check by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/704
- Fixed broken miri CI script by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/712
- Fixed a warning in a derive test that would cause CI to fail by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/716
- Put clarifying language in migration guide regarding the serde:: and non-serde:: paths by [@​mcclure](https://github.com/mcclure) in https://github.com/bincode-org/bincode/pull/715
- Fixed new clippy lints by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/721
- Update virtue requirement from 0.0.16 to 0.0.17 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/719
- Add prerelease warning to readme.md by [@​xaocon](https://github.com/xaocon) in https://github.com/bincode-org/bincode/pull/728
- Update virtue requirement from 0.0.17 to 0.0.18 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/731
- Fix typo in spec.md by [@​DragonDev1906](https://github.com/DragonDev1906) in https://github.com/bincode-org/bincode/pull/730
- Implement basic traits for `Compat` and `BorrowCompat` by [@​skibon02](https://github.com/skibon02) in https://github.com/bincode-org/bincode/pull/734
- chore typo fix README.md by [@​Hack666r](https://github.com/Hack666r) in https://github.com/bincode-org/bincode/pull/737
- Fix CI and clippy by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/747
- Document making serde an optional dependency by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/746
- Finally got around to updating the spec based on feedback by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/741
- Expose types implementing `serde::Serializer` and `Deserializer` by [@​fjarri](https://github.com/fjarri) in https://github.com/bincode-org/bincode/pull/729
- make serde decode api consistent by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/748
- Decode context by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/749
- 2.0.0 stable by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/742
#### New Contributors
- [@​luben](https://github.com/luben) made their first contribution in https://github.com/bincode-org/bincode/pull/342
- [@​apgoetz](https://github.com/apgoetz) made their first contribution in https://github.com/bincode-org/bincode/pull/373
- [@​mbr](https://github.com/mbr) made their first contribution in https://github.com/bincode-org/bincode/pull/346
- [@​manuthambi](https://github.com/manuthambi) made their first contribution in https://github.com/bincode-org/bincode/pull/360
- [@​ehooi](https://github.com/ehooi) made their first contribution in https://github.com/bincode-org/bincode/pull/392
- [@​saethlin](https://github.com/saethlin) made their first contribution in https://github.com/bincode-org/bincode/pull/337
- [@​VictorKoenders](https://github.com/VictorKoenders) made their first contribution in https://github.com/bincode-org/bincode/pull/409
- [@​Seppel3210](https://github.com/Seppel3210) made their first contribution in https://github.com/bincode-org/bincode/pull/423
- [@​andrenth](https://github.com/andrenth) made their first contribution in https://github.com/bincode-org/bincode/pull/430
- [@​songzhi](https://github.com/songzhi) made their first contribution in https://github.com/bincode-org/bincode/pull/446
- [@​Popog](https://github.com/Popog) made their first contribution in https://github.com/bincode-org/bincode/pull/456
- [@​ygf11](https://github.com/ygf11) made their first contribution in https://github.com/bincode-org/bincode/pull/457
- [@​5225225](https://github.com/5225225) made their first contribution in https://github.com/bincode-org/bincode/pull/465
- [@​poljar](https://github.com/poljar) made their first contribution in https://github.com/bincode-org/bincode/pull/492
- [@​ppamorim](https://github.com/ppamorim) made their first contribution in https://github.com/bincode-org/bincode/pull/500
- [@​BRA1L0R](https://github.com/BRA1L0R) made their first contribution in https://github.com/bincode-org/bincode/pull/507
- [@​ajeetdsouza](https://github.com/ajeetdsouza) made their first contribution in https://github.com/bincode-org/bincode/pull/525
- [@​bronsonp](https://github.com/bronsonp) made their first contribution in https://github.com/bincode-org/bincode/pull/529
- [@​xobs](https://github.com/xobs) made their first contribution in https://github.com/bincode-org/bincode/pull/533
- [@​cronokirby](https://github.com/cronokirby) made their first contribution in https://github.com/bincode-org/bincode/pull/542
- [@​maciejhirsz](https://github.com/maciejhirsz) made their first contribution in https://github.com/bincode-org/bincode/pull/552
- [@​SabrinaJewson](https://github.com/SabrinaJewson) made their first contribution in https://github.com/bincode-org/bincode/pull/562
- [@​trevyn](https://github.com/trevyn) made their first contribution in https://github.com/bincode-org/bincode/pull/580
- [@​gz](https://github.com/gz) made their first contribution in https://github.com/bincode-org/bincode/pull/583
- [@​Speedy37](https://github.com/Speedy37) made their first contribution in https://github.com/bincode-org/bincode/pull/585
- [@​MrGVSV](https://github.com/MrGVSV) made their first contribution in https://github.com/bincode-org/bincode/pull/586
- [@​odysa](https://github.com/odysa) made their first contribution in https://github.com/bincode-org/bincode/pull/602
- [@​DavidKorczynski](https://github.com/DavidKorczynski) made their first contribution in https://github.com/bincode-org/bincode/pull/604
- [@​bigbass1997](https://github.com/bigbass1997) made their first contribution in https://github.com/bincode-org/bincode/pull/630
- [@​elpiel](https://github.com/elpiel) made their first contribution in https://github.com/bincode-org/bincode/pull/634
- [@​dependabot](https://github.com/dependabot) made their first contribution in https://github.com/bincode-org/bincode/pull/638
- [@​dullbananas](https://github.com/dullbananas) made their first contribution in https://github.com/bincode-org/bincode/pull/635
- [@​aegroto](https://github.com/aegroto) made their first contribution in https://github.com/bincode-org/bincode/pull/670
- [@​CXWorks](https://github.com/CXWorks) made their first contribution in https://github.com/bincode-org/bincode/pull/683
- [@​shahn](https://github.com/shahn) made their first contribution in https://github.com/bincode-org/bincode/pull/681
- [@​richardpringle](https://github.com/richardpringle) made their first contribution in https://github.com/bincode-org/bincode/pull/684
- [@​mzachar](https://github.com/mzachar) made their first contribution in https://github.com/bincode-org/bincode/pull/686
- [@​jfsulliv](https://github.com/jfsulliv) made their first contribution in https://github.com/bincode-org/bincode/pull/698
- [@​mkeeter](https://github.com/mkeeter) made their first contribution in https://github.com/bincode-org/bincode/pull/702
- [@​Vrtgs](https://github.com/Vrtgs) made their first contribution in https://github.com/bincode-org/bincode/pull/708
- [@​mcclure](https://github.com/mcclure) made their first contribution in https://github.com/bincode-org/bincode/pull/715
- [@​xaocon](https://github.com/xaocon) made their first contribution in https://github.com/bincode-org/bincode/pull/728
- [@​DragonDev1906](https://github.com/DragonDev1906) made their first contribution in https://github.com/bincode-org/bincode/pull/730
- [@​skibon02](https://github.com/skibon02) made their first contribution in https://github.com/bincode-org/bincode/pull/734
- [@​Hack666r](https://github.com/Hack666r) made their first contribution in https://github.com/bincode-org/bincode/pull/737
- [@​fjarri](https://github.com/fjarri) made their first contribution in https://github.com/bincode-org/bincode/pull/729
**Full Changelog**: https://github.com/bincode-org/bincode/compare/v1.3.1...v2.0.0
</details>
---
### 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://gitea.communiquons.org/pierre/light-openid/pulls/115
2025-03-10 18:29:00 +00:00
|
|
|
version = "0.0.18"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
Update Rust crate bincode to v2.0.0 (#115)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [bincode](https://github.com/bincode-org/bincode) | dependencies | patch | `2.0.0-rc.3` -> `2.0.0` |
---
### Release Notes
<details>
<summary>bincode-org/bincode (bincode)</summary>
### [`v2.0.0`](https://github.com/bincode-org/bincode/releases/tag/v2.0.0)
[Compare Source](https://github.com/bincode-org/bincode/compare/v2.0.0-rc.3...v2.0.0)
Stable! Finally! After 4 years in development! Many changes have made it in since rc.3, including (unfortunately) some last minute breaking changes. But documentation has been cleaned up to a point where we finally feel comfortable committing to things as they are.
If you haven't been following along with the 2.0 changes here is a brief overview
- Completely rewritten API decoupled from serde
- `no_std` support
- Official format specification
- Default configuration changes
- Increase MSRV to 1.85.0
#### What's Changed since 1.3.1
- Fix `WithOtherTrailing` and `WithOtherIntEncoding` by [@​luben](https://github.com/luben) in https://github.com/bincode-org/bincode/pull/342
- Update docs to highlight differences between DefaultOptions and fns by [@​apgoetz](https://github.com/apgoetz) in https://github.com/bincode-org/bincode/pull/373
- Address questions regarding suitability for storage and untrusted inputs by [@​mbr](https://github.com/mbr) in https://github.com/bincode-org/bincode/pull/346
- Fixed a stray comment. by [@​manuthambi](https://github.com/manuthambi) in https://github.com/bincode-org/bincode/pull/360
- update CI to new branching scheme by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/376
- clarify msrv support by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/375
- fix linting ci error by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/377
- prep branch for 2.0 work by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/379
- Update URLs and some cleanups by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/383
- fix typo by [@​ehooi](https://github.com/ehooi) in https://github.com/bincode-org/bincode/pull/392
- Edit version badge link by [@​atouchet](https://github.com/atouchet) in https://github.com/bincode-org/bincode/pull/389
- Optimize varint parsing by [@​saethlin](https://github.com/saethlin) in https://github.com/bincode-org/bincode/pull/337
- Fix CI on trunk by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/408
- Update logo by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/407
- Make bincode_derive 0 dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/409
- Config rewrite by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/412
- Reintroduce varint optimizations by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/414
- Feature/deserde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/413
- Updated readme.md and added a test for the examples by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/417
- Update authors to reflect current code state by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/418
- Add necessary metadata to bincode_derive by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/420
- Replace test-all-features with a manual CI matrix by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/419
- Made the zigzag encoding examples compile and run by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/421
- Fix some typos by [@​Seppel3210](https://github.com/Seppel3210) in https://github.com/bincode-org/bincode/pull/423
- Generate qualified Result type in derive by [@​andrenth](https://github.com/andrenth) in https://github.com/bincode-org/bincode/pull/430
- Fixes for 427 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/428
- split off BorrowDecode from Decode in bincode_derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/432
- functions to enable encoding/decoding serde types by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/422
- Allow serde types to be Decode/Encoded by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/434
- Release 2.0.0-alpha.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/435
- Added Decode/Encode for HashMap\<K, V> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/438
- Added test case for a borrowed str by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/441
- Fixed clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/447
- Impl BorrowDecode for Option<&\[u8]> and Option<\&str> by [@​songzhi](https://github.com/songzhi) in https://github.com/bincode-org/bincode/pull/446
- Feature/config limit by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/439
- \[Breaking change] Made all `decode_from_slice` also return the number of bytes read by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/445
- Extract virtue by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/443
- Made the CI also check the benchmarks, fixed compile issue in benchmarks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/449
- Made the derive macros automatically implement the required traits on generic arguments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/454
- Release v2.0.0-alpha.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/455
- feat: Make `Configuration` functions `const` by [@​Popog](https://github.com/Popog) in https://github.com/bincode-org/bincode/pull/456
- Fix failed varint bench by [@​ygf11](https://github.com/ygf11) in https://github.com/bincode-org/bincode/pull/457
- Updated readme, added a paragraph on why we don't support #\[repr(u8)] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/461
- Bump virtue 0.0.4 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/463
- Fixed derive impl on an empty enum by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/462
- Release v2.0.0-beta.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/464
- Fix overflow error when deserializing invalid Duration by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/465
- Fix panic with invalid system time by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/469
- Add fuzzing harness, try to decode into various types by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/468
- Switched Decode and BorrowDecode to take \&mut D by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/470
- Switch Encode to take \&mut E by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/471
- Implemented the newly stabilized CString::from_vec_with_nul method by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/473
- Made SerdeDecoder attempt to allocate memory before complaining by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/475
- Update documentation by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/480
- Moved Configuration::standard() and ::legacy() to the config module by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/481
- Feature/improve serde by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/477
- made the serde functions consistent with the base bincode functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/483
- Migration guide by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/482
- Release v2.0.0-beta.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/484
- Run code coverage on all features by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/485
- Added #\[serde(untagged)] to the documentation of attributes that don't work by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/486
- Fixed an error in bincode derive where it would implement the wrong trait if a generic parameter is present by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/487
- Release v2.0.0-beta.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/488
- Added a table to the documentation to pick which functions to use by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/490
- Fix a bunch of typos by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/492
- Return an error if a decoded slice length doesn't fit into usize by [@​poljar](https://github.com/poljar) in https://github.com/bincode-org/bincode/pull/491
- Updated to virtue 0.0.6, added #\[bincode(crate = other)] attribute by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/494
- Bumped dependency of virtue to 0.0.7 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/495
- Bincode 1 compatibility framework by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/489
- Added documentation on how to add compatibility tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/497
- Made the compatibility check also include bincode 2 serde, and added comments by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/501
- Fix CString compatibility with bincode v1 by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/502
- Fuzz for compatibility with bincode v1 by [@​5225225](https://github.com/5225225) in https://github.com/bincode-org/bincode/pull/498
- Fix/issue 500 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/503
- Add Membership test by [@​ppamorim](https://github.com/ppamorim) in https://github.com/bincode-org/bincode/pull/500
- Release v2.0.0-beta.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/505
- Reference implementations for Reader and Writer by [@​BRA1L0R](https://github.com/BRA1L0R) in https://github.com/bincode-org/bincode/pull/507
- Made config::standard() implement .write_fixed_array_header() by default by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/509
- Added HashSet by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/516
- Made the compat fuzzer ignore any LimitExceeded error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/515
- Release 2.0.0-rc.1 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/510
- Add zoxide under Bincode in the Wild by [@​ajeetdsouza](https://github.com/ajeetdsouza) in https://github.com/bincode-org/bincode/pull/525
- Made the Cow Encode constraints more permissive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/524
- Added `additional` to the `UnexpectedEnd` decode error by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/522
- Allow encoding/decoding of HashMap and HashSet with custom hash algorithms by [@​bronsonp](https://github.com/bronsonp) in https://github.com/bincode-org/bincode/pull/529
- Added `std::error::Error::source` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/530
- Added cross platform tests workflow by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/534
- Fix riscv32 atomics and fix tests on 32-bit platforms by [@​xobs](https://github.com/xobs) in https://github.com/bincode-org/bincode/pull/533
- Fix cross platform tests by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/540
- Switched to weak dependencies by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/538
- Fix tuple struct encoding in serde by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/549
- Rewrite: seperated Decode and BorrowDecode by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/526
- Add impl Encode for \[T], where T: Encode by [@​cronokirby](https://github.com/cronokirby) in https://github.com/bincode-org/bincode/pull/542
- Add impls for Rc<\[T]> and Arc<\[T]> by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/552
- Shrink `DecodeError` from 48 to 32 bytes on 64-bit arch by [@​maciejhirsz](https://github.com/maciejhirsz) in https://github.com/bincode-org/bincode/pull/553
- Added windows and macos runner by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/554
- Implement `Decode` for `Box<str>` by [@​SabrinaJewson](https://github.com/SabrinaJewson) in https://github.com/bincode-org/bincode/pull/562
- Fixed clippy warning and updated DecodeError by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/574
- Updated test dependencies: uuid and glam by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/576
- Made `peek_read` take `&mut self` by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/572
- Prefixed the E and D generic argument in bincode-derive by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/573
- Implement Default for Configuration by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/575
- Document what the usizes are for ([#​546](https://github.com/bincode-org/bincode/issues/546)) in https://github.com/bincode-org/bincode/pull/577
- Clarify config::legacy() doc to match config::standard() by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/580
- Implement Encode for tuples with up-to 16 elements. by [@​gz](https://github.com/gz) in https://github.com/bincode-org/bincode/pull/583
- Document configuration generics by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/581
- Extended BorrowDecode for HashMap to support custom hashers by [@​Speedy37](https://github.com/Speedy37) in https://github.com/bincode-org/bincode/pull/585
- Allow decoding with custom `DeserializeSeed` by [@​MrGVSV](https://github.com/MrGVSV) in https://github.com/bincode-org/bincode/pull/586
- Added `[serde(tag)]` to the list of tags that are known to give issues by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/584
- Release 2.0.0-rc.2 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/588
- Bump `virtue` to 0.0.9 and add test for [#​537](https://github.com/bincode-org/bincode/issues/537) by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/591
- Encode variant index instead of variant value by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/593
- Create CODE_OF_CONDUCT.md by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/597
- Move generated files to `target/generated/bincode` by [@​trevyn](https://github.com/trevyn) in https://github.com/bincode-org/bincode/pull/600
- Add DecodeError::Other by [@​odysa](https://github.com/odysa) in https://github.com/bincode-org/bincode/pull/602
- Fixed new clippy lint in rust 1.65.0 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/603
- Add CIFuzz GitHub Action by [@​DavidKorczynski](https://github.com/DavidKorczynski) in https://github.com/bincode-org/bincode/pull/604
- Fixed new clippy warnings by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/617
- Improved encoding and decoding speed of Vec<u8> by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/619
- Bumped virtue to 0.0.13 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/626
- Disabled i686-linux-andoid and x86\_64-linux-android CI as they fail for external reasons by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/627
- Made arrays never encode their length by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/625
- Release rc.3 by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/628
- Fix typos in Spec.md enum example by [@​bigbass1997](https://github.com/bigbass1997) in https://github.com/bincode-org/bincode/pull/630
- fix(doc): broken intra link by [@​elpiel](https://github.com/elpiel) in https://github.com/bincode-org/bincode/pull/634
- Added dependabot by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/636
- Bump actions/checkout from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/638
- Bump codecov/codecov-action from 2 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/639
- Update glam requirement from 0.21 to 0.24 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/640
- Update criterion requirement from 0.3 to 0.4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/637
- Update criterion requirement from 0.4 to 0.5 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/641
- Update virtue requirement from 0.0.13 to 0.0.14 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/645
- Bump actions/upload-artifact from 1 to 3 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/651
- Allow generics in impl_borrow_decode by [@​dullbananas](https://github.com/dullbananas) in https://github.com/bincode-org/bincode/pull/635
- Bump actions/checkout from 3 to 4 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/660
- Fixed a new clippy warning by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/661
- Reverted 'static constraint on T in Vec<T> and \[T; N] by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/663
- Fix cross compilations by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/664
- Added unty dependency and added type checks by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/667
- Fix inconsistent naming between serde and non-serde functions by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/671
- Update virtue requirement from 0.0.14 to 0.0.15 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/673
- Compat and BorrowCompat Debug and Display implementations by [@​aegroto](https://github.com/aegroto) in https://github.com/bincode-org/bincode/pull/670
- Add missing test for encode_utf8 by [@​CXWorks](https://github.com/CXWorks) in https://github.com/bincode-org/bincode/pull/683
- Add getters for current configuration values by [@​shahn](https://github.com/shahn) in https://github.com/bincode-org/bincode/pull/681
- Use const functions where possible by [@​richardpringle](https://github.com/richardpringle) in https://github.com/bincode-org/bincode/pull/684
- Implement Encode & Decode for Wrapping<T> types by [@​mzachar](https://github.com/mzachar) in https://github.com/bincode-org/bincode/pull/686
- Fixed broken commit to trunk by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/687
- Update glam requirement from 0.24 to 0.25 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/688
- Add LICENSE.md to derive/ by [@​jfsulliv](https://github.com/jfsulliv) in https://github.com/bincode-org/bincode/pull/698
- Update virtue requirement from 0.0.15 to 0.0.16 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/692
- Update spec for `Option<T>` encoding by [@​mkeeter](https://github.com/mkeeter) in https://github.com/bincode-org/bincode/pull/702
- Fixed [#​707](https://github.com/bincode-org/bincode/issues/707) by [@​Vrtgs](https://github.com/Vrtgs) in https://github.com/bincode-org/bincode/pull/708
- Miri check by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/704
- Fixed broken miri CI script by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/712
- Fixed a warning in a derive test that would cause CI to fail by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/716
- Put clarifying language in migration guide regarding the serde:: and non-serde:: paths by [@​mcclure](https://github.com/mcclure) in https://github.com/bincode-org/bincode/pull/715
- Fixed new clippy lints by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/721
- Update virtue requirement from 0.0.16 to 0.0.17 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/719
- Add prerelease warning to readme.md by [@​xaocon](https://github.com/xaocon) in https://github.com/bincode-org/bincode/pull/728
- Update virtue requirement from 0.0.17 to 0.0.18 by [@​dependabot](https://github.com/dependabot) in https://github.com/bincode-org/bincode/pull/731
- Fix typo in spec.md by [@​DragonDev1906](https://github.com/DragonDev1906) in https://github.com/bincode-org/bincode/pull/730
- Implement basic traits for `Compat` and `BorrowCompat` by [@​skibon02](https://github.com/skibon02) in https://github.com/bincode-org/bincode/pull/734
- chore typo fix README.md by [@​Hack666r](https://github.com/Hack666r) in https://github.com/bincode-org/bincode/pull/737
- Fix CI and clippy by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/747
- Document making serde an optional dependency by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/746
- Finally got around to updating the spec based on feedback by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/741
- Expose types implementing `serde::Serializer` and `Deserializer` by [@​fjarri](https://github.com/fjarri) in https://github.com/bincode-org/bincode/pull/729
- make serde decode api consistent by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/748
- Decode context by [@​ZoeyR](https://github.com/ZoeyR) in https://github.com/bincode-org/bincode/pull/749
- 2.0.0 stable by [@​VictorKoenders](https://github.com/VictorKoenders) in https://github.com/bincode-org/bincode/pull/742
#### New Contributors
- [@​luben](https://github.com/luben) made their first contribution in https://github.com/bincode-org/bincode/pull/342
- [@​apgoetz](https://github.com/apgoetz) made their first contribution in https://github.com/bincode-org/bincode/pull/373
- [@​mbr](https://github.com/mbr) made their first contribution in https://github.com/bincode-org/bincode/pull/346
- [@​manuthambi](https://github.com/manuthambi) made their first contribution in https://github.com/bincode-org/bincode/pull/360
- [@​ehooi](https://github.com/ehooi) made their first contribution in https://github.com/bincode-org/bincode/pull/392
- [@​saethlin](https://github.com/saethlin) made their first contribution in https://github.com/bincode-org/bincode/pull/337
- [@​VictorKoenders](https://github.com/VictorKoenders) made their first contribution in https://github.com/bincode-org/bincode/pull/409
- [@​Seppel3210](https://github.com/Seppel3210) made their first contribution in https://github.com/bincode-org/bincode/pull/423
- [@​andrenth](https://github.com/andrenth) made their first contribution in https://github.com/bincode-org/bincode/pull/430
- [@​songzhi](https://github.com/songzhi) made their first contribution in https://github.com/bincode-org/bincode/pull/446
- [@​Popog](https://github.com/Popog) made their first contribution in https://github.com/bincode-org/bincode/pull/456
- [@​ygf11](https://github.com/ygf11) made their first contribution in https://github.com/bincode-org/bincode/pull/457
- [@​5225225](https://github.com/5225225) made their first contribution in https://github.com/bincode-org/bincode/pull/465
- [@​poljar](https://github.com/poljar) made their first contribution in https://github.com/bincode-org/bincode/pull/492
- [@​ppamorim](https://github.com/ppamorim) made their first contribution in https://github.com/bincode-org/bincode/pull/500
- [@​BRA1L0R](https://github.com/BRA1L0R) made their first contribution in https://github.com/bincode-org/bincode/pull/507
- [@​ajeetdsouza](https://github.com/ajeetdsouza) made their first contribution in https://github.com/bincode-org/bincode/pull/525
- [@​bronsonp](https://github.com/bronsonp) made their first contribution in https://github.com/bincode-org/bincode/pull/529
- [@​xobs](https://github.com/xobs) made their first contribution in https://github.com/bincode-org/bincode/pull/533
- [@​cronokirby](https://github.com/cronokirby) made their first contribution in https://github.com/bincode-org/bincode/pull/542
- [@​maciejhirsz](https://github.com/maciejhirsz) made their first contribution in https://github.com/bincode-org/bincode/pull/552
- [@​SabrinaJewson](https://github.com/SabrinaJewson) made their first contribution in https://github.com/bincode-org/bincode/pull/562
- [@​trevyn](https://github.com/trevyn) made their first contribution in https://github.com/bincode-org/bincode/pull/580
- [@​gz](https://github.com/gz) made their first contribution in https://github.com/bincode-org/bincode/pull/583
- [@​Speedy37](https://github.com/Speedy37) made their first contribution in https://github.com/bincode-org/bincode/pull/585
- [@​MrGVSV](https://github.com/MrGVSV) made their first contribution in https://github.com/bincode-org/bincode/pull/586
- [@​odysa](https://github.com/odysa) made their first contribution in https://github.com/bincode-org/bincode/pull/602
- [@​DavidKorczynski](https://github.com/DavidKorczynski) made their first contribution in https://github.com/bincode-org/bincode/pull/604
- [@​bigbass1997](https://github.com/bigbass1997) made their first contribution in https://github.com/bincode-org/bincode/pull/630
- [@​elpiel](https://github.com/elpiel) made their first contribution in https://github.com/bincode-org/bincode/pull/634
- [@​dependabot](https://github.com/dependabot) made their first contribution in https://github.com/bincode-org/bincode/pull/638
- [@​dullbananas](https://github.com/dullbananas) made their first contribution in https://github.com/bincode-org/bincode/pull/635
- [@​aegroto](https://github.com/aegroto) made their first contribution in https://github.com/bincode-org/bincode/pull/670
- [@​CXWorks](https://github.com/CXWorks) made their first contribution in https://github.com/bincode-org/bincode/pull/683
- [@​shahn](https://github.com/shahn) made their first contribution in https://github.com/bincode-org/bincode/pull/681
- [@​richardpringle](https://github.com/richardpringle) made their first contribution in https://github.com/bincode-org/bincode/pull/684
- [@​mzachar](https://github.com/mzachar) made their first contribution in https://github.com/bincode-org/bincode/pull/686
- [@​jfsulliv](https://github.com/jfsulliv) made their first contribution in https://github.com/bincode-org/bincode/pull/698
- [@​mkeeter](https://github.com/mkeeter) made their first contribution in https://github.com/bincode-org/bincode/pull/702
- [@​Vrtgs](https://github.com/Vrtgs) made their first contribution in https://github.com/bincode-org/bincode/pull/708
- [@​mcclure](https://github.com/mcclure) made their first contribution in https://github.com/bincode-org/bincode/pull/715
- [@​xaocon](https://github.com/xaocon) made their first contribution in https://github.com/bincode-org/bincode/pull/728
- [@​DragonDev1906](https://github.com/DragonDev1906) made their first contribution in https://github.com/bincode-org/bincode/pull/730
- [@​skibon02](https://github.com/skibon02) made their first contribution in https://github.com/bincode-org/bincode/pull/734
- [@​Hack666r](https://github.com/Hack666r) made their first contribution in https://github.com/bincode-org/bincode/pull/737
- [@​fjarri](https://github.com/fjarri) made their first contribution in https://github.com/bincode-org/bincode/pull/729
**Full Changelog**: https://github.com/bincode-org/bincode/compare/v1.3.1...v2.0.0
</details>
---
### 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOTAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Reviewed-on: https://gitea.communiquons.org/pierre/light-openid/pulls/115
2025-03-10 18:29:00 +00:00
|
|
|
checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2024-04-05 08:06:43 +02:00
|
|
|
version = "0.3.1"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 08:06:43 +02:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2025-03-04 20:38:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.13.3+wasi-0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
|
dependencies = [
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
]
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.2.100"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2025-03-04 20:38:34 +01:00
|
|
|
"once_cell",
|
|
|
|
"rustversion",
|
2023-04-29 07:49:35 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.2.100"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 08:06:43 +02:00
|
|
|
"syn",
|
2023-04-29 07:49:35 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.4.50"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
2025-03-04 20:38:34 +01:00
|
|
|
"once_cell",
|
2023-04-29 07:49:35 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.2.100"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.2.100"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 08:06:43 +02:00
|
|
|
"syn",
|
2023-04-29 07:49:35 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.2.100"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
2023-04-29 07:49:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.3.77"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-09-12 00:32:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-registry"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result",
|
|
|
|
"windows-strings",
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows-targets",
|
2024-09-12 00:32:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows-targets",
|
2024-09-12 00:32:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-strings"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result",
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows-targets",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
2024-03-21 00:05:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows-targets",
|
2024-03-21 00:05:34 +00:00
|
|
|
]
|
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2023-04-29 07:49:35 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows-targets",
|
2023-04-29 07:49:35 +00:00
|
|
|
]
|
|
|
|
|
2024-03-21 00:05:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-09-12 00:32:09 +00:00
|
|
|
version = "0.52.6"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 00:32:09 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-03-21 00:05:34 +00:00
|
|
|
dependencies = [
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-09-12 00:32:09 +00:00
|
|
|
"windows_i686_gnullvm",
|
2025-03-04 20:38:34 +01:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2024-03-21 00:05:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-09-12 00:32:09 +00:00
|
|
|
version = "0.52.6"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 00:32:09 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-03-21 00:05:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-09-12 00:32:09 +00:00
|
|
|
version = "0.52.6"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 00:32:09 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-03-21 00:05:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-09-12 00:32:09 +00:00
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-12 00:32:09 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-03-21 00:05:34 +00:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2025-03-04 20:38:34 +01:00
|
|
|
version = "0.52.6"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
2024-03-21 00:05:34 +00:00
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "windows_x86_64_gnu"
|
2024-09-12 00:32:09 +00:00
|
|
|
version = "0.52.6"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-03-21 00:05:34 +00:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.6"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
2024-03-21 00:05:34 +00:00
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "windows_x86_64_msvc"
|
2024-09-12 00:32:09 +00:00
|
|
|
version = "0.52.6"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-03-21 00:05:34 +00:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
version = "0.33.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
2023-04-29 07:49:35 +00:00
|
|
|
|
2024-03-21 00:05:34 +00:00
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
2024-03-21 00:05:34 +00:00
|
|
|
|
2023-04-29 07:49:35 +00:00
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.5"
|
2023-04-29 07:49:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
2023-04-29 07:49:35 +00:00
|
|
|
|
2024-03-21 00:05:34 +00:00
|
|
|
[[package]]
|
2025-03-04 20:38:34 +01:00
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.5"
|
2024-03-21 00:05:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-04 20:38:34 +01:00
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive 0.7.35",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.8.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcf01143b2dd5d134f11f545cf9f1431b13b749695cb33bcce051e7568f99478"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive 0.8.21",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.8.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712c8386f4f4299382c9abee219bee7084f78fb939d88b6840fcc1320d5f6da2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
2024-06-18 00:15:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2025-03-04 20:38:34 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|