From cda31013d282bb6a0c1aa8416a126f6645cb6f14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:41:52 +0000 Subject: [PATCH] chore(deps): update rust crate built to 0.7.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9df642c..ab9f826 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ dependencies = [ [[package]] name = "built" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d17f4d6e4dc36d1a02fbedc2753a096848e7c1b0772f7654eab8e2c927dd53" +checksum = "41bfbdb21256b87a8b5e80fab81a8eed158178e812fd7ba451907518b2742f16" dependencies = [ "cargo-lock", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9705045..f9167db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,5 +32,5 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } rand = "0.8.5" [build-dependencies] -built = { version = "0.7.1", features = ["git2", "chrono", "dependency-tree"] } +built = { version = "0.7.2", features = ["git2", "chrono", "dependency-tree"] } lalrpop = { version = "0.20.1", default-features = false }