From 092281b2ecff53861106721ebf4ceb209826043b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:52:49 +0000 Subject: [PATCH] build(deps): update x86_64 requirement from ^0.14.11 to ^0.15.4 Updates the requirements on [x86_64](https://github.com/rust-osdev/x86_64) to permit the latest version. - [Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md) - [Commits](https://github.com/rust-osdev/x86_64/compare/v0.14.11...v0.15.4) --- updated-dependencies: - dependency-name: x86_64 dependency-version: 0.15.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77b9e92..0053d04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ default = [] rcrypto = ["rand", "rsa", "sha2", "num-integer", "num-traits", "const-oid", "der", "x509",] [dependencies] -x86_64 = { version = "^0.14.11", default-features = false } +x86_64 = { version = "^0.15.4", default-features = false } openssl = { version = "^0.10.59", optional = true } bitflags = "^2.4.1"