Skip to content

Commit

Permalink
Bump object from 0.27.1 to 0.28.3
Browse files Browse the repository at this point in the history
Bumps [object](https://github.com/gimli-rs/object) from 0.27.1 to 0.28.3.
- [Release notes](https://github.com/gimli-rs/object/releases)
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.27.1...0.28.3)

---
updated-dependencies:
- dependency-name: object
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 5, 2022
1 parent e785942 commit be92dcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libm = "0.2.2"
linked_list_allocator = "0.9.1"
littlewing = { version = "0.7.0", default-features = false }
nom = { version = "7.1.1", default-features = false, features = ["alloc"] }
object = { version = "0.27.1", default-features = false, features = ["read"] }
object = { version = "0.28.3", default-features = false, features = ["read"] }
pbkdf2 = { version = "0.11.0", default-features = false }
pc-keyboard = "0.5.1"
pic8259 = "0.10.2"
Expand Down

0 comments on commit be92dcd

Please sign in to comment.