From e0bc91706db3346aa2050a22b49e86e95e1ba2df Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 21 May 2025 16:16:28 +0000 Subject: [PATCH] chore(deps): update rust crate built to 0.8 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | crate | built | 0.7.6 | 0.8.0 | --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e5488a..7320fd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,9 +231,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 = [ "chrono", "git2", diff --git a/Cargo.toml b/Cargo.toml index 3001c38..5bdb824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ sysinfo = { version = "0.33", features = ["serde"] } tracing = "0.1" [build-dependencies] -built = { version = "0.7", features = ["chrono", "git2"] } +built = { version = "0.8", features = ["chrono", "git2"] }