From 7f5dec371a8fc5a31ca57f1270099acab01134d2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 4 Aug 2023 19:35:28 +0000
Subject: [PATCH] chore(deps): Bump vendor/bdwgc from `8227c08` to `c15afb9`
(#269)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `8227c08` to
`c15afb9`.
Commits
c15afb9
Use LOGWL to define WORDS_TO_BYTES() and BYTES_TO_WORDS()
823731d
Explicitly check that word has at least 32 bits in shifts by 20+
bits
39ab963
Travis CI: Test with VERY_SMALL_CONFIG
633c867
Reduce some of big constants in tests to fit into 16-bit int type
9ef3305
Fix missing outermost parentheses in macro definitions in huge test
4f2cfbd
Eliminate 'alloc_small declared but unused' gcc warning in gctest
bb36261
Consistent use of CHECK_OUT_OF_MEMORY() in tests
5c85fb5
Remove redundant includes from tools and disclaim tests
9636efe
Check for out-of-memory on every memory allocation in tests
1fa15d5
Refactoring of rt_hash()
- 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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
vendor/bdwgc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vendor/bdwgc b/vendor/bdwgc
index 8227c08..c15afb9 160000
--- a/vendor/bdwgc
+++ b/vendor/bdwgc
@@ -1 +1 @@
-Subproject commit 8227c085a57315a0fcc540a5ceca92d471c7070f
+Subproject commit c15afb9261c3f7a46bea4ccec579fff0c1523c25