From 572ba02119e28c47de3095690acd4ad7052c6c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:51:26 +0000 Subject: [PATCH] chore(deps): bump built from 0.7.1 to 0.7.3 Bumps [built](https://github.com/lukaslueg/built) from 0.7.1 to 0.7.3. - [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md) - [Commits](https://github.com/lukaslueg/built/compare/0.7.1...0.7.3) --- updated-dependencies: - dependency-name: built dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/rbuilder/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b46bf12b..5cc91029 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1493,9 +1493,9 @@ dependencies = [ [[package]] name = "built" -version = "0.7.1" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d17f4d6e4dc36d1a02fbedc2753a096848e7c1b0772f7654eab8e2c927dd53" +checksum = "c6a6c0b39c38fd754ac338b00a88066436389c0f029da5d37d1e01091d9b7c17" dependencies = [ "chrono", "git2", diff --git a/crates/rbuilder/Cargo.toml b/crates/rbuilder/Cargo.toml index 8be526ca..d444d950 100644 --- a/crates/rbuilder/Cargo.toml +++ b/crates/rbuilder/Cargo.toml @@ -102,7 +102,7 @@ mockall = "0.12.1" shellexpand = "3.1.0" [build-dependencies] -built = { version = "0.7.1", features = ["git2", "chrono"] } +built = { version = "0.7.3", features = ["git2", "chrono"] } [dev-dependencies] tempfile = "3.8"