Skip to content

Commit

Permalink
Bump pic8259 from 0.10.1 to 0.10.2
Browse files Browse the repository at this point in the history
Bumps [pic8259](https://github.com/rust-osdev/pic8259) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/rust-osdev/pic8259/releases)
- [Changelog](https://github.com/rust-osdev/pic8259/blob/main/Changelog.md)
- [Commits](rust-osdev/pic8259@v0.10.1...v0.10.2)

---
updated-dependencies:
- dependency-name: pic8259
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2021
1 parent b8ee316 commit cf8dd72
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 @@ -30,7 +30,7 @@ linked_list_allocator = "0.9.0"
littlewing = { version = "0.7.0", default-features = false }
pbkdf2 = { version = "0.8.0", default-features = false }
pc-keyboard = "0.5.1"
pic8259 = "0.10.0"
pic8259 = "0.10.2"
rand = { version = "0.8.4", default-features = false }
rand_chacha = { version = "0.3.0", default-features = false }
rand_core = { version = "0.6.3", default-features = false }
Expand Down

0 comments on commit cf8dd72

Please sign in to comment.