Bump built from 0.5.2 to 0.6.0 (#334)

This commit is contained in:
dependabot[bot] 2023-02-13 16:25:12 +00:00 committed by GitHub
parent 680150559a
commit 08158e11f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -104,9 +104,9 @@ dependencies = [
[[package]] [[package]]
name = "built" name = "built"
version = "0.5.2" version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b9c056b9ed43aee5e064b683aa1ec783e19c6acec7559e3ae931b7490472fbe" checksum = "96f9cdd34d6eb553f9ea20e5bf84abb7b13c729f113fc1d8e49dc00ad9fa8738"
dependencies = [ dependencies = [
"cargo-lock", "cargo-lock",
"git2", "git2",
@ -595,9 +595,9 @@ dependencies = [
[[package]] [[package]]
name = "git2" name = "git2"
version = "0.15.0" version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1" checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"libc", "libc",

View File

@ -22,7 +22,7 @@ serde_yaml = "0.9"
clap = { version = "4.1.4", features = ["derive"] } clap = { version = "4.1.4", features = ["derive"] }
[build-dependencies] [build-dependencies]
built = { version = "0.5", features = ["git2"] } built = { version = "0.6", features = ["git2"] }
project-root = "0.2" project-root = "0.2"
[dev-dependencies] [dev-dependencies]