Skip to content

Commit

Permalink
build(deps): bump goblin from 0.4.3 to 0.5.1 (nuta#154)
Browse files Browse the repository at this point in the history
Bumps [goblin](https://github.com/m4b/goblin) from 0.4.3 to 0.5.1.
- [Release notes](https://github.com/m4b/goblin/releases)
- [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
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 16, 2022
1 parent 9b50c6a commit bf264dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "main.rs"
[dependencies]
log = "0.4"
spin = "0.9.2"
goblin = { version = "0.4", default-features = false, features = ["elf64"] }
goblin = { version = "0.5", default-features = false, features = ["elf64"] }
smoltcp = { version = "0.7.5", default-features = false, features = ["alloc", "proto-ipv4", "socket", "socket-raw", "socket-udp", "socket-tcp", "proto-dhcpv4", "ethernet"] }
boot2dump = { version = "0" }

Expand Down

0 comments on commit bf264dc

Please sign in to comment.