From 27f0730f014f2f92f2434c51fe1837f9238518bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 05:17:16 +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 865ca715..fcc9e25d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,9 +189,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 232cec65..bdaef3cc 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"]