From 44510305ffd03ff0edba8aa401afc7ed85cd95b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:57:41 +0000 Subject: [PATCH] build(deps): bump range-alloc from 0.1.3 to 0.1.4 (#35091) Bumps [range-alloc](https://github.com/gfx-rs/range-alloc) from 0.1.3 to 0.1.4. - [Commits](https://github.com/gfx-rs/range-alloc/commits) --- updated-dependencies: - dependency-name: range-alloc dependency-type: indirect 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 363783137ef18..3e594083c38d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5831,9 +5831,9 @@ dependencies = [ [[package]] name = "range-alloc" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" +checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde" [[package]] name = "raqote"