build(deps): bump gc-arena from `081b688` to `24d8aea`

Bumps [gc-arena](https://github.com/ruffle-rs/gc-arena) from `081b688` to `24d8aea`.
- [Release notes](https://github.com/ruffle-rs/gc-arena/releases)
- [Commits](081b6883a5...24d8aea5f0)

---
updated-dependencies:
- dependency-name: gc-arena
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-14 20:02:23 +00:00 committed by relrelb
parent 1cb2678013
commit 99a4172e2b
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -1633,7 +1633,7 @@ dependencies = [
[[package]]
name = "gc-arena"
version = "0.2.2"
source = "git+https://github.com/ruffle-rs/gc-arena#081b6883a522b38030b13744c80c84efbfcbae1f"
source = "git+https://github.com/ruffle-rs/gc-arena#24d8aea5f0fd968756d6e3c1dac4c6c2ccb7280a"
dependencies = [
"gc-arena-derive",
]
@ -1641,7 +1641,7 @@ dependencies = [
[[package]]
name = "gc-arena-derive"
version = "0.2.2"
source = "git+https://github.com/ruffle-rs/gc-arena#081b6883a522b38030b13744c80c84efbfcbae1f"
source = "git+https://github.com/ruffle-rs/gc-arena#24d8aea5f0fd968756d6e3c1dac4c6c2ccb7280a"
dependencies = [
"proc-macro2",
"quote",