From cb0517a8289ebb439849eafcc1ec4f54578a18c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:36:42 +0000 Subject: [PATCH] Bump built from 0.8.0 to 0.8.1 Bumps [built](https://github.com/lukaslueg/built) from 0.8.0 to 0.8.1. - [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md) - [Commits](https://github.com/lukaslueg/built/compare/0.8.0...0.8.1) --- updated-dependencies: - dependency-name: built dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++------- Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 697e3b0..de8087d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -179,9 +179,9 @@ dependencies = [ [[package]] name = "built" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64" +checksum = "5c0e531d93d39c34eef561e929e8a7f86d77a5af08aac4f6d6e39976c51858e9" dependencies = [ "chrono", "git2", @@ -513,15 +513,14 @@ dependencies = [ [[package]] name = "git2" -version = "0.20.4" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b" +checksum = "ddddbf932745a6be37109b6112d3ee09696106f848449069d3a57bba937ab82e" dependencies = [ "bitflags", "libc", "libgit2-sys", "log", - "url", ] [[package]] @@ -914,9 +913,9 @@ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" [[package]] name = "libgit2-sys" -version = "0.18.3+1.9.2" +version = "0.18.4+1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487" +checksum = "9b26f66f35e1871b22efcf7191564123d2a446ca0538cde63c23adfefa9b15b7" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 4d6633f..56664cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,8 @@ tokio = { version = "1.52.1", features = ["full"] } serde = { version = "1.0.228", features = ["derive"] } http = "1.4.0" http-serde = "2.1.1" -built = { version = "0.8.0", features = ["chrono"] } +built = { version = "0.8.1", features = ["chrono"] } rootcause = "0.12.1" [build-dependencies] -built = { version = "0.8.0", features = ["chrono", "git2"] } +built = { version = "0.8.1", features = ["chrono", "git2"] }