From c2a6b82922a0176e65b99710cc729741b09f1677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 20:44:40 +0000 Subject: [PATCH] build(deps): bump align-address from 0.1.0 to 0.3.0 Bumps [align-address](https://github.com/mkroening/align-address) from 0.1.0 to 0.3.0. - [Release notes](https://github.com/mkroening/align-address/releases) - [Commits](https://github.com/mkroening/align-address/compare/v0.1.0...v0.3.0) --- updated-dependencies: - dependency-name: align-address dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 890cc8e4..f108d943 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,6 +29,12 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d39c09fbfba977f4842e1f6bdc48b979112b64f8886993a34e051bc5f3c5c288" +[[package]] +name = "align-address" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ac6c08a67736554282858203cd9b7ff53cf55f54c34e85689962748a350cbf0" + [[package]] name = "allocator-api2" version = "0.2.18" @@ -279,7 +285,7 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa8da8546263459c84a24582eacf3b7b6d818a12f606e920bcfe5485235dac63" dependencies = [ - "align-address", + "align-address 0.1.0", "goblin", "log", "plain", @@ -291,7 +297,7 @@ name = "hermit-loader" version = "0.5.0" dependencies = [ "aarch64-cpu", - "align-address", + "align-address 0.3.0", "allocator-api2", "cfg-if", "exclusive_cell", diff --git a/Cargo.toml b/Cargo.toml index 72748a8e..56d26857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" edition = "2021" [dependencies] -align-address = "0.1" +align-address = "0.3" cfg-if = "1" hermit-entry = { version = "0.10", features = ["loader"] } log = "0.4"