From 0393b676d8942848090de93ecb0e0bf95bcbd090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 21:56:59 -0700 Subject: [PATCH] Bump built from 0.7.2 to 0.7.3 (#832) Bumps [built](https://github.com/lukaslueg/built) from 0.7.2 to 0.7.3. - [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md) - [Commits](https://github.com/lukaslueg/built/compare/0.7.2...0.7.3) --- updated-dependencies: - dependency-name: built dependency-type: direct:production 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca1ddab..ba9ccc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,9 +219,9 @@ dependencies = [ [[package]] name = "built" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41bfbdb21256b87a8b5e80fab81a8eed158178e812fd7ba451907518b2742f16" +checksum = "c6a6c0b39c38fd754ac338b00a88066436389c0f029da5d37d1e01091d9b7c17" dependencies = [ "cargo-lock", "git2", diff --git a/Cargo.toml b/Cargo.toml index 1fcb177..716fd97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ progenitor-macro = { version = "0.7.0", path = "progenitor-macro" } anyhow = "1.0.86" base64 = "0.22.1" -built = { version = "0.7.2", features = ["cargo-lock", "git2"] } +built = { version = "0.7.3", features = ["cargo-lock", "git2"] } bytes = "1.6.0" chrono = { version = "0.4", features = ["serde"] } clap = { version = "4.5.7", features = ["derive"] }