From ded2a35a18ff9ceec68898846ef476086b41462c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 09:00:40 +0000 Subject: [PATCH] Bump built from 0.7.6 to 0.7.7 Bumps [built](https://github.com/lukaslueg/built) from 0.7.6 to 0.7.7. - [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md) - [Commits](https://github.com/lukaslueg/built/compare/0.7.6...0.7.7) --- updated-dependencies: - dependency-name: built dependency-type: direct:production update-type: version-update:semver-patch ... 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 2f35831..b198708 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,9 +235,9 @@ dependencies = [ [[package]] name = "built" -version = "0.7.6" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73848a43c5d63a1251d17adf6c2bf78aa94830e60a335a95eeea45d6ba9e1e4d" +checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" dependencies = [ "git2", ] diff --git a/Cargo.toml b/Cargo.toml index aaf9389..89a4ddf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } url = "2.5" [build-dependencies] -built = { version = "0.7", default-features = false, features = ["git2"] } +built = { version = "0.8", default-features = false, features = ["git2"] } [profile.release] strip = true