cpp-redis / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
MIT License
720 stars 199 forks source link

Bump googletest from `703bd9c` to `a9b2f04` #103

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps googletest from 703bd9c to a9b2f04.

Commits
  • a9b2f04 Use attribute testing to simplify portable attribute macros
  • 137b6e2 Terse printing of std::reference_wrapper hides pointer
  • 67174c7 Merge pull request #4035 from Vertexwahn:update-deps
  • d29b143 Workaround for Visual C++ error C2039 with std::tuple_element_t.
  • d9bb841 Merge pull request #4032 from Ferenc-:suggest-fixed-version
  • 671cfb7 Suggests a release with fixed CMakeLists.txt
  • 0231584 Update rules_python, bazel_skylib and platfroms
  • 9fbb657 Update the POSIX Extended section of the Regular Expression Wikipedia page
  • 67e2648 [fuchsia] Use __builtin_trap to trigger gunit_break_on_failure on non-x86 arch
  • 0893548 Makes Clang compilations via Ninja on Windows define _DLL only for shared CRT...
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #106.