From 71bbe28d23d4a1a25d36a1f785972d4be2332264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:05:31 +0000 Subject: [PATCH] build(deps): bump app_units from 0.7.3 to 0.7.4 (#31244) Bumps [app_units](https://github.com/servo/app_units) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/servo/app_units/releases) - [Commits](https://github.com/servo/app_units/compare/v0.7.3...v0.7.4) --- updated-dependencies: - dependency-name: app_units dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f6b068b56f..760f4383d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,9 +161,9 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "app_units" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34655f9657fbb59fdd430438ba907566eb2d90b7fb0410d488d8ddabcd7b2cc9" +checksum = "7cbe8c4b9bab416bd47708122e73fd3e4068be171b3c39819c249452276b6f39" dependencies = [ "num-traits", "serde",