Update goblin requirement from 0.8.2 to 0.9.2 (#2655)

Updates the requirements on [goblin](https://github.com/m4b/goblin) to permit the latest version.
- [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/m4b/goblin/commits)

---
updated-dependencies:
- dependency-name: goblin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-11-04 16:23:27 +01:00 committed by GitHub
parent 49ea0b03a6
commit d7ce89d78d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,7 +110,7 @@ hashbrown = { workspace = true, default-features = true, features = [
num-traits = { workspace = true, default-features = true }
num-derive = "0.4.2"
num_enum = { workspace = true, default-features = true }
goblin = "0.8.2"
goblin = "0.9.2"
libc = { workspace = true }
strum = "0.26.3"
strum_macros = "0.26.4"