gitext-rs / git2-ext

git2 Extensions
docs.rs/git2-ext
Apache License 2.0
10 stars 4 forks source link

chore(deps): update msrv to v1.75 #41

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Update Change
rust minor 1.70.0 -> 1.75
rust minor 1.70 -> 1.75

Release Notes

rust-lang/rust (rust) ### [`v1.75`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1750-2023-12-28) [Compare Source](https://togithub.com/rust-lang/rust/compare/1.74.0...1.75.0) \========================== ## Language - [Stabilize `async fn` and return-position `impl Trait` in traits.](https://togithub.com/rust-lang/rust/pull/115822/) - [Allow function pointer signatures containing `&mut T` in `const` contexts.](https://togithub.com/rust-lang/rust/pull/116015/) - [Match `usize`/`isize` exhaustively with half-open ranges.](https://togithub.com/rust-lang/rust/pull/116692/) - [Guarantee that `char` has the same size and alignment as `u32`.](https://togithub.com/rust-lang/rust/pull/116894/) - [Document that the null pointer has the 0 address.](https://togithub.com/rust-lang/rust/pull/116988/) - [Allow partially moved values in `match`.](https://togithub.com/rust-lang/rust/pull/103208/) - [Add notes about non-compliant FP behavior on 32bit x86 targets.](https://togithub.com/rust-lang/rust/pull/113053/) - [Stabilize ratified RISC-V target features.](https://togithub.com/rust-lang/rust/pull/116485/) ## Compiler - [Rework negative coherence to properly consider impls that only partly overlap.](https://togithub.com/rust-lang/rust/pull/112875/) - [Bump `COINDUCTIVE_OVERLAP_IN_COHERENCE` to deny, and warn in dependencies.](https://togithub.com/rust-lang/rust/pull/116493/) - [Consider alias bounds when computing liveness in NLL.](https://togithub.com/rust-lang/rust/pull/116733/) - [Add the V (vector) extension to the `riscv64-linux-android` target spec.](https://togithub.com/rust-lang/rust/pull/116618/) - [Automatically enable cross-crate inlining for small functions](https://togithub.com/rust-lang/rust/pull/116505) - Add several new tier 3 targets: - [`csky-unknown-linux-gnuabiv2hf`](https://togithub.com/rust-lang/rust/pull/117049/) - [`i586-unknown-netbsd`](https://togithub.com/rust-lang/rust/pull/117170/) - [`mipsel-unknown-netbsd`](https://togithub.com/rust-lang/rust/pull/117356/) Refer to Rust's \[platform support page]\[platform-support-doc] for more information on Rust's tiered platform support. ## Libraries - [Override `Waker::clone_from` to avoid cloning `Waker`s unnecessarily.](https://togithub.com/rust-lang/rust/pull/96979/) - [Implement `BufRead` for `VecDeque`.](https://togithub.com/rust-lang/rust/pull/110604/) - [Implement `FusedIterator` for `DecodeUtf16` when the inner iterator does.](https://togithub.com/rust-lang/rust/pull/110729/) - [Implement `Not, Bit{And,Or}{,Assign}` for IP addresses.](https://togithub.com/rust-lang/rust/pull/113747/) - [Implement `Default` for `ExitCode`.](https://togithub.com/rust-lang/rust/pull/114589/) - [Guarantee representation of None in NPO](https://togithub.com/rust-lang/rust/pull/115333/) - [Document when atomic loads are guaranteed read-only.](https://togithub.com/rust-lang/rust/pull/115577/) - [Broaden the consequences of recursive TLS initialization.](https://togithub.com/rust-lang/rust/pull/116172/) - [Windows: Support sub-millisecond sleep.](https://togithub.com/rust-lang/rust/pull/116461/) - [Fix generic bound of `str::SplitInclusive`'s `DoubleEndedIterator` impl](https://togithub.com/rust-lang/rust/pull/100806/) - [Fix exit status / wait status on non-Unix `cfg(unix)` platforms.](https://togithub.com/rust-lang/rust/pull/115108/) ## Stabilized APIs - [`Atomic*::from_ptr`](https://doc.rust-lang.org/stable/core/sync/atomic/struct.AtomicUsize.html#method.from_ptr) - [`FileTimes`](https://doc.rust-lang.org/stable/std/fs/struct.FileTimes.html) - [`FileTimesExt`](https://doc.rust-lang.org/stable/std/os/windows/fs/trait.FileTimesExt.html) - [`File::set_modified`](https://doc.rust-lang.org/stable/std/fs/struct.File.html#method.set_modified) - [`File::set_times`](https://doc.rust-lang.org/stable/std/fs/struct.File.html#method.set_times) - [`IpAddr::to_canonical`](https://doc.rust-lang.org/stable/core/net/enum.IpAddr.html#method.to_canonical) - [`Ipv6Addr::to_canonical`](https://doc.rust-lang.org/stable/core/net/struct.Ipv6Addr.html#method.to_canonical) - [`Option::as_slice`](https://doc.rust-lang.org/stable/core/option/enum.Option.html#method.as_slice) - [`Option::as_mut_slice`](https://doc.rust-lang.org/stable/core/option/enum.Option.html#method.as_mut_slice) - [`pointer::byte_add`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_add) - [`pointer::byte_offset`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_offset) - [`pointer::byte_offset_from`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_offset_from) - [`pointer::byte_sub`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.byte_sub) - [`pointer::wrapping_byte_add`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.wrapping_byte_add) - [`pointer::wrapping_byte_offset`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.wrapping_byte_offset) - [`pointer::wrapping_byte_sub`](https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.wrapping_byte_sub) These APIs are now stable in const contexts: - [`Ipv6Addr::to_ipv4_mapped`](https://doc.rust-lang.org/stable/core/net/struct.Ipv6Addr.html#method.to_ipv4\_mapped) - [`MaybeUninit::assume_init_read`](https://doc.rust-lang.org/stable/core/mem/union.MaybeUninit.html#method.assume_init_read) - [`MaybeUninit::zeroed`](https://doc.rust-lang.org/stable/core/mem/union.MaybeUninit.html#method.zeroed) - [`mem::discriminant`](https://doc.rust-lang.org/stable/core/mem/fn.discriminant.html) - [`mem::zeroed`](https://doc.rust-lang.org/stable/core/mem/fn.zeroed.html) ## Cargo - [Add new packages to `[workspace.members]` automatically.](https://togithub.com/rust-lang/cargo/pull/12779/) - [Allow version-less `Cargo.toml` manifests.](https://togithub.com/rust-lang/cargo/pull/12786/) - [Make browser links out of HTML file paths.](https://togithub.com/rust-lang/cargo/pull/12889) ## Rustdoc - [Accept less invalid Rust in rustdoc.](https://togithub.com/rust-lang/rust/pull/117450/) - [Document lack of object safety on affected traits.](https://togithub.com/rust-lang/rust/pull/113241/) - [Hide `#[repr(transparent)]` if it isn't part of the public ABI.](https://togithub.com/rust-lang/rust/pull/115439/) - [Show enum discriminant if it is a C-like variant.](https://togithub.com/rust-lang/rust/pull/116142/) ## Compatibility Notes - [FreeBSD targets now require at least version 12.](https://togithub.com/rust-lang/rust/pull/114521/) - [Formally demote tier 2 MIPS targets to tier 3.](https://togithub.com/rust-lang/rust/pull/115238/) - [Make misalignment a hard error in `const` contexts.](https://togithub.com/rust-lang/rust/pull/115524/) - [Fix detecting references to packed unsized fields.](https://togithub.com/rust-lang/rust/pull/115583/) - [Remove support for compiler plugins.](https://togithub.com/rust-lang/rust/pull/116412/) ## Internal Changes These changes do not affect any public interfaces of Rust, but they represent significant improvements to the performance or internals of rustc and related tools. - [Optimize `librustc_driver.so` with BOLT.](https://togithub.com/rust-lang/rust/pull/116352/) - [Enable parallel rustc front end in dev and nightly builds.](https://togithub.com/rust-lang/rust/pull/117435/) - [Distribute `rustc-codegen-cranelift` as rustup component on the nightly channel.](https://togithub.com/rust-lang/rust/pull/81746/) ### [`v1.74`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1741-2023-12-07) [Compare Source](https://togithub.com/rust-lang/rust/compare/1.73.0...1.74.0) \=========================== - [Resolved spurious STATUS_ACCESS_VIOLATIONs in LLVM](https://togithub.com/rust-lang/rust/pull/118464) - [Clarify guarantees for std::mem::discriminant](https://togithub.com/rust-lang/rust/pull/118006) - [Fix some subtyping-related regressions](https://togithub.com/rust-lang/rust/pull/116415) ### [`v1.73`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1730-2023-10-05) [Compare Source](https://togithub.com/rust-lang/rust/compare/1.72.0...1.73.0) \========================== ## Language - [Uplift `clippy::fn_null_check` lint as `useless_ptr_null_checks`.](https://togithub.com/rust-lang/rust/pull/111717/) - [Make `noop_method_call` warn by default.](https://togithub.com/rust-lang/rust/pull/111916/) - [Support interpolated block for `try` and `async` in macros.](https://togithub.com/rust-lang/rust/pull/112953/) - [Make `unconditional_recursion` lint detect recursive drops.](https://togithub.com/rust-lang/rust/pull/113902/) - [Future compatibility warning for some impls being incorrectly considered not overlapping.](https://togithub.com/rust-lang/rust/pull/114023/) - [The `invalid_reference_casting` lint is now **deny-by-default** (instead of allow-by-default)](https://togithub.com/rust-lang/rust/pull/112431) ## Compiler - [Write version information in a `.comment` section like GCC/Clang.](https://togithub.com/rust-lang/rust/pull/97550/) - [Add documentation on v0 symbol mangling.](https://togithub.com/rust-lang/rust/pull/97571/) - [Stabilize `extern "thiscall"` and `"thiscall-unwind"` ABIs.](https://togithub.com/rust-lang/rust/pull/114562/) - [Only check outlives goals on impl compared to trait.](https://togithub.com/rust-lang/rust/pull/109356/) - [Infer type in irrefutable slice patterns with fixed length as array.](https://togithub.com/rust-lang/rust/pull/113199/) - [Discard default auto trait impls if explicit ones exist.](https://togithub.com/rust-lang/rust/pull/113312/) - Add several new tier 3 targets: - [`aarch64-unknown-teeos`](https://togithub.com/rust-lang/rust/pull/113480/) - [`csky-unknown-linux-gnuabiv2`](https://togithub.com/rust-lang/rust/pull/113658/) - [`riscv64-linux-android`](https://togithub.com/rust-lang/rust/pull/112858/) - [`riscv64gc-unknown-hermit`](https://togithub.com/rust-lang/rust/pull/114004/) - [`x86_64-unikraft-linux-musl`](https://togithub.com/rust-lang/rust/pull/113411/) - [`x86_64-unknown-linux-ohos`](https://togithub.com/rust-lang/rust/pull/113061/) - [Add `wasm32-wasi-preview1-threads` as a tier 2 target.](https://togithub.com/rust-lang/rust/pull/112922/) Refer to Rust's \[platform support page]\[platform-support-doc] for more information on Rust's tiered platform support. ## Libraries - [Add `Read`, `Write` and `Seek` impls for `Arc`.](https://togithub.com/rust-lang/rust/pull/94748/) - [Merge functionality of `io::Sink` into `io::Empty`.](https://togithub.com/rust-lang/rust/pull/98154/) - [Implement `RefUnwindSafe` for `Backtrace`](https://togithub.com/rust-lang/rust/pull/100455/) - [Make `ExitStatus` implement `Default`](https://togithub.com/rust-lang/rust/pull/106425/) - [`impl SliceIndex for (Bound, Bound)`](https://togithub.com/rust-lang/rust/pull/111081/) - [Change default panic handler message format.](https://togithub.com/rust-lang/rust/pull/112849/) - [Cleaner `assert_eq!` & `assert_ne!` panic messages.](https://togithub.com/rust-lang/rust/pull/111071/) - [Correct the (deprecated) Android `stat` struct definitions.](https://togithub.com/rust-lang/rust/pull/113130/) ## Stabilized APIs - [Unsigned `{integer}::div_ceil`](https://doc.rust-lang.org/stable/std/primitive.u32.html#method.div_ceil) - [Unsigned `{integer}::next_multiple_of`](https://doc.rust-lang.org/stable/std/primitive.u32.html#method.next_multiple_of) - [Unsigned `{integer}::checked_next_multiple_of`](https://doc.rust-lang.org/stable/std/primitive.u32.html#method.checked_next_multiple_of) - [`std::ffi::FromBytesUntilNulError`](https://doc.rust-lang.org/stable/std/ffi/struct.FromBytesUntilNulError.html) - [`std::os::unix::fs::chown`](https://doc.rust-lang.org/stable/std/os/unix/fs/fn.chown.html) - [`std::os::unix::fs::fchown`](https://doc.rust-lang.org/stable/std/os/unix/fs/fn.fchown.html) - [`std::os::unix::fs::lchown`](https://doc.rust-lang.org/stable/std/os/unix/fs/fn.lchown.html) - [`LocalKey::>::get`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.get) - [`LocalKey::>::set`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.set) - [`LocalKey::>::take`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.take) - [`LocalKey::>::replace`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.replace) - [`LocalKey::>::with_borrow`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.with_borrow) - [`LocalKey::>::with_borrow_mut`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.with_borrow_mut) - [`LocalKey::>::set`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.set-1) - [`LocalKey::>::take`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.take-1) - [`LocalKey::>::replace`](https://doc.rust-lang.org/stable/std/thread/struct.LocalKey.html#method.replace-1) These APIs are now stable in const contexts: - [`rc::Weak::new`](https://doc.rust-lang.org/stable/alloc/rc/struct.Weak.html#method.new) - [`sync::Weak::new`](https://doc.rust-lang.org/stable/alloc/sync/struct.Weak.html#method.new) - [`NonNull::as_ref`](https://doc.rust-lang.org/stable/core/ptr/struct.NonNull.html#method.as_ref) ## Cargo - [Bail out an error when using `cargo::` in custom build script.](https://togithub.com/rust-lang/cargo/pull/12332/) ## Misc ## Compatibility Notes - [Update the minimum external LLVM to 15.](https://togithub.com/rust-lang/rust/pull/114148/) - [Check for non-defining uses of return position `impl Trait`.](https://togithub.com/rust-lang/rust/pull/112842/) ## Internal Changes These changes do not affect any public interfaces of Rust, but they represent significant improvements to the performance or internals of rustc and related tools. - [Remove LLVM pointee types, supporting only opaque pointers.](https://togithub.com/rust-lang/rust/pull/105545/) - [Port PGO/LTO/BOLT optimized build pipeline to Rust.](https://togithub.com/rust-lang/rust/pull/112235/) - [Replace in-tree `rustc_apfloat` with the new version of the crate.](https://togithub.com/rust-lang/rust/pull/113843/) - [Update to LLVM 17.](https://togithub.com/rust-lang/rust/pull/114048/) - [Add `internal_features` lint for internal unstable features.](https://togithub.com/rust-lang/rust/pull/108955/) - [Mention style for new syntax in tracking issue template.](https://togithub.com/rust-lang/rust/pull/113586/) ### [`v1.72`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1721-2023-09-19) [Compare Source](https://togithub.com/rust-lang/rust/compare/1.71.0...1.72.0) \=========================== - [Adjust codegen change to improve LLVM codegen](https://togithub.com/rust-lang/rust/pull/115236) - [rustdoc: Fix self ty params in objects with lifetimes](https://togithub.com/rust-lang/rust/pull/115276) - [Fix regression in compile times](https://togithub.com/rust-lang/rust/pull/114948) - Resolve some ICE regressions in the compiler: - [#​115215](https://togithub.com/rust-lang/rust/pull/115215) - [#​115559](https://togithub.com/rust-lang/rust/pull/115559) ### [`v1.71`](https://togithub.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1711-2023-08-03) [Compare Source](https://togithub.com/rust-lang/rust/compare/1.70.0...1.71.0) \=========================== - [Fix CVE-2023-38497: Cargo did not respect the umask when extracting dependencies](https://togithub.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87) - [Fix bash completion for users of Rustup](https://togithub.com/rust-lang/rust/pull/113579) - [Do not show `suspicious_double_ref_op` lint when calling `borrow()`](https://togithub.com/rust-lang/rust/pull/112517) - [Fix ICE: substitute types before checking inlining compatibility](https://togithub.com/rust-lang/rust/pull/113802) - [Fix ICE: don't use `can_eq` in `derive(..)` suggestion for missing method](https://togithub.com/rust-lang/rust/pull/111516) - [Fix building Rust 1.71.0 from the source tarball](https://togithub.com/rust-lang/rust/issues/113678)

Configuration

📅 Schedule: Branch creation - " *" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



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

renovate[bot] commented 8 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.75). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.