Skip to content

Commit c7f2f32

Browse files
committed
chore(deps): upgrade goblin to ^0.5.0
<https://github.com/m4b/goblin/blob/master/CHANGELOG.md#050---2022-2-13>: > guard all capacity allocations with bounds checks, this is breaking > because we introduced a new error enum, which is now marked as > non_exhaustive We aren't impacted by this change.
1 parent 7006f90 commit c7f2f32

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

Cargo.lock

Lines changed: 13 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/r3_test_runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ log = { version = "0.4.8" }
3131
crc = { version = "2.0.0" }
3232

3333
[dependencies.goblin]
34-
version = "0.4.3"
34+
version = "0.5.0"
3535
default-features = false
3636
# FIXME: <https://github.com/m4b/goblin/issues/212> `elf64` isn't actually used
3737
features = ["std", "elf32", "elf64", "endian_fd"]

0 commit comments

Comments
 (0)