From 95931de499d19927e43c277bb36d2d9e506e3dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:41:17 +0000 Subject: [PATCH] build(deps): bump app_units from 0.7.4 to 0.7.5 (#31252) Bumps [app_units](https://github.com/servo/app_units) from 0.7.4 to 0.7.5. - [Release notes](https://github.com/servo/app_units/releases) - [Commits](https://github.com/servo/app_units/compare/v0.7.4...v0.7.5) --- 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 4593cee3ea5..1da305da5c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,9 +161,9 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" [[package]] name = "app_units" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cbe8c4b9bab416bd47708122e73fd3e4068be171b3c39819c249452276b6f39" +checksum = "08048ef9fa8600604791786712c3a9bad1038415b91845761ff1b3305b1ed187" dependencies = [ "num-traits", "serde",