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.10.9.10→0.9.113.23.0→3.27.00.9.8→0.9.120.1.43→0.1.440.3.22→0.3.231.19.0→1.23.4Release Notes
Stebalien/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
uuid-rs/uuid (uuid)
v1.23.4Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.3...v1.23.4
v1.23.3Compare Source
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.2...v1.23.3
v1.23.2Compare Source
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.2
v1.23.1Compare Source
What's Changed
msrvfeature from wasm-bindgen dependency by @guybedford in #877New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.23.0...v1.23.1
v1.23.0Compare Source
What's Changed
New Contributors
Special thanks
@meng-xu-cs raised a series of bugs against the timestamp logic in
uuidusing automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a betteruuidlibrary for everyone. Thanks!Deprecations
This release includes the following deprecations:
Context: Renamed toContextV1Timestamp::from_gregorian: Renamed toTimestamp::from_gregorian_timeChange to
Version::MaxVersion::Max'su8representation has changed from0xffto0x0fto match the value returned byUuid::get_version_num.Change to
Uuid::get_versionfor the max UUIDUuid::get_versionwill only returnSome(Version::Max)if the UUID is actually the max UUID (all bytes are0xff). Previously it would returnSomeif only the version field was0x0f. This change matches the behaviour of the nil UUID, which only returnsSome(Version::Nil)if the UUID is the nil UUID (all bytes are0x00).Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.22.0...v1.23.0
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: (UTC)
🚦 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.
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 dependencies461d61b8efto9bde1fb57f9bde1fb57fto02f9a1af4902f9a1af49to6be92cd7fe6be92cd7fetoa2c5e33407a2c5e33407to5ce0a22d925ce0a22d92to2b0c97ad7c2b0c97ad7cto8f80ecabc28f80ecabc2toe0b1758fd5e0b1758fd5to563287eff6563287eff6tod8a8c01580d8a8c01580to28f2e6890f28f2e6890ftod71a4ce046d71a4ce046to8e65e2f7b98e65e2f7b9to1eb0b1008f1eb0b1008f529fd5dd50529fd5dd50toe92e96a5a6e92e96a5a61498e8b7b81498e8b7b89a4956edb09a4956edb0tofd9b77e64ffd9b77e64ftoc1d0508272c1d0508272tod5b97f9340d5b97f9340287720fdda287720fddato53647f8c3553647f8c35todcff95cf68dcff95cf68tocbca2cc006cbca2cc006to8880b1bb458880b1bb4564dce47f7764dce47f77to5221ec4da95221ec4da9tod7721943cad7721943cato8d9d93592d8d9d93592dto704e0ff2d1704e0ff2d1tof1a422d175f1a422d175toca85538d98ca85538d98to986ffd62e2986ffd62e2to7e26e0916f7e26e0916fto1840b7c5ed1840b7c5ed95570d2e3595570d2e35to25b389a76a25b389a76atoa3c52be87ba3c52be87bto012d25ab98012d25ab98tob35b17493cb35b17493ctob168850d5bb168850d5b4edd69e3e04edd69e3e0to16f9dece5616f9dece5645564b784e45564b784e38676a2a3b38676a2a3b1c169406151c169406150b68e590690b68e59069to1355d88c3dView 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.