Skip to content

Commit

Permalink
chore(deps): bump uart_16550 from 0.2.18 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [uart_16550](https://github.com/rust-osdev/uart_16550) from 0.2.18 to 0.3.0.
- [Changelog](https://github.com/rust-osdev/uart_16550/blob/master/Changelog.md)
- [Commits](rust-osdev/uart_16550@v0.2.18...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 32862ad commit b208fea
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
26 changes: 23 additions & 3 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 oro-boot-limine-x64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ oro-arch-x64 = { path = "../oro-arch-x64" }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
spin = "0.9.8"
limine = "0.1.11"
uart_16550 = "0.2.18"
uart_16550 = "0.3.0"
elf = { version = "0.7.2", default-features = false }

[target.'cfg(target_arch="x86_64")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion oro-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buddy_system_allocator = { version = "0.9.0", features = ["use_spin", "spin", "c

[target.'cfg(target_arch="x86_64")'.dependencies]
x86_64 = "0.14.10"
uart_16550 = "0.2.18"
uart_16550 = "0.3.0"
oro-arch-x64 = { path = "../oro-arch-x64" }

[build-dependencies]
Expand Down

0 comments on commit b208fea

Please sign in to comment.