From 414419480916cf45bd29f4f666d4779cb6369889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 06:06:14 +0000 Subject: [PATCH] chore(deps)(deps): bump built from 0.7.7 to 0.8.0 Bumps [built](https://github.com/lukaslueg/built) from 0.7.7 to 0.8.0. - [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md) - [Commits](https://github.com/lukaslueg/built/compare/0.7.7...0.8.0) --- updated-dependencies: - dependency-name: built dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b039d1a..28e91a2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -158,9 +158,9 @@ dependencies = [ [[package]] name = "built" -version = "0.7.7" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b" +checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" [[package]] name = "bumpalo" diff --git a/Cargo.toml b/Cargo.toml index bcbba9f6..abd20f64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ criterion = "0.5" # Note: Dogfooding via external binary, not as dependency to avoid conflicts [build-dependencies] -built = "0.7" +built = "0.8" [features] default = ["update-system", "telemetry"]