Update all non-major dependencies #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/all-minor-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.0.100→1.0.1024.5.53→4.6.03.23.0→3.27.00.9.8→0.9.120.1.43→0.1.440.3.22→0.3.231.19.0→1.22.0Release Notes
dtolnay/anyhow (anyhow)
v1.0.102Compare Source
v1.0.101Compare Source
clap-rs/clap (clap)
v4.6.0Compare Source
Compatibility
v4.5.61Compare Source
Internal
v4.5.60Compare Source
Fixes
v4.5.59Compare Source
Fixes
Command::ignore_errorsno longer masks help/version on subcommandsv4.5.58Compare Source
v4.5.57Compare Source
Fixes
.value_terminator("--")caused problems with an argument with.last(true)v4.5.56Compare Source
Fixes
v4.5.55Compare Source
Fixes
value_terminator("--")and escapes (--) where./foo -- barmeans the first arg is empty, rather than escaping future argsv4.5.54Compare Source
Fixes
[default]to its own paragraph whenPossibleValue::helpis present in--helpStebalien/tempfile (tempfile)
v3.27.0Compare Source
This release adds
TempPath::try_from_pathand deprecatesTempPath::from_path.Prior to this release,
TempPath::from_pathmade no attempts to convert relative paths into absolute paths. The following code would have deleted the wrong file:Now:
TempPath::from_pathwill attempt to convert relative paths into absolute paths. However, this isn't always possible as we need to callstd::env::current_dir, which can fail. If we fail to convert the relative path to an absolute path, we simply keep the relative path.TempPath::try_from_pathbehaves exactly likeTempPath::from_path, except that it returns an error if we fail to convert a relative path into an absolute path (or if the passed path is empty).Neither function attempt to verify the existence of the file in question.
Thanks to @meng-xu-cs for reporting this issue.
v3.26.0NamedTempFile::persiston RedoxOS (#393) (thanks to @Andy-Python-Programmer).v3.25.0getrandom0.4.x while retaining support forgetrandom0.3.x.v3.24.0Compare Source
toml-rs/toml (toml)
v0.9.12Compare Source
v0.9.11Compare Source
v0.9.10Compare Source
v0.9.9Compare Source
tokio-rs/tracing (tracing)
v0.1.44: tracing 0.1.44Compare Source
Fixed
record_allpanic (#3432)Changed
tracing-core: updated to 0.1.36 (#3440)uuid-rs/uuid (uuid)
v1.22.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.21.0...v1.22.0
v1.21.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.20.0...v1.21.0
v1.20.0Compare Source
What's Changed
macro-diagnosticsby @KodrAus in #856New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.19.0...v1.20.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.
86f5872f7dtof4bcacad4bUpdate Rust crate toml to v0.9.9to Update Rust crate toml to v0.9.10f4bcacad4btoc4e55a28b1c4e55a28b1to461d61b8efUpdate Rust crate toml to v0.9.10to Update all non-major dependencies461d61b8efto9bde1fb57f9bde1fb57fto02f9a1af4902f9a1af49to6be92cd7fe6be92cd7fetoa2c5e33407a2c5e33407to5ce0a22d925ce0a22d92to2b0c97ad7c2b0c97ad7cto8f80ecabc28f80ecabc2toe0b1758fd5e0b1758fd5to563287eff6563287eff6tod8a8c01580d8a8c01580to28f2e6890f28f2e6890ftod71a4ce046d71a4ce046to8e65e2f7b98e65e2f7b9to1eb0b1008f1eb0b1008f529fd5dd50529fd5dd50toe92e96a5a6e92e96a5a61498e8b7b81498e8b7b89a4956edb09a4956edb0tofd9b77e64ffd9b77e64ftoc1d0508272c1d0508272tod5b97f9340d5b97f9340287720fdda287720fddato53647f8c3553647f8c35todcff95cf68dcff95cf68tocbca2cc006cbca2cc006to8880b1bb458880b1bb4564dce47f7764dce47f77to5221ec4da9View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.