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 `1f643f7` #107

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps googletest from 703bd9c to 1f643f7.

Commits
  • 1f643f7 Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.
  • a16bfcf Disables -Wunused-member-function and -Wused-but-marked-unused that trigg...
  • e68764c This commit fixes a minor verb conjugation error in gmock_cook_book.md.
  • 519beb0 Merge pull request #4066 from zloylos:doc/make_uniq
  • 834698c Change MakeUnique -> std::make_unique in docs
  • 9c33214 When printing floating-point numbers, print full precision by default.
  • 4408a02 Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.
  • 0e6aac2 Merge pull request #4058 from zloylos:support-kitty-term
  • 42c6f57 Merge pull request #4060 from RerEngineer:main
  • 148ab82
  • 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 1 year ago

Superseded by #111.