dotboris / alt

A simple version manager tool for switching between different versions of commands
MIT License
86 stars 5 forks source link

Update all non-major dependencies #442

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.83 -> 1.0.86
insta (source) dev-dependencies minor 1.38.0 -> 1.39.0
serde (source) dev-dependencies patch 1.0.201 -> 1.0.202
thiserror dependencies patch 1.0.60 -> 1.0.61
toml dependencies patch 0.8.12 -> 0.8.13

Release Notes

dtolnay/anyhow (anyhow) ### [`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 ([#​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 ([#​368](https://togithub.com/dtolnay/anyhow/issues/368), [#​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` ([#​367](https://togithub.com/dtolnay/anyhow/issues/367))
mitsuhiko/insta (insta) ### [`v1.39.0`](https://togithub.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1390) [Compare Source](https://togithub.com/mitsuhiko/insta/compare/1.38.0...1.39.0) - Fixed a bug in `require_full_match`. [#​485](https://togithub.com/mitsuhiko/insta/issues/485) - Fixed a bug that caused snapshot and module names to sometimes be inaccurate. [#​483](https://togithub.com/mitsuhiko/insta/issues/483) - Insta will no longer error when removing snapshots that were already removed. [#​484](https://togithub.com/mitsuhiko/insta/issues/484) - Added support for trailing commas in inline snapshots. [#​472](https://togithub.com/mitsuhiko/insta/issues/472) - Don't pass `--color` in all cases to `libtest` any more to work around limitations with custom test harnesses. [#​491](https://togithub.com/mitsuhiko/insta/issues/491)
serde-rs/serde (serde) ### [`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 ([#​2743](https://togithub.com/serde-rs/serde/issues/2743))
dtolnay/thiserror (thiserror) ### [`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 ([#​299](https://togithub.com/dtolnay/thiserror/issues/299), thanks [@​jordens](https://togithub.com/jordens))
toml-rs/toml (toml) ### [`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)

Configuration

📅 Schedule: Branch creation - "after 2pm on friday" in timezone America/Toronto, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.