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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-21 21:56:59 -07:00 committed by GitHub
parent 3f5d64a721
commit 0393b676d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"] }