From e93c11471eff9b305de8db29100364720aabbb95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 03:41:26 +0000 Subject: [PATCH] chore(deps): bump limine from 0.1.11 to 0.1.12 Bumps [limine](https://github.com/limine-bootloader/limine-rs) from 0.1.11 to 0.1.12. - [Changelog](https://github.com/limine-bootloader/limine-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/limine-bootloader/limine-rs/commits) --- updated-dependencies: - dependency-name: limine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- oro-boot-limine-x64/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76247ae0..dd6db78d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,9 @@ dependencies = [ [[package]] name = "limine" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f45c67c512034e8eb0064556e1db5da671b3ef50791cd6ac6376e7aefc0ef27e" +checksum = "02034f8f6b3e7bf050f310fbaf6db0018b8e54b75598d0a4c97172054752fede" [[package]] name = "lock_api" diff --git a/oro-boot-limine-x64/Cargo.toml b/oro-boot-limine-x64/Cargo.toml index f46d73b7..4683aaa3 100644 --- a/oro-boot-limine-x64/Cargo.toml +++ b/oro-boot-limine-x64/Cargo.toml @@ -19,7 +19,7 @@ bench = false 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" +limine = "0.1.12" uart_16550 = "0.2.18" elf = { version = "0.7.4", default-features = false }