162 Commits

Author SHA1 Message Date
Yota Toyama f52f6dcfaf Refactor 2023-05-21 13:55:17 +10:00
Yota Toyama 3de34a77e9 Fix 2023-05-21 13:53:09 +10:00
Yota Toyama 81df12684f Fix 2023-05-21 13:52:34 +10:00
Yota Toyama a3a13f061f Fix 2023-05-21 13:41:26 +10:00
Yota Toyama 085028a8e1 Fix 2023-05-21 13:39:31 +10:00
Yota Toyama 04f5f88b33 Fix 2023-05-21 13:38:27 +10:00
Yota Toyama 3abd5dea37 chore: Release bdwgc-alloc version 0.6.5 2023-05-21 13:09:40 +10:00
Yota Toyama ec67abe1ef Update CI (#254) 2023-05-21 03:08:06 +00:00
Yota Toyama 8f73f3d63a Refactor (#253) 2023-05-21 02:35:25 +00:00
dependabot[bot] ca51b73cf5 chore(deps): Bump vendor/bdwgc from 5f6df10 to 71f838e (#252)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `5f6df10` to
`71f838e`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ivmai/bdwgc/commit/71f838eb6e803c3fc3ff4dec31b3f9a22615868d"><code>71f838e</code></a>
Add debug logging to GC_clear_exclusion_table and
GC_exclude_static_roots</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/0b35c12b3fc83374e8a5f17d829d878797aa241a"><code>0b35c12</code></a>
Allow GC_push_roots to work even when no exclusions registered</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/a06340cc0b9d2bc3b28ba95c3503fba9e1fbf4f2"><code>a06340c</code></a>
Fix GC_excl_table overrun on overflow in GC_exclude_static_roots</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/0a65033c4adb39fa64583d732564abeec949db43"><code>0a65033</code></a>
Fix overlapping region assertion in mark_some if malloc redirect on
Linux</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/18e5b12da8d638a4d567c2f888201a4fc86c9c64"><code>18e5b12</code></a>
Clear GC_thread_key thread-local value on unregistering the thread</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/cd465f79c52aa887d2b65a1b26447179def228b6"><code>cd465f7</code></a>
Fix GC_unregister_my_thread call before GC functions usage</li>
<li>See full diff in <a
href="https://github.com/ivmai/bdwgc/compare/5f6df10a9317385b77d52ee2006f435639e87e44...71f838eb6e803c3fc3ff4dec31b3f9a22615868d">compare
view</a></li>
</ul>
</details>
<br />


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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 20:00:37 +00:00
dependabot[bot] fbc2d363b8 chore(deps): Bump vendor/bdwgc from db76b2f to 5f6df10 (#251)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `db76b2f` to
`5f6df10`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ivmai/bdwgc/commit/5f6df10a9317385b77d52ee2006f435639e87e44"><code>5f6df10</code></a>
Make comparisons to the lowest heap boundary strict</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/ffc64167e4d0eccbee19794d7eac6b6946cddb63"><code>ffc6416</code></a>
Fix old name (typo) of gc_priv.h</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/1c2d6cf5439a052e06369c36746d3c1f07900e22"><code>1c2d6cf</code></a>
Fix comparisons to heap boundary in GC_get_back_ptr_info and
GC_mark_from</li>
<li><a
href="https://github.com/ivmai/bdwgc/commit/a0a416a8a9c5ad98678207ef8fa3a9b8e1262318"><code>a0a416a</code></a>
Fix assertion in GC_mark_from regarding
GC_least_plausible_heap_addr</li>
<li>See full diff in <a
href="https://github.com/ivmai/bdwgc/compare/db76b2f831a66c8067626dd6bb68450243989bf3...5f6df10a9317385b77d52ee2006f435639e87e44">compare
view</a></li>
</ul>
</details>
<br />


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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15 20:01:31 +00:00
Yota Toyama 7ff5ac5b21 Refactor (#250) 2023-05-15 17:40:34 +08:00
Yota Toyama 2d329a6e65 chore: Release bdwgc-alloc version 0.6.4 2023-05-14 17:13:35 +10:00
Yutaka HARA 59fe9dfa47 impl. register_finalizer, force_collect (#248) 2023-05-14 07:12:16 +00:00
Yota Toyama d7521be32f Fix workflow (#249) 2023-05-14 07:07:25 +00:00
dependabot[bot] 0779f60a82 chore(deps): Bump vendor/bdwgc from 2bcec83 to db76b2f (#247)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `2bcec83` to `db76b2f`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/2bcec83b6ef0eadf30ea01786a1efac969ae1d9c...db76b2f831a66c8067626dd6bb68450243989bf3)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-11 20:00:46 +00:00
dependabot[bot] 8d12fa613e chore(deps): Bump vendor/bdwgc from d654f40 to 2bcec83 (#246)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `d654f40` to `2bcec83`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/d654f40deaa60b9bcaa5177963aec76974745897...2bcec83b6ef0eadf30ea01786a1efac969ae1d9c)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08 20:00:56 +00:00
dependabot[bot] 7578318bc1 chore(deps): Bump vendor/bdwgc from 4f44ad7 to d654f40 (#245)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4f44ad7` to `d654f40`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/4f44ad7650605911b261a0d12b8dd90530374ca8...d654f40deaa60b9bcaa5177963aec76974745897)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 20:02:00 +00:00
dependabot[bot] 974afa310e chore(deps): Bump vendor/bdwgc from 026dde2 to 4f44ad7 (#244)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `026dde2` to `4f44ad7`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/026dde22e2194990d699446d9ce71ea6e19859ed...4f44ad7650605911b261a0d12b8dd90530374ca8)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-03 20:00:26 +00:00
dependabot[bot] 12a68b35e5 chore(deps): Bump vendor/bdwgc from 60be9d4 to 026dde2 (#243)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `60be9d4` to `026dde2`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/60be9d4da2a263acbdabbca00fc0880c1a124b95...026dde22e2194990d699446d9ce71ea6e19859ed)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 20:00:11 +00:00
dependabot[bot] a03985d3ea chore(deps): Bump vendor/bdwgc from 4bdf9b9 to 60be9d4 (#242)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4bdf9b9` to `60be9d4`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/4bdf9b9c327673b71344a63e368d8b2386bae6af...60be9d4da2a263acbdabbca00fc0880c1a124b95)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-27 20:00:48 +00:00
dependabot[bot] 22ddca7811 chore(deps): Bump vendor/bdwgc from 06ffb93 to 4bdf9b9 (#241)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `06ffb93` to `4bdf9b9`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/06ffb93814a97d08fce62e2f3ce3135bc2473e59...4bdf9b9c327673b71344a63e368d8b2386bae6af)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-25 20:00:21 +00:00
dependabot[bot] 833abbcecb chore(deps): Bump vendor/bdwgc from d70772a to 06ffb93 (#240)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `d70772a` to `06ffb93`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/d70772a42debc40d4c13fd735913ee6ae322aa9b...06ffb93814a97d08fce62e2f3ce3135bc2473e59)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-20 20:03:38 +00:00
dependabot[bot] 450257b73e chore(deps): Bump vendor/bdwgc from 274e5ce to d70772a (#239)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `274e5ce` to `d70772a`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/274e5ced83975df4df880b7d6c32061fa1c67985...d70772a42debc40d4c13fd735913ee6ae322aa9b)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 20:00:31 +00:00
dependabot[bot] bddf66861e chore(deps): Bump vendor/libatomic_ops from 2c8ba25 to e06dc95 (#238)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `2c8ba25` to `e06dc95`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/2c8ba251866ed12fa17fb51abfca063e2f6f717d...e06dc9549f1c24f8564501a9c5a264d20af1c4b5)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 20:00:27 +00:00
dependabot[bot] 658f8f7b5b chore(deps): Bump vendor/bdwgc from d80ce05 to 274e5ce (#237)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `d80ce05` to `274e5ce`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/d80ce053ff9701ccac04506267bbdf30be350481...274e5ced83975df4df880b7d6c32061fa1c67985)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-12 20:57:12 +00:00
dependabot[bot] 273291836d chore(deps): Bump vendor/bdwgc from 6dfd81e to d80ce05 (#236)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `6dfd81e` to `d80ce05`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/6dfd81e1a070b4ab44f7edb32e05538d22c8ca9f...d80ce053ff9701ccac04506267bbdf30be350481)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-11 20:00:40 +00:00
dependabot[bot] 186123157f chore(deps): Bump vendor/bdwgc from c94898b to 6dfd81e (#235)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `c94898b` to `6dfd81e`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/c94898ba7bc03a0d40e58642c44f6596106de7d2...6dfd81e1a070b4ab44f7edb32e05538d22c8ca9f)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-07 20:01:37 +00:00
dependabot[bot] 6e3107ab80 chore(deps): Bump vendor/libatomic_ops from 92435d4 to 2c8ba25 (#234)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `92435d4` to `2c8ba25`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/92435d45beeaab3ea269190c0f6c5d77e6f1d710...2c8ba251866ed12fa17fb51abfca063e2f6f717d)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-31 20:01:20 +00:00
dependabot[bot] e0cb8aca15 chore(deps): Bump vendor/bdwgc from 132eb0b to c94898b (#233)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `132eb0b` to `c94898b`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/132eb0bc220b7c2e32d43e9e5c290b17a7e6f37a...c94898ba7bc03a0d40e58642c44f6596106de7d2)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-30 20:02:56 +00:00
dependabot[bot] 6d9ce150cd chore(deps): Bump vendor/libatomic_ops from 7f731c9 to 92435d4 (#232)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `7f731c9` to `92435d4`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/7f731c96672c6be37b9da54c26a7fafa64407a89...92435d45beeaab3ea269190c0f6c5d77e6f1d710)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 20:01:23 +00:00
dependabot[bot] 3563d4e213 chore(deps): Bump vendor/bdwgc from 441698c to 132eb0b (#231)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `441698c` to `132eb0b`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/441698c68a90caa1670e9b46275c5db12668d171...132eb0bc220b7c2e32d43e9e5c290b17a7e6f37a)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 20:02:55 +00:00
dependabot[bot] cbb3bd39d4 chore(deps): Bump vendor/libatomic_ops from a04ad40 to 7f731c9 (#230)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `a04ad40` to `7f731c9`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/a04ad40056f161d89c94810621889a1c52165cda...7f731c96672c6be37b9da54c26a7fafa64407a89)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 20:01:55 +00:00
dependabot[bot] 85701b18c8 chore(deps): Bump vendor/bdwgc from b41a290 to 441698c (#229)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `b41a290` to `441698c`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/b41a2904f938df11160f894b825b719d22d2b004...441698c68a90caa1670e9b46275c5db12668d171)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 20:01:31 +00:00
dependabot[bot] 82e7664a74 chore(deps): Bump vendor/bdwgc from f21eefa to b41a290 (#228)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `f21eefa` to `b41a290`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/f21eefafc047240a4d971de5147bf64dd46725fe...b41a2904f938df11160f894b825b719d22d2b004)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 20:02:25 +00:00
dependabot[bot] 82c6516d29 chore(deps): Bump vendor/bdwgc from b49d1ae to f21eefa (#227)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `b49d1ae` to `f21eefa`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/b49d1aefc29bf6623888abe885b9ac9b85a970df...f21eefafc047240a4d971de5147bf64dd46725fe)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-10 20:02:12 +00:00
dependabot[bot] bd9137b1f6 chore(deps): Bump vendor/bdwgc from 92dce07 to b49d1ae (#226)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `92dce07` to `b49d1ae`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/92dce071fa2db2b615981818b1db1024558d09ca...b49d1aefc29bf6623888abe885b9ac9b85a970df)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 20:00:51 +00:00
dependabot[bot] f590a7c7ed chore(deps): Bump vendor/bdwgc from 6a283de to 92dce07 (#225)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `6a283de` to `92dce07`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/6a283de1db84c15e048cf9df6b47f4368b2e226a...92dce071fa2db2b615981818b1db1024558d09ca)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-07 20:00:59 +00:00
dependabot[bot] b31a5cff06 chore(deps): Bump vendor/bdwgc from 1c2f2c6 to 6a283de (#224)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `1c2f2c6` to `6a283de`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/1c2f2c679927538fa4969f85c67fafc3b1dddb23...6a283de1db84c15e048cf9df6b47f4368b2e226a)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 20:01:35 +00:00
dependabot[bot] c35a6a9212 chore(deps): Bump vendor/libatomic_ops from 344993c to a04ad40 (#223)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `344993c` to `a04ad40`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/344993c87c190d7ab8c3935fe80baea516ba2724...a04ad40056f161d89c94810621889a1c52165cda)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 20:01:12 +00:00
dependabot[bot] a74ccfc19c chore(deps): Bump vendor/bdwgc from 0e63b39 to 1c2f2c6 (#222)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `0e63b39` to `1c2f2c6`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/0e63b3923b215fe8229aaeaab6d9bc6d0cd18965...1c2f2c679927538fa4969f85c67fafc3b1dddb23)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-20 20:00:31 +00:00
dependabot[bot] d60cf964d0 chore(deps): Bump vendor/bdwgc from 272e61e to 0e63b39 (#221)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `272e61e` to `0e63b39`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/272e61e4691a9e990fa94a071d739dfbfa836941...0e63b3923b215fe8229aaeaab6d9bc6d0cd18965)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-15 20:00:42 +00:00
dependabot[bot] b824c776f6 chore(deps): Bump vendor/bdwgc from dac8f77 to 272e61e (#220)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `dac8f77` to `272e61e`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/dac8f776145e437de006fe416b4cf0678b5f9523...272e61e4691a9e990fa94a071d739dfbfa836941)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-13 20:00:53 +00:00
dependabot[bot] f41ade234c chore(deps): Bump vendor/bdwgc from 151b49a to dac8f77 (#219)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `151b49a` to `dac8f77`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/151b49a5302eea89ffd9efd9cdb82b75ac4f5d35...dac8f776145e437de006fe416b4cf0678b5f9523)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 20:01:00 +00:00
dependabot[bot] e3d427aaf8 chore(deps): Bump vendor/bdwgc from 31fa843 to 151b49a (#218)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `31fa843` to `151b49a`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/31fa843270a83e5e93c8dee16a3654eb93a98833...151b49a5302eea89ffd9efd9cdb82b75ac4f5d35)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 19:04:11 +00:00
dependabot[bot] 362bbd4ac4 chore(deps): Bump vendor/bdwgc from f55e46c to 31fa843 (#217)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `f55e46c` to `31fa843`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/f55e46c34acf847577209a51b2da5e75d4400034...31fa843270a83e5e93c8dee16a3654eb93a98833)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-01 19:05:29 +00:00
dependabot[bot] 40fae8cfc5 chore(deps): Bump vendor/bdwgc from d389c2d to f55e46c (#216)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `d389c2d` to `f55e46c`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/d389c2d7f08ab48e7b6ec1a22c2afe9d201f5b12...f55e46c34acf847577209a51b2da5e75d4400034)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 19:04:45 +00:00
dependabot[bot] fa50cd76d1 chore(deps): Bump vendor/bdwgc from 04cdd2f to d389c2d (#215)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `04cdd2f` to `d389c2d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/04cdd2f19901f9a2b0f7b28b16c41e7c0db2fca2...d389c2d7f08ab48e7b6ec1a22c2afe9d201f5b12)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-26 19:04:59 +00:00
dependabot[bot] e3162293df chore(deps): Bump vendor/bdwgc from 3dbb260 to 04cdd2f (#213)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `3dbb260` to `04cdd2f`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/3dbb260e5f277a350da7251e01dd3284f973f36f...04cdd2f19901f9a2b0f7b28b16c41e7c0db2fca2)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 19:05:04 +00:00
dependabot[bot] 20fbf8e1e9 chore(deps): Bump vendor/libatomic_ops from 4bc05be to 344993c (#214)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `4bc05be` to `344993c`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/4bc05be28b471ff335a1f1e79b43099bac61b273...344993c87c190d7ab8c3935fe80baea516ba2724)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-25 19:04:51 +00:00
dependabot[bot] 4dc952a872 chore(deps): Bump vendor/bdwgc from 98200e4 to 3dbb260 (#212)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `98200e4` to `3dbb260`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/98200e4fff00d243c9bc65591ee794eaab1b6b48...3dbb260e5f277a350da7251e01dd3284f973f36f)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-20 19:04:14 +00:00
dependabot[bot] fb4e72bcdd chore(deps): Bump vendor/libatomic_ops from 0445739 to 4bc05be (#211)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `0445739` to `4bc05be`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/044573903530c4a8e8318e20a830d4a0531b2035...4bc05be28b471ff335a1f1e79b43099bac61b273)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-20 19:04:06 +00:00
dependabot[bot] 444ee0ecc1 chore(deps): Bump vendor/bdwgc from 04d7f70 to 98200e4 (#210)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `04d7f70` to `98200e4`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/04d7f70721be8098d0778e145f7af37cd74d7634...98200e4fff00d243c9bc65591ee794eaab1b6b48)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-03 19:05:05 +00:00
dependabot[bot] b01f884f5d chore(deps): Bump vendor/bdwgc from 0a1667b to 04d7f70 (#209)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `0a1667b` to `04d7f70`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/0a1667bee7f2c004abda6ecd173cd80bfef8412c...04d7f70721be8098d0778e145f7af37cd74d7634)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-02 19:04:09 +00:00
Yota Toyama ed6055e188 chore: Release bdwgc-alloc version 0.6.3 2022-12-21 12:20:56 -08:00
Yota Toyama a227aa2aa9 Update readme (#208) 2022-12-21 20:13:42 +00:00
dependabot[bot] c95f5dbacc Bump vendor/bdwgc from e45120d to 0a1667b (#207)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `e45120d` to `0a1667b`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/e45120d08bd1b4dcc2184024e76b40ddfafc69ca...0a1667bee7f2c004abda6ecd173cd80bfef8412c)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-21 19:04:15 +00:00
dependabot[bot] c2c0c522e1 Bump vendor/bdwgc from 128c0ec to e45120d (#206)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `128c0ec` to `e45120d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/128c0ec33dc7b41c1ea40ca27d57821135744182...e45120d08bd1b4dcc2184024e76b40ddfafc69ca)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 19:07:45 +00:00
dependabot[bot] 4992c30a1e Bump vendor/bdwgc from f77d065 to 128c0ec (#205)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `f77d065` to `128c0ec`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/f77d0654663a345ee440ef775b7fb935c103ced5...128c0ec33dc7b41c1ea40ca27d57821135744182)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-12 19:10:07 +00:00
dependabot[bot] dddcc8b615 Bump vendor/bdwgc from bc1866b to f77d065 (#204)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `bc1866b` to `f77d065`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/bc1866b1405ce88d1acfcc05289f75b7ca4ad4e4...f77d0654663a345ee440ef775b7fb935c103ced5)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-08 19:05:54 +00:00
dependabot[bot] 8ab6c960e7 Bump vendor/bdwgc from 92ba441 to bc1866b (#203)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `92ba441` to `bc1866b`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/92ba44158ca276ff397fb55081ff371811a7b939...bc1866b1405ce88d1acfcc05289f75b7ca4ad4e4)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-06 19:05:34 +00:00
dependabot[bot] 889ba637e0 Bump vendor/bdwgc from 546d896 to 92ba441 (#202)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `546d896` to `92ba441`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/546d896f6b3fbf04ac7de4333051b4930531dcb2...92ba44158ca276ff397fb55081ff371811a7b939)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 19:05:29 +00:00
dependabot[bot] 9c43960a5d Bump vendor/bdwgc from 616f2a7 to 546d896 (#201)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `616f2a7` to `546d896`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/616f2a79082379a345a69f047148c549cedfce95...546d896f6b3fbf04ac7de4333051b4930531dcb2)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 19:05:41 +00:00
dependabot[bot] 5297ef129a Bump vendor/bdwgc from 840bbcf to 616f2a7 (#200)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `840bbcf` to `616f2a7`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/840bbcf603bc75e0b2da21ea9cbd84d1d63f14cf...616f2a79082379a345a69f047148c549cedfce95)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 19:05:42 +00:00
dependabot[bot] 1293fda0e8 Bump vendor/bdwgc from e4247e8 to 840bbcf (#199)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `e4247e8` to `840bbcf`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/e4247e8e31621563d53af29910d51ffe1427d3f2...840bbcf603bc75e0b2da21ea9cbd84d1d63f14cf)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-24 19:05:24 +00:00
dependabot[bot] 29ad837a45 Bump vendor/bdwgc from daea2f1 to e4247e8 (#198)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `daea2f1` to `e4247e8`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/daea2f19089c32f38de916b8949fde42d73daf6f...e4247e8e31621563d53af29910d51ffe1427d3f2)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-23 19:05:40 +00:00
dependabot[bot] 71b8911b7c Bump vendor/bdwgc from 665ea75 to daea2f1 (#197)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `665ea75` to `daea2f1`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/665ea75723d5d6e1eb8a303c25a4400f84eccffb...daea2f19089c32f38de916b8949fde42d73daf6f)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-17 19:08:26 +00:00
dependabot[bot] 865dc20861 Bump vendor/bdwgc from 54522af to 665ea75 (#196)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `54522af` to `665ea75`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/54522af853de28f45195044dadfd795c4e5942aa...665ea75723d5d6e1eb8a303c25a4400f84eccffb)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 19:05:27 +00:00
dependabot[bot] 560a1fe764 Bump vendor/bdwgc from 400053e to 54522af (#195)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `400053e` to `54522af`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/400053e428fcd81cf0c867d49223d74de27ccfaa...54522af853de28f45195044dadfd795c4e5942aa)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-02 19:53:46 +00:00
dependabot[bot] f55886e77d Bump vendor/bdwgc from 41da366 to 400053e (#194)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `41da366` to `400053e`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/41da36619e893f034624d57ea7c0509d86e97683...400053e428fcd81cf0c867d49223d74de27ccfaa)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-01 19:10:32 +00:00
dependabot[bot] ac27599e3e Bump vendor/bdwgc from 9338177 to 41da366 (#193)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `9338177` to `41da366`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/93381779c71c5c95a9c995bbe00aa7a776b8bfc8...41da36619e893f034624d57ea7c0509d86e97683)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-25 19:11:10 +00:00
dependabot[bot] a46aa60c5d Bump vendor/bdwgc from 6c47e6d to 9338177 (#192)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `6c47e6d` to `9338177`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/6c47e6d4c929d97aa59efc970c0b3a07d6ee7ad6...93381779c71c5c95a9c995bbe00aa7a776b8bfc8)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-24 19:14:19 +00:00
dependabot[bot] ada743605c Bump vendor/bdwgc from 75f52d1 to 6c47e6d (#191)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `75f52d1` to `6c47e6d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/75f52d10108e3bbe80144377236ac4c3f5086c36...6c47e6d4c929d97aa59efc970c0b3a07d6ee7ad6)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-21 19:11:29 +00:00
dependabot[bot] 8f6ada39dc Bump vendor/bdwgc from bbe9092 to 75f52d1 (#190)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `bbe9092` to `75f52d1`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/bbe909230a79d53af2bc3fde28f0ee9fa03c1bb9...75f52d10108e3bbe80144377236ac4c3f5086c36)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-19 19:10:47 +00:00
dependabot[bot] 3d264d4b3b Bump vendor/bdwgc from f62cd8d to bbe9092 (#189)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `f62cd8d` to `bbe9092`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/f62cd8d240066355e669764f9e10a378a6b7a3b7...bbe909230a79d53af2bc3fde28f0ee9fa03c1bb9)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-06 19:10:24 +00:00
dependabot[bot] cfe715afd7 Bump vendor/bdwgc from ed627bb to f62cd8d (#188)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `ed627bb` to `f62cd8d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/ed627bb33576317556d64d43596dfbaa60226f17...f62cd8d240066355e669764f9e10a378a6b7a3b7)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-03 19:10:30 +00:00
dependabot[bot] 073a41cfbd Bump vendor/bdwgc from 6dfa9a2 to ed627bb (#187)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `6dfa9a2` to `ed627bb`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/6dfa9a2030014cb05655865938b650c3d7a86e05...ed627bb33576317556d64d43596dfbaa60226f17)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-27 19:07:23 +00:00
dependabot[bot] 47e73b99fa Bump vendor/libatomic_ops from aa860c6 to 0445739 (#185)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `aa860c6` to `0445739`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/aa860c6bee0378528b79665f95e94e400d3919f1...044573903530c4a8e8318e20a830d4a0531b2035)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-23 19:16:47 +00:00
dependabot[bot] a883d53c92 Bump vendor/bdwgc from 213e4b3 to 6dfa9a2 (#186)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `213e4b3` to `6dfa9a2`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/213e4b3b3ff54851034239476d4ec845e10b4770...6dfa9a2030014cb05655865938b650c3d7a86e05)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-23 19:16:15 +00:00
dependabot[bot] e4e959b9db Bump vendor/bdwgc from 515d30e to 213e4b3 (#184)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `515d30e` to `213e4b3`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/515d30eb005f8819112d8d474e37b085cf94edde...213e4b3b3ff54851034239476d4ec845e10b4770)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 19:11:10 +00:00
dependabot[bot] 0fb908472c Bump vendor/bdwgc from af1eede to 515d30e (#183)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `af1eede` to `515d30e`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/af1eede4362a53a32b25c4063df6c2ccc8ed489b...515d30eb005f8819112d8d474e37b085cf94edde)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-02 19:23:31 +00:00
dependabot[bot] 2563234a2f Bump vendor/libatomic_ops from 0f28734 to aa860c6 (#181)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `0f28734` to `aa860c6`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/0f28734907cebe48bc23cfcfd5d5df74caabc069...aa860c6bee0378528b79665f95e94e400d3919f1)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 19:11:44 +00:00
dependabot[bot] 0b001f457a Bump vendor/bdwgc from 308aafa to af1eede (#182)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `308aafa` to `af1eede`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/308aafa4009ff23737a02b1452b37bbde49c4a99...af1eede4362a53a32b25c4063df6c2ccc8ed489b)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 19:10:55 +00:00
dependabot[bot] 8a9274518e Bump vendor/libatomic_ops from 7f13372 to 0f28734 (#180)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `7f13372` to `0f28734`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/7f13372f7a269b80a739347dcb9836f6c9166d4e...0f28734907cebe48bc23cfcfd5d5df74caabc069)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-26 19:10:11 +00:00
dependabot[bot] 2071eb794c Bump vendor/libatomic_ops from da82162 to 7f13372 (#179)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `da82162` to `7f13372`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/da821621ecd6fa4d233f16ecd455b9c5d54d01e1...7f13372f7a269b80a739347dcb9836f6c9166d4e)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-24 19:10:27 +00:00
dependabot[bot] 5f036eb378 Bump vendor/bdwgc from ab1bfc3 to 308aafa (#178)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `ab1bfc3` to `308aafa`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/ab1bfc33c87726dc1fd85c351191380c6c463143...308aafa4009ff23737a02b1452b37bbde49c4a99)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 19:10:17 +00:00
dependabot[bot] 789541832c Bump vendor/libatomic_ops from 124c97a to da82162 (#177)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `124c97a` to `da82162`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/124c97a9ab14735334850e57379e08d0d2c089d8...da821621ecd6fa4d233f16ecd455b9c5d54d01e1)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-19 19:09:34 +00:00
dependabot[bot] b4ed497fdc Bump vendor/bdwgc from 454e841 to ab1bfc3 (#176)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `454e841` to `ab1bfc3`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/454e8410e03b8a141296ec4c3c2bf876d78b4ea8...ab1bfc33c87726dc1fd85c351191380c6c463143)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-18 19:10:43 +00:00
dependabot[bot] a2c19348ad Bump vendor/bdwgc from 4dca489 to 454e841 (#175)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4dca489` to `454e841`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/4dca48965fbd82bb915965bf3c165ca9e58baa3e...454e8410e03b8a141296ec4c3c2bf876d78b4ea8)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-15 19:11:02 +00:00
dependabot[bot] 4020a5cf85 Bump vendor/libatomic_ops from 620ae9d to 124c97a (#174)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `620ae9d` to `124c97a`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/620ae9dd25faf62e96063c5440a0be648ae29d46...124c97a9ab14735334850e57379e08d0d2c089d8)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-11 19:08:54 +00:00
dependabot[bot] 4d98c1dad4 Bump vendor/bdwgc from 952c709 to 4dca489 (#173)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `952c709` to `4dca489`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/952c70947375c8539028b3958e7a5d9ce4b49707...4dca48965fbd82bb915965bf3c165ca9e58baa3e)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 19:11:40 +00:00
dependabot[bot] b124c6c25c Bump vendor/bdwgc from e717f11 to 952c709 (#172)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `e717f11` to `952c709`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/e717f1191ba099d46a4eb0c56954b1b2e5333d5b...952c70947375c8539028b3958e7a5d9ce4b49707)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-05 19:10:13 +00:00
dependabot[bot] 2eca684f2b Bump vendor/libatomic_ops from fb1c731 to 620ae9d (#170)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `fb1c731` to `620ae9d`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/fb1c731d1d765671da058cdb594ff2c9a32463ea...620ae9dd25faf62e96063c5440a0be648ae29d46)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 19:08:43 +00:00
dependabot[bot] 1004ef451e Bump vendor/bdwgc from c00230e to e717f11 (#171)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `c00230e` to `e717f11`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/c00230e46ba5f8e3a630540a43829dd75aeeed4e...e717f1191ba099d46a4eb0c56954b1b2e5333d5b)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 19:08:38 +00:00
dependabot[bot] aa0a5ce401 Bump vendor/bdwgc from 5cf2700 to c00230e (#169)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `5cf2700` to `c00230e`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/5cf2700b16d6017ba86d914b4c5e0ba193c94d35...c00230e46ba5f8e3a630540a43829dd75aeeed4e)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-03 19:09:39 +00:00
dependabot[bot] 3161293020 Bump vendor/libatomic_ops from 69e1880 to fb1c731 (#168)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `69e1880` to `fb1c731`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/69e188067616d258cdafa5a8a4ac6f03945090a8...fb1c731d1d765671da058cdb594ff2c9a32463ea)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-02 19:11:22 +00:00
dependabot[bot] f09074cc3b Bump vendor/bdwgc from 0f29bb0 to 5cf2700 (#167)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `0f29bb0` to `5cf2700`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/0f29bb063b6fb071bdc6e75c5c5c87833edf3876...5cf2700b16d6017ba86d914b4c5e0ba193c94d35)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-01 19:20:18 +00:00
dependabot[bot] 83fd314087 Bump vendor/bdwgc from c1a6378 to 0f29bb0 (#166)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `c1a6378` to `0f29bb0`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/c1a6378297a915762e897882e30eccf24fe73deb...0f29bb063b6fb071bdc6e75c5c5c87833edf3876)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-29 19:09:41 +00:00
dependabot[bot] c71f9db4f2 Bump vendor/bdwgc from ed4f7ea to c1a6378 (#165)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `ed4f7ea` to `c1a6378`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/ed4f7ea68f0983e81dd96a99a9cf4e9c7c58a4e2...c1a6378297a915762e897882e30eccf24fe73deb)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 19:14:00 +00:00
Yota Toyama a91db9b290 (cargo-release) version 0.6.2 2022-07-22 01:59:40 +00:00
dependabot[bot] 1fdefad5a7 Bump vendor/bdwgc from 33c68aa to ed4f7ea (#164)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `33c68aa` to `ed4f7ea`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/33c68aa99537186e72cf3cff658301a76f55420c...ed4f7ea68f0983e81dd96a99a9cf4e9c7c58a4e2)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-15 19:07:04 +00:00
dependabot[bot] d608243c52 Bump vendor/bdwgc from 2afde24 to 33c68aa (#163)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `2afde24` to `33c68aa`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/2afde2458e3c4619e6aebdb6b127f2584f290a0a...33c68aa99537186e72cf3cff658301a76f55420c)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 19:08:47 +00:00
dependabot[bot] 24a07547ae Bump vendor/bdwgc from 79867a5 to 2afde24 (#162)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `79867a5` to `2afde24`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/79867a5ecdb7132a63b54e880edf8b7cd40d951d...2afde2458e3c4619e6aebdb6b127f2584f290a0a)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 19:08:44 +00:00
dependabot[bot] c300df6974 Bump vendor/bdwgc from b75f1aa to 79867a5 (#161)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `b75f1aa` to `79867a5`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/b75f1aa68cbcf6a46dc38203b267faab44a24061...79867a5ecdb7132a63b54e880edf8b7cd40d951d)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-17 19:12:08 +00:00
dependabot[bot] 9549acea33 Bump vendor/bdwgc from 1e6c80b to b75f1aa (#160)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `1e6c80b` to `b75f1aa`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/1e6c80be32fd95f3c2015db0e76a6bae99d5ba0c...b75f1aa68cbcf6a46dc38203b267faab44a24061)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-14 19:06:49 +00:00
dependabot[bot] 04391173e3 Bump vendor/bdwgc from 4e020ef to 1e6c80b (#159)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `4e020ef` to `1e6c80b`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/4e020ef3c5367ddb79617d7c22504e5f3a130392...1e6c80be32fd95f3c2015db0e76a6bae99d5ba0c)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-09 19:09:58 +00:00
dependabot[bot] 2032bf3bf4 Bump vendor/bdwgc from 0c44b46 to 4e020ef (#158)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `0c44b46` to `4e020ef`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/0c44b469646fb07cf82a62deed6a7ee693112c8f...4e020ef3c5367ddb79617d7c22504e5f3a130392)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-08 19:09:27 +00:00
dependabot[bot] 9fdc854347 Bump vendor/bdwgc from 020b05d to 0c44b46 (#157)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `020b05d` to `0c44b46`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/020b05d7d567926a023dc428cde7b6add246cd65...0c44b469646fb07cf82a62deed6a7ee693112c8f)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-02 19:10:52 +00:00
dependabot[bot] 7ac502b1ae Bump vendor/bdwgc from b8cb5a6 to 020b05d (#156)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `b8cb5a6` to `020b05d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/b8cb5a63e65e17c5adb9f4fcccd615200662ced8...020b05d7d567926a023dc428cde7b6add246cd65)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 19:10:34 +00:00
dependabot[bot] a28e4dbbcd Bump vendor/bdwgc from bb81ed2 to b8cb5a6 (#155)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `bb81ed2` to `b8cb5a6`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/bb81ed20231fbffbfede6d7f69f8d5808cddaa3a...b8cb5a63e65e17c5adb9f4fcccd615200662ced8)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 19:09:39 +00:00
dependabot[bot] 63d325a3b9 Bump vendor/bdwgc from faa3baf to bb81ed2 (#154)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `faa3baf` to `bb81ed2`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/faa3bafd2da2d814b6ee1e99e38c44f3a54eed10...bb81ed20231fbffbfede6d7f69f8d5808cddaa3a)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 19:11:54 +00:00
dependabot[bot] a7572d66a1 Bump vendor/bdwgc from 107cfe0 to faa3baf (#153)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `107cfe0` to `faa3baf`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/107cfe08b40d08226160f4e4eaef0a500586873c...faa3bafd2da2d814b6ee1e99e38c44f3a54eed10)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 19:10:41 +00:00
dependabot[bot] d3501c999a Bump vendor/bdwgc from b1b932b to 107cfe0 (#152)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `b1b932b` to `107cfe0`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/b1b932b8773c9ece2eeffeec539aee838722de52...107cfe08b40d08226160f4e4eaef0a500586873c)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-20 19:09:57 +00:00
dependabot[bot] 780b6568b8 Bump vendor/libatomic_ops from b65f958 to 69e1880 (#151)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `b65f958` to `69e1880`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/b65f9586d268bc3dc2f18a049de8ad42ed47816c...69e188067616d258cdafa5a8a4ac6f03945090a8)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-20 19:09:18 +00:00
dependabot[bot] 5767ea3a6e Bump vendor/bdwgc from 247e735 to b1b932b (#150)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `247e735` to `b1b932b`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/247e7354f3361e5cfe9ea9dd420fbdeac801efaa...b1b932b8773c9ece2eeffeec539aee838722de52)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-12 19:10:02 +00:00
dependabot[bot] 6870887d32 Bump vendor/bdwgc from f8e6e7d to 247e735 (#149)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `f8e6e7d` to `247e735`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/f8e6e7d8fb2fdadb58fc33b6035053abb0e8957c...247e7354f3361e5cfe9ea9dd420fbdeac801efaa)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-09 19:09:42 +00:00
dependabot[bot] 9038df9c13 Bump vendor/bdwgc from 000f457 to f8e6e7d (#148)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `000f457` to `f8e6e7d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/000f4575cec2b8614fe254bc8e3dd2bbc1e7c6a9...f8e6e7d8fb2fdadb58fc33b6035053abb0e8957c)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 19:09:20 +00:00
dependabot[bot] d1d385c8f1 Bump vendor/bdwgc from 7c192c8 to 000f457 (#147)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `7c192c8` to `000f457`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/7c192c89e9d3fe9d25d8b1cd1f24166dab3133df...000f4575cec2b8614fe254bc8e3dd2bbc1e7c6a9)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 19:08:12 +00:00
dependabot[bot] 0055c1c288 Bump vendor/libatomic_ops from 67cf057 to b65f958 (#146)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `67cf057` to `b65f958`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/67cf0572d97c68a4f49f8bc765061f552398d435...b65f9586d268bc3dc2f18a049de8ad42ed47816c)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 19:11:04 +00:00
dependabot[bot] 728e414fbb Bump vendor/bdwgc from 7f375ea to 7c192c8 (#145)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `7f375ea` to `7c192c8`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/7f375ea87e6c2db963289b401602775f87213741...7c192c89e9d3fe9d25d8b1cd1f24166dab3133df)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 19:10:23 +00:00
dependabot[bot] 7a6be33be5 Bump vendor/bdwgc from e612e56 to 7f375ea (#144)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `e612e56` to `7f375ea`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/e612e566fe7f28c80f112f494ce9b85751c93a75...7f375ea87e6c2db963289b401602775f87213741)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-29 19:10:19 +00:00
dependabot[bot] 63522d8dc5 Bump vendor/bdwgc from 2e1b8f2 to e612e56 (#143)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `2e1b8f2` to `e612e56`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/2e1b8f20559a7296fedd4fbcb823c4c2ed885eba...e612e566fe7f28c80f112f494ce9b85751c93a75)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-26 19:10:13 +00:00
dependabot[bot] d04f2e2e13 Bump vendor/bdwgc from 70ffca1 to 2e1b8f2 (#142)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `70ffca1` to `2e1b8f2`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/70ffca11f715b7fcc251ed1cfbcfb82b50176b62...2e1b8f20559a7296fedd4fbcb823c4c2ed885eba)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 19:08:12 +00:00
dependabot[bot] feb9d6922c Bump vendor/bdwgc from 91f905d to 70ffca1 (#141)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `91f905d` to `70ffca1`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/91f905df500d1e669267279c4e1aac3d4c7fa754...70ffca11f715b7fcc251ed1cfbcfb82b50176b62)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-22 19:15:31 +00:00
dependabot[bot] 975a89d077 Bump vendor/bdwgc from c207ad8 to 91f905d (#140)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `c207ad8` to `91f905d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/c207ad8ee73bbd41940f4bd15c958a4f41047859...91f905df500d1e669267279c4e1aac3d4c7fa754)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-21 19:09:53 +00:00
dependabot[bot] 30d5d44033 Bump vendor/bdwgc from 338c832 to c207ad8 (#139)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `338c832` to `c207ad8`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/338c832ff2af44e3397b6b0f9ab97ffc6a04aa7d...c207ad8ee73bbd41940f4bd15c958a4f41047859)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-20 19:10:12 +00:00
dependabot[bot] afb2a78af8 Bump vendor/bdwgc from 09dd6a6 to 338c832 (#138)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `09dd6a6` to `338c832`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/09dd6a62b7ef8cd3d519599ad5e0c67d000fc1fe...338c832ff2af44e3397b6b0f9ab97ffc6a04aa7d)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-18 19:11:11 +00:00
dependabot[bot] 86b9b7831d Bump vendor/bdwgc from 851cf18 to 09dd6a6 (#137)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `851cf18` to `09dd6a6`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/851cf18b802ba8286bd48cb5c288075a75eba4bd...09dd6a62b7ef8cd3d519599ad5e0c67d000fc1fe)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 19:10:58 +00:00
dependabot[bot] 7566489d1b Bump vendor/bdwgc from 934e24b to 851cf18 (#136)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `934e24b` to `851cf18`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/934e24bce13897c006876343f6496bc40eddd5b8...851cf18b802ba8286bd48cb5c288075a75eba4bd)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 19:09:37 +00:00
dependabot[bot] d334beccad Bump vendor/bdwgc from 0eb8d2f to 934e24b (#135)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `0eb8d2f` to `934e24b`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/0eb8d2f95c7a683338b9e3c2b55c84aa5edb4bf7...934e24bce13897c006876343f6496bc40eddd5b8)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-01 19:08:28 +00:00
dependabot[bot] 41ff14a6b6 Bump vendor/bdwgc from 1aebf1e to 0eb8d2f (#134)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `1aebf1e` to `0eb8d2f`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/1aebf1e327195a4ab7d39c1d6105f70204b92dbe...0eb8d2f95c7a683338b9e3c2b55c84aa5edb4bf7)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-31 19:17:30 +00:00
dependabot[bot] f2244203ab Bump vendor/bdwgc from eddbd92 to 1aebf1e (#133)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `eddbd92` to `1aebf1e`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/eddbd924a208aa4f25717b736cf01aac3c600450...1aebf1e327195a4ab7d39c1d6105f70204b92dbe)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-29 19:09:08 +00:00
dependabot[bot] f49c325a0e Bump vendor/bdwgc from 7aa23f4 to eddbd92 (#132)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `7aa23f4` to `eddbd92`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/7aa23f4e849520c229ea3c26d84afd39ebe83711...eddbd924a208aa4f25717b736cf01aac3c600450)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 19:11:01 +00:00
dependabot[bot] a5e5d16e91 Bump vendor/bdwgc from b6d44ec to 7aa23f4 (#131)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `b6d44ec` to `7aa23f4`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/b6d44ecc9d09118521f728e8fd701a6c5e50505c...7aa23f4e849520c229ea3c26d84afd39ebe83711)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-23 21:13:56 +00:00
dependabot[bot] e658ae6e65 Bump vendor/bdwgc from 07f21cb to b6d44ec (#130)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `07f21cb` to `b6d44ec`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/07f21cb35eeb58600bee377c5ce5cafc34391851...b6d44ecc9d09118521f728e8fd701a6c5e50505c)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-22 19:10:39 +00:00
dependabot[bot] 932ea550f1 Bump vendor/bdwgc from 6c63aba to 07f21cb (#129)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `6c63aba` to `07f21cb`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/6c63aba2e25ed05005e49a12e187e03063732dd1...07f21cb35eeb58600bee377c5ce5cafc34391851)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-21 19:09:11 +00:00
dependabot[bot] 0c45540bc1 Bump vendor/bdwgc from 35b40d4 to 6c63aba (#128)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `35b40d4` to `6c63aba`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/35b40d4faf869bc14dc4fd0e3df220a6604839a6...6c63aba2e25ed05005e49a12e187e03063732dd1)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-17 19:09:01 +00:00
dependabot[bot] c2f0a63dea Bump vendor/bdwgc from b1bcc63 to 35b40d4 (#127)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `b1bcc63` to `35b40d4`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/b1bcc63ba060e737ddde49456445997635af8939...35b40d4faf869bc14dc4fd0e3df220a6604839a6)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-16 19:18:38 +00:00
dependabot[bot] b50df6ee81 Bump vendor/bdwgc from c9b3ca8 to b1bcc63 (#126)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `c9b3ca8` to `b1bcc63`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/c9b3ca8fab74673b8cf5d89cf6d2b5a4375c0732...b1bcc63ba060e737ddde49456445997635af8939)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 19:09:21 +00:00
dependabot[bot] ecb9ec21b4 Bump vendor/bdwgc from a6e21c5 to c9b3ca8 (#125)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `a6e21c5` to `c9b3ca8`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/a6e21c52d378a6ce617660bb9383069e8b9dd8a7...c9b3ca8fab74673b8cf5d89cf6d2b5a4375c0732)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-11 19:08:10 +00:00
dependabot[bot] 46434df4c6 Bump vendor/bdwgc from 53997ad to a6e21c5 (#124)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `53997ad` to `a6e21c5`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/53997addf27a6f983ba55cf4c370d7685f8ad198...a6e21c52d378a6ce617660bb9383069e8b9dd8a7)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-07 19:09:59 +00:00
dependabot[bot] 405a653b3b Bump vendor/bdwgc from e700c78 to 53997ad (#123)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `e700c78` to `53997ad`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/e700c781a5783cb232e4b47b1ae94a53a6c77378...53997addf27a6f983ba55cf4c370d7685f8ad198)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03 19:09:30 +00:00
dependabot[bot] aa01847d29 Bump vendor/bdwgc from cfb325f to e700c78 (#122)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `cfb325f` to `e700c78`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/cfb325ff353464572cd444b41c673ae79a35288e...e700c781a5783cb232e4b47b1ae94a53a6c77378)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-28 19:13:47 +00:00
dependabot[bot] 567fa8f4fb Bump vendor/bdwgc from b82d4a1 to cfb325f (#121)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `b82d4a1` to `cfb325f`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/b82d4a16b60c38584cf238cbaf7f98549865d8cb...cfb325ff353464572cd444b41c673ae79a35288e)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-24 19:10:51 +00:00
dependabot[bot] d9eb9be29e Bump vendor/bdwgc from 3e38b4d to b82d4a1 (#120)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `3e38b4d` to `b82d4a1`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/3e38b4db24a8d2edfff51bdb839277c5f9fe1766...b82d4a16b60c38584cf238cbaf7f98549865d8cb)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-23 19:18:53 +00:00
dependabot[bot] ec4f4f5293 Bump vendor/libatomic_ops from 0a251d1 to 67cf057 (#119)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `0a251d1` to `67cf057`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/0a251d1acf5c2c23651e8fa312244780a150271b...67cf0572d97c68a4f49f8bc765061f552398d435)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-21 19:09:38 +00:00
dependabot[bot] 3b942fbe31 Bump vendor/libatomic_ops from 6be0bc8 to 0a251d1 (#118)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `6be0bc8` to `0a251d1`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/6be0bc83c20389e56c679e1f20927ee9d6da420d...0a251d1acf5c2c23651e8fa312244780a150271b)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 19:11:09 +00:00
dependabot[bot] 9671258c6f Bump vendor/bdwgc from 6b1cfe2 to 3e38b4d (#117)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `6b1cfe2` to `3e38b4d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/6b1cfe21bdf745f5489117fd04eef6492f14f552...3e38b4db24a8d2edfff51bdb839277c5f9fe1766)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-17 19:08:52 +00:00
dependabot[bot] 1858284827 Bump vendor/libatomic_ops from 55cbc11 to 6be0bc8 (#116)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `55cbc11` to `6be0bc8`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/55cbc11815e14590fe7c5113c7bd832ad6146478...6be0bc83c20389e56c679e1f20927ee9d6da420d)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-16 19:11:25 +00:00
dependabot[bot] d24bb63df5 Bump vendor/libatomic_ops from bdea347 to 55cbc11 (#115)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `bdea347` to `55cbc11`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/bdea34747d0a49899e034bcbede36afce464a6ab...55cbc11815e14590fe7c5113c7bd832ad6146478)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 19:10:00 +00:00
dependabot[bot] 6fce34986c Bump vendor/libatomic_ops from c7a0b9f to bdea347 (#114)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `c7a0b9f` to `bdea347`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/c7a0b9f5896b6ff67a1f09f273cc0e0c6a0d09e9...bdea34747d0a49899e034bcbede36afce464a6ab)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 19:10:09 +00:00
dependabot[bot] a5efee5781 Bump vendor/libatomic_ops from 9148627 to c7a0b9f (#113)
Bumps [vendor/libatomic_ops](https://github.com/ivmai/libatomic_ops) from `9148627` to `c7a0b9f`.
- [Release notes](https://github.com/ivmai/libatomic_ops/releases)
- [Commits](https://github.com/ivmai/libatomic_ops/compare/914862752503cac5c3e7e5be8a8af2f5b97153a8...c7a0b9f5896b6ff67a1f09f273cc0e0c6a0d09e9)

---
updated-dependencies:
- dependency-name: vendor/libatomic_ops
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-09 19:09:04 +00:00
dependabot[bot] 30b59b0b5b Bump vendor/bdwgc from 304d734 to 6b1cfe2 (#112)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `304d734` to `6b1cfe2`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/304d734b6e076f1153362789ae5d1caa7c8c8ed5...6b1cfe21bdf745f5489117fd04eef6492f14f552)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-08 19:08:54 +00:00
dependabot[bot] 22f4ae8d86 Bump vendor/bdwgc from 73b67ba to 304d734 (#111)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `73b67ba` to `304d734`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/73b67bab7ecc943abd2e3253a26127212442833a...304d734b6e076f1153362789ae5d1caa7c8c8ed5)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-07 19:11:28 +00:00
dependabot[bot] 6b2f6ada1b Bump vendor/bdwgc from 6c8923e to 73b67ba (#110)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `6c8923e` to `73b67ba`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/6c8923eef141c0de98d369af5ab270caa7d51b67...73b67bab7ecc943abd2e3253a26127212442833a)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-04 19:09:53 +00:00
dependabot[bot] fb083adfff Bump vendor/bdwgc from cbef64d to 6c8923e (#109)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `cbef64d` to `6c8923e`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/cbef64d771cf2419a677259dd7367ed2d1035a98...6c8923eef141c0de98d369af5ab270caa7d51b67)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-02 19:08:32 +00:00
dependabot[bot] 154c6ac63f Bump vendor/bdwgc from c66af36 to cbef64d (#108)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `c66af36` to `cbef64d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/c66af36a28a5b50cb4f1c7fb54902c71c93122e5...cbef64d771cf2419a677259dd7367ed2d1035a98)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 19:08:24 +00:00
dependabot[bot] d5dbcb47ce Bump vendor/bdwgc from c91eaf6 to c66af36 (#107)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `c91eaf6` to `c66af36`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/c91eaf6edcf8134d63c371b69411af39b91981e1...c66af36a28a5b50cb4f1c7fb54902c71c93122e5)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-28 19:08:12 +00:00
dependabot[bot] 0499576079 Bump vendor/bdwgc from 9027a0b to c91eaf6 (#106)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `9027a0b` to `c91eaf6`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/9027a0b429ad3f2f3f0eb77210f22c4a1d21ee4a...c91eaf6edcf8134d63c371b69411af39b91981e1)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-21 19:13:20 +00:00
dependabot[bot] 2e0027b936 Bump vendor/bdwgc from 46cca81 to 9027a0b (#105)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `46cca81` to `9027a0b`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/46cca81da54c8e6d61e5e464b581d0595f9f4917...9027a0b429ad3f2f3f0eb77210f22c4a1d21ee4a)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-20 20:00:55 +00:00
dependabot[bot] 9de296f269 Bump vendor/bdwgc from 703232d to 46cca81 (#104)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `703232d` to `46cca81`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/703232dd4131d247a43a0b0506ffc5ab5669a191...46cca81da54c8e6d61e5e464b581d0595f9f4917)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-18 19:09:09 +00:00
dependabot[bot] 7db7bea9d1 Bump vendor/bdwgc from 2cc754b to 703232d (#103)
Bumps [vendor/bdwgc](https://github.com/ivmai/bdwgc) from `2cc754b` to `703232d`.
- [Release notes](https://github.com/ivmai/bdwgc/releases)
- [Commits](https://github.com/ivmai/bdwgc/compare/2cc754be36bd2560a3e6f468f5039cf00e4230d1...703232dd4131d247a43a0b0506ffc5ab5669a191)

---
updated-dependencies:
- dependency-name: vendor/bdwgc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-17 19:10:07 +00:00
11 changed files with 131 additions and 32 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"words": [
"dealloc",
"finalizer",
"gcollect",
"libc",
"realloc",
"repr",
"stackbottom"
]
}
+4
View File
@@ -1,5 +1,9 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: cargo
directory: /
schedule:
+5 -1
View File
@@ -3,5 +3,9 @@ pull_request_rules:
conditions:
- author=dependabot[bot]
actions:
merge:
queue:
name: default
method: squash
queue_rules:
- name: default
conditions: []
+34
View File
@@ -0,0 +1,34 @@
name: lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -- -D warnings
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo fmt -- --check
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@main
with:
files: "**/*.{md,rs}"
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: lycheeverse/lychee-action@v1
with:
fail: true
+29 -18
View File
@@ -1,30 +1,41 @@
name: test
on:
- push
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: Swatinem/rust-cache@v2
- run: cargo build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions-rs/toolchain@v1
- uses: actions-rs/cargo@v1
- uses: Swatinem/rust-cache@v2
- run: cargo test
examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
command: build
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
- uses: actions-rs/cargo@v1
with:
command: clippy
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: true
- uses: Swatinem/rust-cache@v2
- run: |
cd examples
./test.sh
- run: |
git clean -dfx
cargo build --no-default-features --features cmake
cmake:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: Swatinem/rust-cache@v2
- run: cargo build --no-default-features --features cmake
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "bdwgc-alloc"
description = "impl GlobalAlloc for bdwgc"
version = "0.6.1"
version = "0.6.5"
authors = [
"swgillespie <sean.william.g@gmail.com>",
"Yota Toyama <raviqqe@gmail.com>",
+1 -1
View File
@@ -1,6 +1,6 @@
# bdwgc-alloc
[![GitHub Action](https://img.shields.io/github/workflow/status/raviqqe/bdwgc-alloc/test?style=flat-square)](https://github.com/raviqqe/bdwgc-alloc/actions)
[![GitHub Action](https://img.shields.io/github/actions/workflow/status/raviqqe/bdwgc-alloc/test.yaml?branch=main&style=flat-square)](https://github.com/raviqqe/bdwgc-alloc/actions)
[![Crate](https://img.shields.io/crates/v/bdwgc-alloc.svg?style=flat-square)](https://crates.io/crates/bdwgc-alloc)
[![License](https://img.shields.io/github/license/raviqqe/bdwgc-alloc.svg?style=flat-square)](LICENSE)
+8 -3
View File
@@ -1,3 +1,8 @@
use std::{
error,
fmt::{self, Display, Formatter},
};
#[derive(Debug)]
pub struct Error {
description: &'static str,
@@ -9,13 +14,13 @@ impl Error {
}
}
impl std::fmt::Display for Error {
fn fmt(&self, formatter: &mut std::fmt::Formatter) -> std::fmt::Result {
impl Display for Error {
fn fmt(&self, formatter: &mut Formatter) -> fmt::Result {
write!(formatter, "{}", self.description)
}
}
impl std::error::Error for Error {
impl error::Error for Error {
fn description(&self) -> &str {
self.description
}
+36 -6
View File
@@ -1,9 +1,12 @@
extern crate libc;
#![doc = include_str!("../README.md")]
extern crate alloc;
mod error;
use alloc::alloc::{GlobalAlloc, Layout};
use core::ptr::null;
use libc::{c_int, c_void, size_t};
use std::alloc::{GlobalAlloc, Layout};
const GC_SUCCESS: c_int = 0;
@@ -26,6 +29,14 @@ extern "C" {
fn GC_register_my_thread(stack_base: *const GcStackBase) -> c_int;
fn GC_set_stackbottom(thread: *const c_void, stack_bottom: *const GcStackBase);
fn GC_unregister_my_thread();
fn GC_gcollect();
fn GC_register_finalizer(
ptr: *const c_void,
finalizer: extern "C" fn(*mut c_void, *mut c_void),
client_data: *const c_void,
opt_old_finalizer: *const c_void,
opt_old_client_data: *const c_void,
) -> *mut c_void;
}
pub struct Allocator;
@@ -45,9 +56,7 @@ impl Allocator {
}
pub unsafe fn register_current_thread() -> Result<(), error::Error> {
let mut base = GcStackBase {
mem_base: std::ptr::null(),
};
let mut base = GcStackBase { mem_base: null() };
if GC_get_stack_base(&mut base) != GC_SUCCESS {
return Err(error::Error::new("failed to get stack base"));
@@ -60,7 +69,7 @@ impl Allocator {
pub unsafe fn set_stack_bottom(bottom: *const u8) {
GC_set_stackbottom(
std::ptr::null(),
null(),
&GcStackBase {
mem_base: bottom as *const libc::c_void,
},
@@ -70,6 +79,27 @@ impl Allocator {
pub unsafe fn unregister_current_thread() {
GC_unregister_my_thread()
}
pub fn force_collect() {
unsafe { GC_gcollect() }
}
pub unsafe fn register_finalizer<F: FnOnce(*mut c_void) + 'static>(
ptr: *const c_void,
finalizer: F,
) {
extern "C" fn finalize<F: FnOnce(*mut c_void)>(ptr: *mut c_void, data: *mut c_void) {
(unsafe { Box::from_raw(data as *mut F) })(ptr)
}
GC_register_finalizer(
ptr,
finalize::<F>,
Box::into_raw(Box::new(finalizer)) as *const _,
null(),
null(),
);
}
}
unsafe impl GlobalAlloc for Allocator {
+1 -1