From 903c3dd2a10a2085e4710c6b1180b05c3d9acc8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 21:30:51 +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] <support@github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25af45adc2..cb53ab0d5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,7 +557,7 @@ version = "0.7.0" dependencies = [ "aarch64", "ahash", - "align-address 0.1.0", + "align-address 0.3.0", "anstyle", "anyhow", "arm-gic", diff --git a/Cargo.toml b/Cargo.toml index c4eac5e24d..a895abea8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ shell = ["simple-shell"] hermit-macro = { path = "hermit-macro" } virtio-def = { path = "virtio-def" } ahash = { version = "0.8", default-features = false } -align-address = "0.1" +align-address = "0.3" bit_field = "0.10" bitflags = "2.5" cfg-if = "1"