secretflow / yacl

YACL (Yet Another Common crypto library) is a C++ library that contains cryptography, network and io modules which other SecretFlow code depends on.
Apache License 2.0
73 stars 61 forks source link

Update dependency com_google_absl to v20240722 #371

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
com_google_absl http_archive major 20240116.2 -> 20240722.0

Release Notes

abseil/abseil-cpp (com_google_absl) ### [`v20240722.0`](https://togithub.com/abseil/abseil-cpp/releases/tag/20240722.0): Abseil LTS branch, July 2024 [Compare Source](https://togithub.com/abseil/abseil-cpp/compare/20240116.2...20240722.0) ### Abseil LTS [`2024072`](https://togithub.com/abseil/abseil-cpp/commit/20240722).0 #### What's New: - Added [GoogleTest matchers](https://togithub.com/abseil/abseil-cpp/blob/master/absl/status/status_matchers.h) for `absl::Status`. These matchers make it easier to write unit tests for code that uses `absl::Status`. #### Breaking Changes: - [`absl::AlphaNum` no longer allows brace-initialization.](https://togithub.com/abseil/abseil-cpp/commit/2be67701e7a33b45d322064349827e1155953338) This was never intended to be supported, nor is it recommended that `absl::AlphaNum` ever be spelled in user code. - The deprecated symbol `absl::kuint128max` [has been removed](https://togithub.com/abseil/abseil-cpp/commit/34604d5b1f6ae14c65b3992478b59f7108051979) and should be replaced with `absl::Uint128Max()`. - `absl::aligned_storage_t`, which was a polyfill consistent with `std::aligned_storage_t`, [has been removed](https://togithub.com/abseil/abseil-cpp/commit/42133464db0ae5383fef723067835ef768b849f8). `std::aligned_storage_t` is deprecated in C++23. See https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p1413r3.pdf for a suggested replacement. - [`absl::StrJoin` now has a `absl::string_view` overload.](https://togithub.com/abseil/abseil-cpp/commit/73841853760d6f86f5fe0372f17b2456874b6399) This allows for passing a collection of string-like objects without having to convert everything to the same type first. However, this may be a breaking change for users passing an explicit template argument to `absl::StrJoin`. In this case, simply remove the explicit template parameter. - [`vlog_is_on.h` is now a public header](https://togithub.com/abseil/abseil-cpp/commit/d0d902e6e1dcfec1e861bddee00e30fa04d4084d) and is no longer included from `log.h`. To use `VLOG_IS_ON()`, `absl/log/vlog_is_on.h` must be included. #### Known Issues - None known at this time. Baseline: [`3358286`](https://togithub.com/abseil/abseil-cpp/commit/3358286120d143e6a622652675b8b1b78447293c) Cherry-pick: [`2138590`](https://togithub.com/abseil/abseil-cpp/commit/21385900073e3ca2c4aefb13fd05ca2da40d5ff1) Cherry-pick: [`9a0743a`](https://togithub.com/abseil/abseil-cpp/commit/9a0743ac27df5ec018974e605cf61db7652b26c1) Cherry-pick: [`4447c75`](https://togithub.com/abseil/abseil-cpp/commit/4447c7562e3bc702ade25105912dce503f0c4010)

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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.