typos/Cargo.lock

1756 lines
43 KiB
Text
Raw Normal View History

2019-04-16 22:16:31 -04:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-06-28 15:56:13 -04:00
version = 3
2020-11-23 13:40:55 -05:00
[[package]]
name = "addr2line"
2023-09-02 18:05:30 -04:00
version = "0.21.0"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2020-11-23 13:40:55 -05:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
2021-03-01 12:46:40 -05:00
version = "1.0.2"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-01 12:46:40 -05:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-11-23 13:40:55 -05:00
[[package]]
name = "ahash"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
2022-09-01 07:50:35 -04:00
"cfg-if",
"getrandom",
2021-02-04 22:40:07 -05:00
"once_cell",
"version_check",
2024-02-10 22:00:39 -05:00
"zerocopy",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "aho-corasick"
2023-10-16 13:58:00 -04:00
version = "1.1.2"
2023-05-01 11:30:51 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2023-05-01 11:30:51 -04:00
dependencies = [
"memchr",
]
2023-09-30 20:34:31 -04:00
[[package]]
name = "anstream"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "0.6.14"
2023-09-30 20:34:31 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
2023-09-30 20:34:31 -04:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
2023-08-31 20:57:02 -04:00
"colorchoice",
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
"is_terminal_polyfill",
2023-08-31 20:57:02 -04:00
"utf8parse",
]
2023-03-14 00:01:45 -04:00
[[package]]
name = "anstyle"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "1.0.7"
2023-03-14 00:01:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
2023-03-14 00:01:45 -04:00
[[package]]
name = "anstyle-parse"
2023-10-16 13:58:00 -04:00
version = "0.2.2"
2023-03-14 00:01:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
2023-03-14 00:01:45 -04:00
dependencies = [
"utf8parse",
]
2023-04-12 22:52:15 -04:00
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2023-04-12 22:52:15 -04:00
]
2023-09-30 20:34:31 -04:00
[[package]]
name = "anstyle-wincon"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
dependencies = [
"anstyle",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2023-09-30 20:34:31 -04:00
]
2019-10-29 13:36:50 -04:00
[[package]]
name = "anyhow"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "1.0.86"
2019-10-29 13:36:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2019-10-29 13:36:50 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "assert_fs"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "1.1.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "2cd762e110c8ed629b11b6cde59458cc1c71de78ebbcc30099fc8e0403a2a2ec"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-09-02 18:05:30 -04:00
"anstyle",
"doc-comment",
"globwalk",
"predicates",
"predicates-core",
"predicates-tree",
"tempfile",
2019-01-22 17:01:33 -05:00
]
2020-02-03 07:48:55 -05:00
[[package]]
name = "autocfg"
2022-03-01 09:40:15 -05:00
version = "1.1.0"
2020-02-03 07:48:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 09:40:15 -05:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-02-03 07:48:55 -05:00
2024-05-27 23:04:19 -04:00
[[package]]
name = "automod"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edf3ee19dbc0a46d740f6f0926bde8c50f02bdbc7b536842da28f6ac56513a8b"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
2024-05-27 23:04:19 -04:00
]
2020-11-23 13:40:55 -05:00
[[package]]
name = "backtrace"
2023-09-02 18:05:30 -04:00
version = "0.3.69"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
2020-11-23 13:40:55 -05:00
dependencies = [
"addr2line",
2021-04-30 11:40:13 -04:00
"cc",
2021-03-01 12:46:40 -05:00
"cfg-if",
2020-11-23 13:40:55 -05:00
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "bitflags"
2021-09-01 08:13:35 -04:00
version = "1.3.2"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-01 08:13:35 -04:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-01-22 17:01:33 -05:00
2023-09-02 18:05:30 -04:00
[[package]]
name = "bitflags"
2023-10-16 13:58:00 -04:00
version = "2.4.1"
2023-09-02 18:05:30 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2023-09-02 18:05:30 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "bstr"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
2022-10-03 12:36:25 -04:00
dependencies = [
"memchr",
"regex-automata",
"serde",
]
2021-04-30 11:40:13 -04:00
[[package]]
name = "cc"
2023-09-02 18:05:30 -04:00
version = "1.0.83"
2021-04-30 11:40:13 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2021-04-30 11:40:13 -04:00
2020-11-23 11:08:38 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-09-28 16:53:45 -04:00
[[package]]
name = "clap"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "4.5.8"
2022-09-28 16:53:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d"
2022-09-28 16:53:45 -04:00
dependencies = [
2023-03-31 21:33:41 -04:00
"clap_builder",
2023-10-16 13:58:00 -04:00
"clap_derive",
2022-09-28 16:53:45 -04:00
]
2022-03-01 09:40:15 -05:00
[[package]]
name = "clap-verbosity-flag"
2024-02-29 20:43:17 -05:00
version = "2.2.0"
2022-03-01 09:40:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 20:43:17 -05:00
checksum = "bb9b20c0dd58e4c2e991c8d203bbeb76c11304d1011659686b5b644bc29aa478"
2022-03-01 09:40:15 -05:00
dependencies = [
2023-10-16 13:58:00 -04:00
"clap",
2022-03-01 09:40:15 -05:00
"log",
]
2023-03-31 21:33:41 -04:00
[[package]]
name = "clap_builder"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "4.5.8"
2023-03-31 21:33:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708"
2023-03-31 21:33:41 -04:00
dependencies = [
"anstream",
2023-03-31 21:33:41 -04:00
"anstyle",
2023-10-16 13:58:00 -04:00
"clap_lex",
2024-02-29 20:43:17 -05:00
"strsim 0.11.0",
2024-02-07 14:21:10 -05:00
"terminal_size",
2023-03-31 21:33:41 -04:00
]
2022-09-28 16:53:45 -04:00
[[package]]
name = "clap_derive"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "4.5.8"
2022-09-28 16:53:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085"
2022-09-28 16:53:45 -04:00
dependencies = [
"heck",
"proc-macro2",
"quote",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
2022-05-02 03:19:28 -04:00
]
2022-09-28 16:53:45 -04:00
[[package]]
name = "clap_lex"
2024-02-29 20:43:17 -05:00
version = "0.7.0"
2022-09-28 16:53:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 20:43:17 -05:00
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
2022-09-28 16:53:45 -04:00
[[package]]
name = "codegenrs"
2023-10-16 13:58:00 -04:00
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "bdd9df7bf4b13db9f290fa2adba3c6e68beb842aa6b1ab44bd51a504ee2d5942"
dependencies = [
2023-10-16 13:58:00 -04:00
"clap",
"derive_more",
"difference",
"normalize-line-endings",
2019-01-22 17:01:33 -05:00
]
2019-10-28 12:01:22 -04:00
[[package]]
2022-08-01 15:45:58 -04:00
name = "codespell-dict"
2024-06-03 11:11:02 -04:00
version = "0.4.2"
2019-10-28 12:01:22 -04:00
dependencies = [
"codegenrs",
"dictgen",
"itertools 0.13.0",
2024-05-27 23:11:47 -04:00
"snapbox",
2023-06-08 09:10:49 -04:00
"typos",
"unicase",
2019-10-28 12:01:22 -04:00
]
2023-03-14 00:01:45 -04:00
[[package]]
2023-04-12 22:52:15 -04:00
name = "colorchoice"
2023-03-14 00:01:45 -04:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-12 22:52:15 -04:00
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-03-14 00:01:45 -04:00
[[package]]
2023-04-12 22:52:15 -04:00
name = "colorchoice-clap"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "1.0.4"
2023-03-14 00:01:45 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "d9e934c99a796f6b47d5a939bbea45be876f163461bfeca0ca0c2b213230094e"
2023-03-14 00:01:45 -04:00
dependencies = [
2023-10-16 13:58:00 -04:00
"clap",
2023-04-12 22:52:15 -04:00
"colorchoice",
2023-03-14 00:01:45 -04:00
]
2024-02-07 14:21:10 -05:00
[[package]]
name = "condtype"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf0a07a401f374238ab8e2f11a104d2851bf9ce711ec69804834de8af45c7af"
[[package]]
name = "content_inspector"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
dependencies = [
"memchr",
]
2021-04-30 11:40:13 -04:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2021-02-05 22:38:44 -05:00
[[package]]
name = "crossbeam-deque"
2023-09-02 18:05:30 -04:00
version = "0.8.3"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2021-02-05 22:38:44 -05:00
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
2021-02-05 22:38:44 -05:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-09-02 18:05:30 -04:00
version = "0.9.15"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2021-02-05 22:38:44 -05:00
dependencies = [
2022-05-02 03:19:28 -04:00
"autocfg",
2021-03-01 12:46:40 -05:00
"cfg-if",
2021-02-05 22:38:44 -05:00
"crossbeam-utils",
"memoffset",
"scopeguard",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "crossbeam-utils"
2023-09-02 18:05:30 -04:00
version = "0.8.16"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2019-01-22 17:01:33 -05:00
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "csv"
2023-10-16 13:58:00 -04:00
version = "1.3.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
2019-01-22 17:01:33 -05:00
dependencies = [
"csv-core",
2023-02-28 00:34:02 -05:00
"itoa",
"ryu",
"serde",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "csv-core"
2023-10-16 13:58:00 -04:00
version = "0.1.11"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
2019-01-22 17:01:33 -05:00
dependencies = [
"memchr",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "darling"
2023-09-02 18:05:30 -04:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-09-02 18:05:30 -04:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2024-02-29 20:43:17 -05:00
"strsim 0.10.0",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
]
[[package]]
name = "darling_macro"
2023-09-02 18:05:30 -04:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
dependencies = [
"darling_core",
"quote",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
2019-08-07 09:20:18 -04:00
]
[[package]]
name = "derive_more"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "0.99.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
dependencies = [
2021-04-30 11:40:13 -04:00
"convert_case",
"proc-macro2",
"quote",
"rustc_version",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
]
[[package]]
name = "derive_setters"
2023-09-02 18:05:30 -04:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
dependencies = [
"darling",
"proc-macro2",
"quote",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
]
[[package]]
name = "dictgen"
2024-04-30 15:37:49 -04:00
version = "0.2.8"
dependencies = [
2021-09-01 07:38:52 -04:00
"phf",
2021-07-01 11:39:27 -04:00
"phf_codegen",
2021-09-01 07:38:52 -04:00
"phf_shared",
"unicase",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2019-01-22 17:01:33 -05:00
2020-11-11 19:19:26 -05:00
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
2024-02-07 14:21:10 -05:00
[[package]]
name = "divan"
2024-02-29 20:43:17 -05:00
version = "0.1.14"
2024-02-07 14:21:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 20:43:17 -05:00
checksum = "a0d567df2c9c2870a43f3f2bd65aaeb18dbce1c18f217c3e564b4fbaeb3ee56c"
2024-02-07 14:21:10 -05:00
dependencies = [
"cfg-if",
"clap",
"condtype",
"divan-macros",
"libc",
"regex-lite",
]
[[package]]
name = "divan-macros"
2024-02-29 20:43:17 -05:00
version = "0.1.14"
2024-02-07 14:21:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 20:43:17 -05:00
checksum = "27540baf49be0d484d8f0130d7d8da3011c32a44d4fc873368154f1510e574a2"
2024-02-07 14:21:10 -05:00
dependencies = [
"proc-macro2",
"quote",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
2024-02-07 14:21:10 -05:00
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dunce"
2023-09-02 18:05:30 -04:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
[[package]]
name = "edit-distance"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "853fc7035888bd1c9320f3a05bfe7f344f49b8766a4bb4209b1ac5f0503d9577"
2019-01-23 09:33:51 -05:00
[[package]]
name = "either"
2023-09-02 18:05:30 -04:00
version = "1.9.0"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2019-01-23 09:33:51 -05:00
[[package]]
name = "encoding_rs"
chore(deps): Update compatible (#1009) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [encoding_rs](https://docs.rs/encoding_rs/) ([source](https://togithub.com/hsivonen/encoding_rs)) | dependencies | patch | `0.8.33` -> `0.8.34` | | [trycmd](https://togithub.com/assert-rs/trycmd) | dev-dependencies | patch | `0.15.0` -> `0.15.1` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.11` -> `0.1.12` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.5` -> `0.6.7` | --- ### Release Notes <details> <summary>hsivonen/encoding_rs (encoding_rs)</summary> ### [`v0.8.34`](https://togithub.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34) [Compare Source](https://togithub.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34) </details> <details> <summary>assert-rs/trycmd (trycmd)</summary> ### [`v0.15.1`](https://togithub.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.12`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.7`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#067---2024-04-26) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.6...v0.6.7) ##### Fixes - Improve debug traces when Input wrapper types are used ### [`v0.6.6`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#066---2024-04-11) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.5...v0.6.6) ##### Fixes - Add impl `ErrorConvert` for `ContextError` so it can be used with bit parsing </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-30 21:02:14 -04:00
version = "0.8.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1009) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [encoding_rs](https://docs.rs/encoding_rs/) ([source](https://togithub.com/hsivonen/encoding_rs)) | dependencies | patch | `0.8.33` -> `0.8.34` | | [trycmd](https://togithub.com/assert-rs/trycmd) | dev-dependencies | patch | `0.15.0` -> `0.15.1` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.11` -> `0.1.12` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.5` -> `0.6.7` | --- ### Release Notes <details> <summary>hsivonen/encoding_rs (encoding_rs)</summary> ### [`v0.8.34`](https://togithub.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34) [Compare Source](https://togithub.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34) </details> <details> <summary>assert-rs/trycmd (trycmd)</summary> ### [`v0.15.1`](https://togithub.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/v0.15.0...v0.15.1) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.12`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.11...v0.1.12) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.7`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#067---2024-04-26) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.6...v0.6.7) ##### Fixes - Improve debug traces when Input wrapper types are used ### [`v0.6.6`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#066---2024-04-11) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.5...v0.6.6) ##### Fixes - Add impl `ErrorConvert` for `ContextError` so it can be used with bit parsing </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-30 21:02:14 -04:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
dependencies = [
"cfg-if",
]
2020-04-07 20:50:06 -04:00
[[package]]
name = "enumflags2"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "0.7.10"
2020-04-07 20:50:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
2020-04-07 20:50:06 -04:00
dependencies = [
"enumflags2_derive",
]
[[package]]
name = "enumflags2_derive"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "0.7.10"
2020-04-07 20:50:06 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
2020-04-07 20:50:06 -04:00
dependencies = [
"proc-macro2",
"quote",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
2020-04-07 20:50:06 -04:00
]
[[package]]
name = "env_filter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
dependencies = [
"log",
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "env_logger"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "0.11.3"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
2019-07-19 23:45:41 -04:00
dependencies = [
"anstream",
"anstyle",
"env_filter",
2020-11-10 20:35:17 -05:00
"log",
]
[[package]]
name = "equivalent"
2023-09-02 18:05:30 -04:00
version = "1.0.1"
2022-12-01 17:10:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2022-12-01 17:10:07 -05:00
[[package]]
name = "errno"
2023-10-16 13:58:00 -04:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
dependencies = [
"libc",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
]
2022-02-01 11:34:12 -05:00
[[package]]
name = "fastrand"
2023-10-16 13:58:00 -04:00
version = "2.0.1"
2022-02-01 11:34:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2022-02-01 11:34:12 -05:00
2022-03-29 15:42:12 -04:00
[[package]]
name = "filetime"
2023-09-02 18:05:30 -04:00
version = "0.2.22"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
2022-03-29 15:42:12 -04:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2022-03-29 15:42:12 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "fnv"
2020-06-01 19:37:05 -04:00
version = "1.0.7"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-01 19:37:05 -04:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-01-22 17:01:33 -05:00
[[package]]
name = "getrandom"
2023-09-02 18:05:30 -04:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
"libc",
"wasi",
]
2020-11-23 13:40:55 -05:00
[[package]]
name = "gimli"
2023-09-02 18:05:30 -04:00
version = "0.28.0"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2020-11-23 13:40:55 -05:00
2021-11-08 12:20:27 -05:00
[[package]]
name = "glob"
2023-02-28 00:34:02 -05:00
version = "0.3.1"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 00:34:02 -05:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2021-11-08 12:20:27 -05:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "globset"
2023-11-30 19:23:45 -05:00
version = "0.4.14"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 19:23:45 -05:00
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-08-31 20:57:02 -04:00
"aho-corasick",
2023-02-28 00:34:02 -05:00
"bstr",
"log",
2023-11-30 19:23:45 -05:00
"regex-automata",
"regex-syntax",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "globwalk"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "0.9.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
2019-01-22 17:01:33 -05:00
dependencies = [
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
"bitflags 2.4.1",
"ignore",
"walkdir",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "hashbrown"
2023-09-30 20:34:31 -04:00
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-30 20:34:31 -04:00
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
2019-01-22 17:01:33 -05:00
[[package]]
name = "heck"
2024-03-31 20:54:46 -04:00
version = "0.5.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-31 20:54:46 -04:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2019-01-22 17:01:33 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "human-panic"
version = "2.0.0"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c5d0e9120f6bca6120d142c7ede1ba376dd6bf276d69dd3dbe6cbeb7824179"
2020-11-23 13:40:55 -05:00
dependencies = [
"anstream",
2023-03-31 21:33:41 -04:00
"anstyle",
2020-11-23 13:40:55 -05:00
"backtrace",
2023-02-28 00:34:02 -05:00
"os_info",
2020-11-23 13:40:55 -05:00
"serde",
"serde_derive",
2023-11-30 19:23:45 -05:00
"toml",
2020-11-23 13:40:55 -05:00
"uuid",
]
2019-07-19 23:45:41 -04:00
[[package]]
name = "humantime"
version = "2.1.0"
2019-07-19 23:45:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2019-07-19 23:45:41 -04:00
2021-11-08 12:20:27 -05:00
[[package]]
name = "humantime-serde"
2022-05-02 03:19:28 -04:00
version = "1.1.1"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
2021-11-08 12:20:27 -05:00
dependencies = [
"humantime",
"serde",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2019-01-22 17:01:33 -05:00
[[package]]
name = "ignore"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "0.4.22"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
2019-01-22 17:01:33 -05:00
dependencies = [
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
"crossbeam-deque",
"globset",
"log",
"memchr",
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
"regex-automata",
"same-file",
"walkdir",
"winapi-util",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "indexmap"
2024-03-31 20:54:46 -04:00
version = "2.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-31 20:54:46 -04:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
dependencies = [
"equivalent",
2023-10-16 13:58:00 -04:00
"hashbrown",
2021-11-08 12:20:27 -05:00
]
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
2019-01-23 09:33:51 -05:00
[[package]]
name = "itoa"
2023-09-02 18:05:30 -04:00
version = "1.0.9"
2021-12-14 16:21:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2021-12-14 16:21:15 -05:00
2022-03-29 15:42:12 -04:00
[[package]]
name = "kstring"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
dependencies = [
"serde",
"static_assertions",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "libc"
2023-10-16 13:58:00 -04:00
version = "0.2.149"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
2019-01-22 17:01:33 -05:00
2022-12-01 17:10:07 -05:00
[[package]]
name = "linux-raw-sys"
2023-10-16 13:58:00 -04:00
version = "0.4.10"
2022-12-01 17:10:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
2019-01-22 17:01:33 -05:00
[[package]]
name = "log"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "0.4.22"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2019-01-22 17:01:33 -05:00
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2019-01-22 17:01:33 -05:00
[[package]]
name = "memchr"
2023-12-31 20:35:45 -05:00
version = "2.7.1"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 20:35:45 -05:00
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
2019-01-22 17:01:33 -05:00
2021-02-05 22:38:44 -05:00
[[package]]
name = "memoffset"
2023-09-02 18:05:30 -04:00
version = "0.9.0"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2021-02-05 22:38:44 -05:00
dependencies = [
"autocfg",
]
2020-11-23 13:40:55 -05:00
[[package]]
name = "miniz_oxide"
2023-09-02 18:05:30 -04:00
version = "0.7.1"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2020-11-23 13:40:55 -05:00
dependencies = [
"adler",
]
[[package]]
2022-08-01 15:45:58 -04:00
name = "misspell-dict"
2021-05-21 21:41:02 -04:00
version = "0.4.0"
dependencies = [
"codegenrs",
"dictgen",
"itertools 0.13.0",
2022-08-01 15:45:58 -04:00
"regex",
2024-05-27 23:11:47 -04:00
"snapbox",
"unicase",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2019-01-22 17:01:33 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "object"
2023-10-16 13:58:00 -04:00
version = "0.32.1"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2021-09-01 08:13:35 -04:00
dependencies = [
"memchr",
]
2020-11-23 13:40:55 -05:00
2020-11-09 20:27:25 -05:00
[[package]]
name = "once_cell"
2023-12-31 20:35:45 -05:00
version = "1.19.0"
2020-11-09 20:27:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-31 20:35:45 -05:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2020-11-09 20:27:25 -05:00
2021-11-10 17:09:00 -05:00
[[package]]
2023-02-28 00:34:02 -05:00
name = "os_info"
2023-09-02 18:05:30 -04:00
version = "3.7.0"
2021-11-10 17:09:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
2021-11-10 17:09:00 -05:00
dependencies = [
2023-02-28 00:34:02 -05:00
"log",
"serde",
2021-11-10 17:09:00 -05:00
"winapi",
]
2021-12-06 16:36:23 -05:00
[[package]]
2023-02-28 00:34:02 -05:00
name = "os_pipe"
2023-09-02 18:05:30 -04:00
version = "1.1.4"
2021-12-06 16:36:23 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
2023-02-28 00:34:02 -05:00
dependencies = [
"libc",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2023-02-28 00:34:02 -05:00
]
2021-12-06 16:36:23 -05:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "phf"
2023-09-02 18:05:30 -04:00
version = "0.11.2"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2021-07-01 11:39:27 -04:00
dependencies = [
2022-08-03 10:29:38 -04:00
"phf_macros",
2021-09-01 07:38:52 -04:00
"phf_shared",
2021-07-01 11:39:27 -04:00
]
[[package]]
name = "phf_codegen"
2023-09-02 18:05:30 -04:00
version = "0.11.2"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2021-07-01 11:39:27 -04:00
dependencies = [
"phf_generator",
2021-09-01 07:38:52 -04:00
"phf_shared",
2021-07-01 11:39:27 -04:00
]
[[package]]
name = "phf_generator"
2023-09-02 18:05:30 -04:00
version = "0.11.2"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2021-07-01 11:39:27 -04:00
dependencies = [
2021-09-01 07:38:52 -04:00
"phf_shared",
2021-07-01 11:39:27 -04:00
"rand",
2019-01-22 17:01:33 -05:00
]
2022-08-03 10:29:38 -04:00
[[package]]
name = "phf_macros"
2023-09-02 18:05:30 -04:00
version = "0.11.2"
2022-08-03 10:29:38 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
2022-08-03 10:29:38 -04:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
2022-08-03 10:29:38 -04:00
"unicase",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "phf_shared"
2023-09-02 18:05:30 -04:00
version = "0.11.2"
2021-07-01 11:39:27 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2021-07-01 11:39:27 -04:00
dependencies = [
"siphasher",
"unicase",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "predicates"
2023-10-16 13:58:00 -04:00
version = "3.0.4"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "6dfc28575c2e3f19cb3c73b93af36460ae898d426eba6fc15b9bd2a5220758a0"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-09-02 18:05:30 -04:00
"anstyle",
"difflib",
2023-10-16 13:58:00 -04:00
"itertools 0.11.0",
"predicates-core",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "predicates-core"
2023-09-02 18:05:30 -04:00
version = "1.0.6"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
2019-01-22 17:01:33 -05:00
[[package]]
name = "predicates-tree"
2023-09-02 18:05:30 -04:00
version = "1.0.9"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
2019-01-22 17:01:33 -05:00
dependencies = [
"predicates-core",
2021-12-01 08:59:35 -05:00
"termtree",
2019-01-22 17:01:33 -05:00
]
2020-11-16 21:02:10 -05:00
[[package]]
name = "proc-exit"
2023-09-02 18:05:30 -04:00
version = "2.0.1"
2020-11-16 21:02:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "dbd05acff31c8b626109e8e1db042b9bddb2b3ffba01ead93d15b78517a282ca"
2020-11-16 21:02:10 -05:00
[[package]]
name = "proc-macro2"
2024-05-27 23:04:19 -04:00
version = "1.0.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 23:04:19 -04:00
checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
dependencies = [
2022-06-01 07:49:18 -04:00
"unicode-ident",
]
[[package]]
name = "quote"
2024-05-27 23:04:19 -04:00
version = "1.0.36"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 23:04:19 -04:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2019-01-22 17:01:33 -05:00
dependencies = [
"proc-macro2",
2019-01-22 17:01:33 -05:00
]
2021-02-04 22:40:07 -05:00
[[package]]
name = "rand"
2022-03-01 09:40:15 -05:00
version = "0.8.5"
2021-02-04 22:40:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-01 09:40:15 -05:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-02-04 22:40:07 -05:00
dependencies = [
"rand_core",
]
2021-02-04 22:40:07 -05:00
[[package]]
name = "rand_core"
2022-10-03 12:36:25 -04:00
version = "0.6.4"
2021-02-04 22:40:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-02-04 22:40:07 -05:00
2021-02-05 22:38:44 -05:00
[[package]]
name = "rayon"
2023-10-16 13:58:00 -04:00
version = "1.8.0"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
2021-02-05 22:38:44 -05:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-10-16 13:58:00 -04:00
version = "1.12.0"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2021-02-05 22:38:44 -05:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "redox_syscall"
2023-09-02 18:05:30 -04:00
version = "0.3.5"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2021-02-04 22:40:07 -05:00
dependencies = [
2023-09-02 18:05:30 -04:00
"bitflags 1.3.2",
2021-02-04 22:40:07 -05:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "regex"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "1.10.5"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-08-31 20:57:02 -04:00
"aho-corasick",
"memchr",
2023-08-31 20:57:02 -04:00
"regex-automata",
"regex-syntax",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "regex-automata"
2024-01-31 20:02:49 -05:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-31 20:02:49 -05:00
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
2023-08-31 20:57:02 -04:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2024-02-07 14:21:10 -05:00
[[package]]
name = "regex-lite"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
2019-01-22 17:01:33 -05:00
[[package]]
name = "regex-syntax"
2023-10-16 13:58:00 -04:00
version = "0.8.2"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2019-01-22 17:01:33 -05:00
2020-11-23 13:40:55 -05:00
[[package]]
name = "rustc-demangle"
2023-09-02 18:05:30 -04:00
version = "0.1.23"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2020-11-23 13:40:55 -05:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
2020-02-03 07:48:55 -05:00
]
2022-12-01 17:10:07 -05:00
[[package]]
name = "rustix"
2023-10-16 13:58:00 -04:00
version = "0.38.19"
2022-12-01 17:10:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed"
2022-12-01 17:10:07 -05:00
dependencies = [
2023-10-16 13:58:00 -04:00
"bitflags 2.4.1",
2023-09-02 18:05:30 -04:00
"errno",
"libc",
2023-09-02 18:05:30 -04:00
"linux-raw-sys",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2022-12-01 17:10:07 -05:00
]
2019-08-08 11:24:50 -04:00
[[package]]
name = "ryu"
2023-09-02 18:05:30 -04:00
version = "1.0.15"
2019-08-08 11:24:50 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2019-08-08 11:24:50 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "same-file"
2020-02-03 07:48:55 -05:00
version = "1.0.6"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-01-22 17:01:33 -05:00
dependencies = [
"winapi-util",
2019-01-22 17:01:33 -05:00
]
2021-02-05 22:38:44 -05:00
[[package]]
name = "scopeguard"
2023-09-02 18:05:30 -04:00
version = "1.2.0"
2021-02-05 22:38:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2021-02-05 22:38:44 -05:00
[[package]]
name = "semver"
2023-10-16 13:58:00 -04:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
2019-01-22 17:01:33 -05:00
[[package]]
name = "serde"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "1.0.203"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
dependencies = [
"serde_derive",
]
2019-01-22 17:01:33 -05:00
2019-01-23 09:33:51 -05:00
[[package]]
name = "serde_derive"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "1.0.203"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
2019-01-23 09:33:51 -05:00
dependencies = [
"proc-macro2",
"quote",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
2019-01-23 09:33:51 -05:00
]
[[package]]
name = "serde_json"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "1.0.119"
2019-01-23 09:33:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0"
2019-01-23 09:33:51 -05:00
dependencies = [
2023-02-28 00:34:02 -05:00
"itoa",
"ryu",
"serde",
2019-01-23 09:33:51 -05:00
]
[[package]]
name = "serde_regex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf"
dependencies = [
"regex",
"serde",
]
2023-02-01 10:31:38 -05:00
[[package]]
name = "serde_spanned"
2024-05-27 23:04:19 -04:00
version = "0.6.6"
2023-02-01 10:31:38 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 23:04:19 -04:00
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
2023-02-01 10:31:38 -05:00
dependencies = [
"serde",
]
2021-11-08 12:20:27 -05:00
[[package]]
name = "shlex"
2023-10-16 13:58:00 -04:00
version = "1.2.0"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
2021-11-08 12:20:27 -05:00
[[package]]
name = "simdutf8"
2022-05-02 03:19:28 -04:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 03:19:28 -04:00
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
2022-03-29 15:42:12 -04:00
[[package]]
name = "similar"
2023-10-16 13:58:00 -04:00
version = "2.3.0"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597"
2022-03-29 15:42:12 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "siphasher"
2023-09-02 18:05:30 -04:00
version = "0.3.11"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2019-01-22 17:01:33 -05:00
2024-05-27 23:04:19 -04:00
[[package]]
name = "snapbox"
2024-07-10 12:47:12 -04:00
version = "0.6.11"
2024-05-27 23:04:19 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-10 12:47:12 -04:00
checksum = "699c824ef8c2061c39efb3af4f334310b3acbfb2a50c6d1f867e4d95dcff94be"
2022-03-29 15:42:12 -04:00
dependencies = [
"anstream",
2023-03-31 21:33:41 -04:00
"anstyle",
2022-03-29 15:42:12 -04:00
"content_inspector",
"dunce",
"filetime",
2022-12-01 17:10:07 -05:00
"libc",
2022-03-29 15:42:12 -04:00
"normalize-line-endings",
"os_pipe",
"similar",
"snapbox-macros",
"tempfile",
"wait-timeout",
"walkdir",
2023-12-31 20:35:45 -05:00
"windows-sys 0.52.0",
2022-03-29 15:42:12 -04:00
]
[[package]]
name = "snapbox-macros"
2024-05-27 23:04:19 -04:00
version = "0.3.9"
2022-03-29 15:42:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 23:04:19 -04:00
checksum = "b1f4c14672714436c09254801c934b203196a51182a5107fb76591c7cc56424d"
2023-03-31 21:33:41 -04:00
dependencies = [
"anstream",
2023-03-31 21:33:41 -04:00
]
2022-03-29 15:42:12 -04:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2021-12-06 16:36:23 -05:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2024-02-29 20:43:17 -05:00
[[package]]
name = "strsim"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
2023-03-31 21:33:41 -04:00
[[package]]
name = "syn"
2024-05-27 23:04:19 -04:00
version = "2.0.66"
2023-03-31 21:33:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 23:04:19 -04:00
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
2023-03-31 21:33:41 -04:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "tempfile"
2023-09-02 18:05:30 -04:00
version = "3.8.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
2019-01-22 17:01:33 -05:00
dependencies = [
2021-03-01 12:46:40 -05:00
"cfg-if",
2022-02-01 11:34:12 -05:00
"fastrand",
"redox_syscall",
2023-09-02 18:05:30 -04:00
"rustix",
2023-12-31 20:35:45 -05:00
"windows-sys 0.48.0",
2019-01-22 17:01:33 -05:00
]
2024-02-07 14:21:10 -05:00
[[package]]
name = "terminal_size"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
dependencies = [
"rustix",
"windows-sys 0.48.0",
]
2021-12-01 08:59:35 -05:00
[[package]]
name = "termtree"
2023-09-02 18:05:30 -04:00
version = "0.4.1"
2021-12-01 08:59:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
2021-12-01 08:59:35 -05:00
2019-10-29 15:37:48 -04:00
[[package]]
name = "thiserror"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "1.0.61"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2019-10-29 15:37:48 -04:00
dependencies = [
"thiserror-impl",
2019-10-29 15:37:48 -04:00
]
[[package]]
name = "thiserror-impl"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
version = "1.0.61"
2019-10-29 15:37:48 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1021) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ahash](https://togithub.com/tkaitchuck/ahash) | dependencies | patch | `0.8.7` -> `0.8.11` | | [anstream](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `0.6.13` -> `0.6.14` | | [anstyle](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.6` -> `1.0.7` | | [anyhow](https://togithub.com/dtolnay/anyhow) | dependencies | patch | `1.0.75` -> `1.0.86` | | [assert_fs](https://togithub.com/assert-rs/assert_fs) | dev-dependencies | patch | `1.1.0` -> `1.1.1` | | [bstr](https://togithub.com/BurntSushi/bstr) | dependencies | patch | `1.9.0` -> `1.9.1` | | [colorchoice-clap](https://togithub.com/rust-cli/anstyle) | dependencies | patch | `1.0.3` -> `1.0.4` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.8` -> `0.7.9` | | [env_logger](https://togithub.com/rust-cli/env_logger) | dependencies | patch | `0.11.1` -> `0.11.3` | | [ignore](https://togithub.com/BurntSushi/ripgrep/tree/master/crates/ignore) ([source](https://togithub.com/BurntSushi/ripgrep/tree/HEAD/crates/ignore)) | dependencies | patch | `0.4.20` -> `0.4.22` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.20` -> `0.4.21` | | [serde](https://serde.rs) ([source](https://togithub.com/serde-rs/serde)) | dependencies | patch | `1.0.189` -> `1.0.203` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.107` -> `1.0.117` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.5` -> `0.6.7` | | [thiserror](https://togithub.com/dtolnay/thiserror) | dependencies | patch | `1.0.49` -> `1.0.61` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.12` -> `0.8.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.7` -> `0.6.9` | --- ### Release Notes <details> <summary>tkaitchuck/ahash (ahash)</summary> ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#&#8203;210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10 ### [`v0.8.9`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.9) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.8...v0.8.9) Minor patch to fix [#&#8203;207](https://togithub.com/tkaitchuck/ahash/issues/207) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.8...v0.8.9 ### [`v0.8.8`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.8) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/0.8.7...v0.8.8) #### What's Changed - Fix some typos by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - Update GitHub Actions CI by [@&#8203;striezel](https://togithub.com/striezel) in [https://github.com/tkaitchuck/aHash/pull/193](https://togithub.com/tkaitchuck/aHash/pull/193) - Bump rust-version to 1.72.0 by [@&#8203;Jefffrey](https://togithub.com/Jefffrey) in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) - Increase the MSRV presubmit checks to include multiple architectures by [@&#8203;tkaitchuck](https://togithub.com/tkaitchuck) in [https://github.com/tkaitchuck/aHash/pull/197](https://togithub.com/tkaitchuck/aHash/pull/197) #### New Contributors - [@&#8203;striezel](https://togithub.com/striezel) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/192](https://togithub.com/tkaitchuck/aHash/pull/192) - [@&#8203;Jefffrey](https://togithub.com/Jefffrey) made their first contribution in [https://github.com/tkaitchuck/aHash/pull/196](https://togithub.com/tkaitchuck/aHash/pull/196) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/0.8.7...v0.8.8 </details> <details> <summary>rust-cli/anstyle (anstream)</summary> ### [`v0.6.14`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.13...anstream-v0.6.14) </details> <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.86`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.86) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.85...1.0.86) - Fix parse error in `ensure!` with non-literal after minus sign ([#&#8203;373](https://togithub.com/dtolnay/anyhow/issues/373)) ### [`v1.0.85`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.84...1.0.85) - Improve `ensure!` macro's rules to unblock some rustc pretty-printer improvements ([#&#8203;368](https://togithub.com/dtolnay/anyhow/issues/368), [#&#8203;371](https://togithub.com/dtolnay/anyhow/issues/371)) ### [`v1.0.84`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.83...1.0.84) - Disallow calling `ensure!` through a `Not` impl for a type that is not `bool` ([#&#8203;367](https://togithub.com/dtolnay/anyhow/issues/367)) ### [`v1.0.83`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.82...1.0.83) - Integrate compile-time checking of cfgs ([#&#8203;363](https://togithub.com/dtolnay/anyhow/issues/363)) ### [`v1.0.82`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.82) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.81...1.0.82) - Documentation improvements ### [`v1.0.81`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.81) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.80...1.0.81) - Make backtrace support available when using -Dwarnings ([#&#8203;354](https://togithub.com/dtolnay/anyhow/issues/354)) ### [`v1.0.80`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.80) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.79...1.0.80) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.79`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.79) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.78...1.0.79) - Work around improperly cached build script result by sccache ([#&#8203;340](https://togithub.com/dtolnay/anyhow/issues/340)) ### [`v1.0.78`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.78) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.77...1.0.78) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;337](https://togithub.com/dtolnay/anyhow/issues/337)) ### [`v1.0.77`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.77) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.76...1.0.77) - Make `anyhow::Error::backtrace` available on stable Rust compilers 1.65+ ([#&#8203;293](https://togithub.com/dtolnay/anyhow/issues/293), thanks [@&#8203;LukasKalbertodt](https://togithub.com/LukasKalbertodt)) ### [`v1.0.76`](https://togithub.com/dtolnay/anyhow/releases/tag/1.0.76) [Compare Source](https://togithub.com/dtolnay/anyhow/compare/1.0.75...1.0.76) - Opt in to `unsafe_op_in_unsafe_fn` lint ([#&#8203;329](https://togithub.com/dtolnay/anyhow/issues/329)) </details> <details> <summary>assert-rs/assert_fs (assert_fs)</summary> ### [`v1.1.1`](https://togithub.com/assert-rs/assert_fs/blob/HEAD/CHANGELOG.md#111---2024-01-12) [Compare Source](https://togithub.com/assert-rs/assert_fs/compare/v1.1.0...v1.1.1) ##### Internal - Dependency update </details> <details> <summary>BurntSushi/bstr (bstr)</summary> ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.9`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.9): Release 0.7.9 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.8...v0.7.9) - The `BitFlag` trait now includes convenience re-exports for the constructors of `BitFlags`. This lets you do `MyFlag::from_bits` instead `BitFlags::<MyFlag>::from_bits` where the type of the flag cannot be inferred from context (thanks [@&#8203;ronnodas](https://togithub.com/ronnodas)). - The documentation now calls out the fact that the implementation of `PartialOrd` may not be what you expect (reported by [@&#8203;ronnodas](https://togithub.com/ronnodas)). </details> <details> <summary>rust-cli/env_logger (env_logger)</summary> ### [`v0.11.3`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0113---2024-03-05) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.2...v0.11.3) ##### Features - Experimental support for key-value logging behind `unstable-kv` ### [`v0.11.2`](https://togithub.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0112---2024-02-13) [Compare Source](https://togithub.com/rust-cli/env_logger/compare/v0.11.1...v0.11.2) </details> <details> <summary>BurntSushi/ripgrep (ignore)</summary> ### [`v0.4.22`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.21...ignore-0.4.22) ### [`v0.4.21`](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) [Compare Source](https://togithub.com/BurntSushi/ripgrep/compare/ignore-0.4.20...ignore-0.4.21) </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.203`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.203) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.202...v1.0.203) - Documentation improvements ([#&#8203;2747](https://togithub.com/serde-rs/serde/issues/2747)) ### [`v1.0.202`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.202) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.201...v1.0.202) - Provide public access to RenameAllRules in serde_derive_internals ([#&#8203;2743](https://togithub.com/serde-rs/serde/issues/2743)) ### [`v1.0.201`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.201) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.200...v1.0.201) - Resolve unexpected_cfgs warning ([#&#8203;2737](https://togithub.com/serde-rs/serde/issues/2737)) ### [`v1.0.200`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.200) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.199...v1.0.200) - Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats ([#&#8203;2733](https://togithub.com/serde-rs/serde/issues/2733), thanks [@&#8203;jamessan](https://togithub.com/jamessan)) ### [`v1.0.199`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.199) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.198...v1.0.199) - Fix ambiguous associated item when `forward_to_deserialize_any!` is used on an enum with `Error` variant ([#&#8203;2732](https://togithub.com/serde-rs/serde/issues/2732), thanks [@&#8203;aatifsyed](https://togithub.com/aatifsyed)) ### [`v1.0.198`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.198) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.197...v1.0.198) - Support serializing and deserializing `Saturating<T>` ([#&#8203;2709](https://togithub.com/serde-rs/serde/issues/2709), thanks [@&#8203;jbethune](https://togithub.com/jbethune)) ### [`v1.0.197`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.197) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.196...v1.0.197) - Fix unused_imports warnings when compiled by rustc 1.78 - Optimize code size of some Display impls ([#&#8203;2697](https://togithub.com/serde-rs/serde/issues/2697), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.196`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.196) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.195...v1.0.196) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;2682](https://togithub.com/serde-rs/serde/issues/2682)) ### [`v1.0.195`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.195) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.194...v1.0.195) - Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning ([#&#8203;2671](https://togithub.com/serde-rs/serde/issues/2671)) ### [`v1.0.194`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.194) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.193...v1.0.194) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.193`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.193) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.192...v1.0.193) - Fix field names used for the deserialization of `RangeFrom` and `RangeTo` ([#&#8203;2653](https://togithub.com/serde-rs/serde/issues/2653), [#&#8203;2654](https://togithub.com/serde-rs/serde/issues/2654), [#&#8203;2655](https://togithub.com/serde-rs/serde/issues/2655), thanks [@&#8203;emilbonnek](https://togithub.com/emilbonnek)) ### [`v1.0.192`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.192) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.191...v1.0.192) - Allow internal tag field in untagged variant ([#&#8203;2646](https://togithub.com/serde-rs/serde/issues/2646), thanks [@&#8203;robsdedude](https://togithub.com/robsdedude)) ### [`v1.0.191`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.191) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.190...v1.0.191) - Documentation improvements ### [`v1.0.190`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.190) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.189...v1.0.190) - Preserve NaN sign when deserializing f32 from f64 or vice versa ([#&#8203;2637](https://togithub.com/serde-rs/serde/issues/2637)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.117`](https://togithub.com/serde-rs/json/releases/tag/v1.0.117) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.116...v1.0.117) - Resolve unexpected_cfgs warning ([#&#8203;1130](https://togithub.com/serde-rs/json/issues/1130)) ### [`v1.0.116`](https://togithub.com/serde-rs/json/releases/tag/v1.0.116) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.115...v1.0.116) - Make module structure comprehensible to static analysis ([#&#8203;1124](https://togithub.com/serde-rs/json/issues/1124), thanks [@&#8203;mleonhard](https://togithub.com/mleonhard)) ### [`v1.0.115`](https://togithub.com/serde-rs/json/releases/tag/v1.0.115) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.114...v1.0.115) - Documentation improvements ### [`v1.0.114`](https://togithub.com/serde-rs/json/releases/tag/v1.0.114) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.113...v1.0.114) - Fix unused_imports warnings when compiled by rustc 1.78 ### [`v1.0.113`](https://togithub.com/serde-rs/json/releases/tag/v1.0.113) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.112...v1.0.113) - Add `swap_remove` and `shift_remove` methods on Map ([#&#8203;1109](https://togithub.com/serde-rs/json/issues/1109)) ### [`v1.0.112`](https://togithub.com/serde-rs/json/releases/tag/v1.0.112) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.111...v1.0.112) - Improve formatting of "invalid type" error messages involving floats ([#&#8203;1107](https://togithub.com/serde-rs/json/issues/1107)) ### [`v1.0.111`](https://togithub.com/serde-rs/json/releases/tag/v1.0.111) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.110...v1.0.111) - Improve floating point parsing performance on loongarch64 ([#&#8203;1100](https://togithub.com/serde-rs/json/issues/1100), thanks [@&#8203;heiher](https://togithub.com/heiher)) ### [`v1.0.110`](https://togithub.com/serde-rs/json/releases/tag/v1.0.110) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.109...v1.0.110) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.109`](https://togithub.com/serde-rs/json/releases/tag/v1.0.109) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.108...v1.0.109) - Documentation improvements ### [`v1.0.108`](https://togithub.com/serde-rs/json/releases/tag/v1.0.108) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.107...v1.0.108) - Documentation improvements ([#&#8203;1075](https://togithub.com/serde-rs/json/issues/1075), [#&#8203;1081](https://togithub.com/serde-rs/json/issues/1081), [#&#8203;1082](https://togithub.com/serde-rs/json/issues/1082), thanks [@&#8203;dimo414](https://togithub.com/dimo414) and [@&#8203;fritzrehde](https://togithub.com/fritzrehde)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.6...snapbox-v0.6.7) ### [`v0.6.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.5...snapbox-v0.6.6) </details> <details> <summary>dtolnay/thiserror (thiserror)</summary> ### [`v1.0.61`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.61) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.60...1.0.61) - Use `core::fmt` and `core::panic` to facilitate `error_in_core` support ([#&#8203;299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@&#8203;jordens](https://togithub.com/jordens)) ### [`v1.0.60`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.60) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.59...1.0.60) - Resolve unexpected_cfgs warning ([#&#8203;298](https://togithub.com/dtolnay/thiserror/issues/298)) ### [`v1.0.59`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.59) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.58...1.0.59) - Unblock testing of rustc `debug-fmt-detail` option ([#&#8203;297](https://togithub.com/dtolnay/thiserror/issues/297)) ### [`v1.0.58`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.58) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.57...1.0.58) - Make backtrace support available when using -Dwarnings ([#&#8203;292](https://togithub.com/dtolnay/thiserror/issues/292)) ### [`v1.0.57`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.57) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.56...1.0.57) - Generate more efficient `Display` impl for error message which do not contain any interpolated value ([#&#8203;286](https://togithub.com/dtolnay/thiserror/issues/286), thanks [@&#8203;nyurik](https://togithub.com/nyurik)) ### [`v1.0.56`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.56) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.55...1.0.56) - Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache ### [`v1.0.55`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.55) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.54...1.0.55) - Work around improperly cached build script result by sccache – second attempt ([#&#8203;280](https://togithub.com/dtolnay/thiserror/issues/280)) ### [`v1.0.54`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.54) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.53...1.0.54) - Work around improperly cached build script result by sccache – first attempt ([#&#8203;279](https://togithub.com/dtolnay/thiserror/issues/279)) ### [`v1.0.53`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.53) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.52...1.0.53) - Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain ([#&#8203;270](https://togithub.com/dtolnay/thiserror/issues/270)) ### [`v1.0.52`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.52) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.51...1.0.52) - Fix interaction with RUSTC_BOOTSTRAP ([#&#8203;269](https://togithub.com/dtolnay/thiserror/issues/269)) ### [`v1.0.51`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.51) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.50...1.0.51) - Improve diagnostics when an invalid attribute previously caused thiserror to generate no `Error` impl ([#&#8203;266](https://togithub.com/dtolnay/thiserror/issues/266)) ### [`v1.0.50`](https://togithub.com/dtolnay/thiserror/releases/tag/1.0.50) [Compare Source](https://togithub.com/dtolnay/thiserror/compare/1.0.49...1.0.50) - Improve diagnostic when a #\[source], #\[from], or #\[transparant] attribute refers to a type that has no std::error::Error impl ([#&#8203;258](https://togithub.com/dtolnay/thiserror/issues/258), thanks [@&#8203;de-vri-es](https://togithub.com/de-vri-es)) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.13`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.9`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#069---2024-05-28) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.8...v0.6.9) ##### Compatibility - Bump MSRV to 1.65 ##### Features - Add `Debug` impls for `stream::Stateful` and `stream::Recoverable` ### [`v0.6.8`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#068---2024-05-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.7...v0.6.8) ##### Features - Support `&mut [impl Parser]` within `alt` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-31 22:58:27 -04:00
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2019-10-29 15:37:48 -04:00
dependencies = [
"proc-macro2",
"quote",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
2019-10-29 15:37:48 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "thread_local"
2024-02-29 20:43:17 -05:00
version = "1.1.8"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 20:43:17 -05:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2019-01-22 17:01:33 -05:00
dependencies = [
2023-02-28 00:34:02 -05:00
"cfg-if",
2021-02-04 22:40:07 -05:00
"once_cell",
2019-01-22 17:01:33 -05:00
]
2023-02-01 10:31:38 -05:00
[[package]]
name = "toml"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2024-02-29 20:43:17 -05:00
"toml_edit",
2023-02-01 10:31:38 -05:00
]
2022-11-01 15:14:35 -04:00
[[package]]
name = "toml_datetime"
2024-05-27 23:04:19 -04:00
version = "0.6.6"
2022-11-01 15:14:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 23:04:19 -04:00
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
2022-11-01 15:14:35 -04:00
dependencies = [
"serde",
]
2024-02-14 21:28:51 -05:00
[[package]]
name = "toml_edit"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "0.22.14"
2024-02-14 21:28:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
2024-02-14 21:28:51 -05:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
2024-02-29 20:43:17 -05:00
"winnow",
2024-02-14 21:28:51 -05:00
]
2021-11-08 12:20:27 -05:00
[[package]]
name = "trycmd"
2024-05-27 23:04:19 -04:00
version = "0.15.4"
2021-11-08 12:20:27 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 23:04:19 -04:00
checksum = "59709bd8eccada6a3fded26d22a7f2dcee406c18d3bd7ad2605ca3eeb8f6f6ec"
2021-11-08 12:20:27 -05:00
dependencies = [
2024-05-27 23:04:19 -04:00
"automod",
2021-11-08 12:20:27 -05:00
"glob",
"humantime",
"humantime-serde",
"rayon",
"serde",
"shlex",
2024-05-27 23:11:47 -04:00
"snapbox",
2024-02-29 20:43:17 -05:00
"toml_edit",
2021-11-08 12:20:27 -05:00
]
[[package]]
name = "typed-arena"
2023-02-01 10:31:38 -05:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 10:31:38 -05:00
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2019-07-03 21:22:36 -04:00
[[package]]
name = "typos"
2024-07-10 13:10:20 -04:00
version = "0.10.26"
2019-07-03 21:22:36 -04:00
dependencies = [
"anyhow",
2023-02-28 00:34:02 -05:00
"bstr",
"itertools 0.13.0",
2020-11-09 20:27:25 -05:00
"once_cell",
"serde",
"simdutf8",
2024-07-10 12:47:12 -04:00
"snapbox",
"thiserror",
"unicode-segmentation",
"unicode-xid",
2024-02-29 20:43:17 -05:00
"winnow",
2019-07-03 21:22:36 -04:00
]
[[package]]
name = "typos-cli"
2024-07-25 16:31:08 -04:00
version = "1.23.5"
dependencies = [
"ahash",
"anstream",
2023-03-14 00:01:45 -04:00
"anstyle",
"anyhow",
"assert_fs",
2023-02-28 00:34:02 -05:00
"bstr",
2023-10-16 13:58:00 -04:00
"clap",
2022-08-01 15:45:58 -04:00
"clap-verbosity-flag",
2023-04-12 22:52:15 -04:00
"colorchoice-clap",
2020-12-30 20:41:08 -05:00
"content_inspector",
"derive_more",
2020-12-30 20:41:08 -05:00
"derive_setters",
2020-11-11 19:19:26 -05:00
"difflib",
2024-02-07 14:21:10 -05:00
"divan",
"encoding_rs",
"env_logger",
"globset",
2020-11-23 13:40:55 -05:00
"human-panic",
"ignore",
"itertools 0.13.0",
2022-06-01 07:49:18 -04:00
"kstring",
"log",
"maplit",
2020-11-16 21:02:10 -05:00
"proc-exit",
"regex",
"serde",
2020-12-30 20:41:08 -05:00
"serde_json",
"serde_regex",
2024-05-27 23:11:47 -04:00
"snapbox",
"thread_local",
2023-11-30 19:23:45 -05:00
"toml",
2021-11-08 12:20:27 -05:00
"trycmd",
"typed-arena",
"typos",
"typos-dict",
"typos-vars",
"unic-emoji-char",
"unicase",
2020-12-30 20:41:08 -05:00
"unicode-segmentation",
"unicode-width",
"varcon-core",
]
[[package]]
name = "typos-dict"
2024-07-05 10:37:30 -04:00
version = "0.11.24"
dependencies = [
"codegenrs",
"csv",
"dictgen",
"edit-distance",
2023-10-16 13:58:00 -04:00
"indexmap",
"itertools 0.13.0",
2024-05-27 23:11:47 -04:00
"snapbox",
"unicase",
"varcon",
]
[[package]]
name = "typos-vars"
2024-07-04 21:29:52 -04:00
version = "0.8.19"
dependencies = [
"codegenrs",
"dictgen",
"itertools 0.13.0",
2024-05-27 23:11:47 -04:00
"snapbox",
"typos",
"unicase",
"varcon",
"varcon-core",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "unic-char-property"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
dependencies = [
"unic-char-range",
]
[[package]]
name = "unic-char-range"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
[[package]]
name = "unic-common"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
[[package]]
name = "unic-emoji-char"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d"
dependencies = [
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
]
[[package]]
name = "unic-ucd-version"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
dependencies = [
"unic-common",
]
2019-10-25 12:24:25 -04:00
[[package]]
name = "unicase"
2023-08-31 20:57:02 -04:00
version = "2.7.0"
2019-10-25 12:24:25 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 20:57:02 -04:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2019-10-25 12:24:25 -04:00
dependencies = [
"version_check",
2019-10-25 12:24:25 -04:00
]
2022-06-01 07:49:18 -04:00
[[package]]
name = "unicode-ident"
2023-10-16 13:58:00 -04:00
version = "1.0.12"
2022-06-01 07:49:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-06-01 07:49:18 -04:00
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-segmentation"
2024-02-29 20:43:17 -05:00
version = "1.11.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 20:43:17 -05:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-width"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "0.1.13"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
2019-01-22 17:01:33 -05:00
[[package]]
name = "unicode-xid"
2022-10-03 12:36:25 -04:00
version = "0.2.4"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-03 12:36:25 -04:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2019-01-22 17:01:33 -05:00
2023-03-14 00:01:45 -04:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2020-11-23 13:40:55 -05:00
[[package]]
name = "uuid"
2023-09-02 18:05:30 -04:00
version = "1.4.1"
2020-11-23 13:40:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
2020-11-23 13:40:55 -05:00
dependencies = [
"getrandom",
2020-11-23 13:40:55 -05:00
]
2020-05-27 21:47:36 -04:00
[[package]]
name = "varcon"
2024-06-03 11:11:02 -04:00
version = "0.7.6"
2020-05-27 21:47:36 -04:00
dependencies = [
2020-04-07 20:50:06 -04:00
"codegenrs",
2024-05-27 23:11:47 -04:00
"snapbox",
2020-05-27 21:51:04 -04:00
"varcon-core",
2020-04-07 20:50:06 -04:00
]
[[package]]
2020-05-27 21:51:04 -04:00
name = "varcon-core"
2024-07-04 21:29:52 -04:00
version = "4.0.9"
2020-04-07 20:50:06 -04:00
dependencies = [
2020-05-27 21:51:04 -04:00
"enumflags2",
2024-02-29 20:43:17 -05:00
"winnow",
2020-04-07 20:50:06 -04:00
]
[[package]]
name = "version_check"
2022-02-01 11:34:12 -05:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 11:34:12 -05:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "walkdir"
2023-10-16 13:58:00 -04:00
version = "2.4.0"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2019-01-22 17:01:33 -05:00
dependencies = [
"same-file",
"winapi-util",
2019-01-22 17:01:33 -05:00
]
2021-01-11 08:10:10 -05:00
[[package]]
name = "wasi"
2022-07-01 21:24:49 -04:00
version = "0.11.0+wasi-snapshot-preview1"
2021-01-11 08:10:10 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 21:24:49 -04:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-01-11 08:10:10 -05:00
2019-10-28 15:39:59 -04:00
[[package]]
2022-08-01 15:45:58 -04:00
name = "wikipedia-dict"
2021-05-21 21:41:02 -04:00
version = "0.4.0"
2019-10-28 15:39:59 -04:00
dependencies = [
"codegenrs",
"dictgen",
"itertools 0.13.0",
2024-05-27 23:11:47 -04:00
"snapbox",
"unicase",
2019-10-28 15:39:59 -04:00
]
2019-01-22 17:01:33 -05:00
[[package]]
name = "winapi"
version = "0.3.9"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-01-22 17:01:33 -05:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-01-22 17:01:33 -05:00
[[package]]
name = "winapi-util"
2023-10-16 13:58:00 -04:00
version = "0.1.6"
2019-01-22 17:01:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 13:58:00 -04:00
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2019-01-22 17:01:33 -05:00
dependencies = [
"winapi",
2019-01-22 17:01:33 -05:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020-11-10 20:35:17 -05:00
2023-04-12 22:52:15 -04:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-12-31 20:35:45 -05:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.0",
2023-02-28 00:34:02 -05:00
]
[[package]]
name = "windows-targets"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2023-02-28 00:34:02 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-02-28 00:34:02 -05:00
dependencies = [
2023-12-31 20:35:45 -05:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
"windows_aarch64_gnullvm 0.52.0",
"windows_aarch64_msvc 0.52.0",
"windows_i686_gnu 0.52.0",
"windows_i686_msvc 0.52.0",
"windows_x86_64_gnu 0.52.0",
"windows_x86_64_gnullvm 0.52.0",
"windows_x86_64_msvc 0.52.0",
2023-04-12 22:52:15 -04:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2023-04-12 22:52:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_aarch64_msvc"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_i686_gnu"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-07-01 21:24:49 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
2023-04-12 22:52:15 -04:00
[[package]]
name = "windows_i686_msvc"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2023-04-12 22:52:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_x86_64_gnu"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2023-04-12 22:52:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
2022-11-01 15:14:35 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2022-07-01 21:24:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
2022-07-01 21:24:49 -04:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-02 18:05:30 -04:00
version = "0.48.5"
2023-04-12 22:52:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-02 18:05:30 -04:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-12 22:52:15 -04:00
2023-12-31 20:35:45 -05:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
2023-02-21 11:41:45 -05:00
[[package]]
name = "winnow"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
version = "0.6.13"
2024-02-13 09:46:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
2024-02-13 09:46:25 -05:00
dependencies = [
"memchr",
]
2024-02-10 22:00:39 -05:00
[[package]]
name = "zerocopy"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [
"proc-macro2",
"quote",
chore(deps): Update compatible (#1049) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://togithub.com/clap-rs/clap) | dependencies | patch | `4.5.4` -> `4.5.8` | | [derive_more](https://togithub.com/JelteF/derive_more) | dependencies | patch | `0.99.17` -> `0.99.18` | | [edit-distance](https://togithub.com/febeling/edit-distance) | dev-dependencies | patch | `2.1.0` -> `2.1.2` | | [enumflags2](https://togithub.com/meithecatte/enumflags2) | dependencies | patch | `0.7.9` -> `0.7.10` | | [log](https://togithub.com/rust-lang/log) | dependencies | patch | `0.4.21` -> `0.4.22` | | [regex](https://togithub.com/rust-lang/regex) | dependencies | patch | `1.10.4` -> `1.10.5` | | [regex](https://togithub.com/rust-lang/regex) | dev-dependencies | patch | `1.10.4` -> `1.10.5` | | [serde_json](https://togithub.com/serde-rs/json) | dependencies | patch | `1.0.117` -> `1.0.119` | | [snapbox](https://togithub.com/assert-rs/trycmd/tree/main/crates/snapbox) ([source](https://togithub.com/assert-rs/trycmd)) | dev-dependencies | patch | `0.6.7` -> `0.6.10` | | [toml](https://togithub.com/toml-rs/toml) | dependencies | patch | `0.8.13` -> `0.8.14` | | [unicode-width](https://togithub.com/unicode-rs/unicode-width) | dependencies | patch | `0.1.12` -> `0.1.13` | | [winnow](https://togithub.com/winnow-rs/winnow) | dependencies | patch | `0.6.9` -> `0.6.13` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all` </details> <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v0.99.18`](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) [Compare Source](https://togithub.com/JelteF/derive_more/compare/v0.99.17...v0.99.18) </details> <details> <summary>febeling/edit-distance (edit-distance)</summary> ### [`v2.1.2`](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) [Compare Source](https://togithub.com/febeling/edit-distance/compare/2.1.1...2.1.2) </details> <details> <summary>meithecatte/enumflags2 (enumflags2)</summary> ### [`v0.7.10`](https://togithub.com/meithecatte/enumflags2/releases/tag/v0.7.10): Release 0.7.10 [Compare Source](https://togithub.com/meithecatte/enumflags2/compare/v0.7.9...v0.7.10) - Fix a case where the `#[bitflags]` macro would access the crate through `enumflags2::...` instead of `::enumflags2::...`. This makes the generated code more robust and avoids triggering the `unused_qualifications` lint. ([#&#8203;58](https://togithub.com/meithecatte/enumflags2/issues/58)) - Rework the proc-macro to use `syn` with the `derive` feature (as opposed to `full`). This reduces the `cargo build` time for `enumflags2` by about 20%. </details> <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.10.5`](https://togithub.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://togithub.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #&#8203;1203](https://togithub.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`. </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#&#8203;1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@&#8203;joshka](https://togithub.com/joshka)) ### [`v1.0.118`](https://togithub.com/serde-rs/json/releases/tag/v1.0.118) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.117...v1.0.118) - Implement Hash for serde_json::Value ([#&#8203;1127](https://togithub.com/serde-rs/json/issues/1127), thanks [@&#8203;edwardycl](https://togithub.com/edwardycl)) </details> <details> <summary>assert-rs/trycmd (snapbox)</summary> ### [`v0.6.10`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.9...snapbox-v0.6.10) ### [`v0.6.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.8...snapbox-v0.6.9) ### [`v0.6.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.6.7...snapbox-v0.6.8) </details> <details> <summary>toml-rs/toml (toml)</summary> ### [`v0.8.14`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14) </details> <details> <summary>unicode-rs/unicode-width (unicode-width)</summary> ### [`v0.1.13`](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) [Compare Source](https://togithub.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13) </details> <details> <summary>winnow-rs/winnow (winnow)</summary> ### [`v0.6.13`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0613---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.12...v0.6.13) ##### Documentation - Expand on error reporting ### [`v0.6.12`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0612---2024-06-06) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.11...v0.6.12) ##### Fixes - Improve compilation errors when using non-parsers with `seq!` struct syntax ### [`v0.6.11`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0611---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.10...v0.6.11) ##### Fixes - Remove `AsBytes` bounds, unblocking parsing frames of binary input ### [`v0.6.10`](https://togithub.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0610---2024-06-03) [Compare Source](https://togithub.com/winnow-rs/winnow/compare/v0.6.9...v0.6.10) ##### Features - Extend `seq!` to constructing enum variants </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/crate-ci/typos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-30 22:27:29 -04:00
"syn",
2024-02-10 22:00:39 -05:00
]