Skip to content

Commit

Permalink
Bump uart_16550 from 0.2.16 to 0.2.17
Browse files Browse the repository at this point in the history
Bumps [uart_16550](https://github.com/rust-osdev/uart_16550) from 0.2.16 to 0.2.17.
- [Release notes](https://github.com/rust-osdev/uart_16550/releases)
- [Changelog](https://github.com/rust-osdev/uart_16550/blob/master/Changelog.md)
- [Commits](rust-osdev/uart_16550@v0.2.16...v0.2.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 5, 2022
1 parent 4a8d5ed commit c83a294
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 @@ -41,7 +41,7 @@ sha2 = { version = "0.10.2", default-features = false, features = ["force-soft"]
smoltcp = { version = "0.7.5", default-features = false, features = ["alloc", "ethernet", "socket-tcp", "socket-udp", "proto-ipv4", "proto-dhcpv4"] }
spin = "0.9.2"
time = { version = "0.2.27", default-features = false }
uart_16550 = "0.2.16"
uart_16550 = "0.2.17"
vte = "0.10.1"
x86_64 = "0.14.9"

Expand Down

0 comments on commit c83a294

Please sign in to comment.