From 04cd52f7e494ab905ab9d9d03daeb3efe77ab392 Mon Sep 17 00:00:00 2001 From: Xyon Date: Fri, 2 May 2025 23:54:16 +0100 Subject: [PATCH] bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea4a76c..11ea3b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -built = { version = "0.6.0", features = ["git2", "chrono"] } +built = { version = "0.8.0", features = ["git2", "chrono"] } [dependencies] -built = { version = "0.6.0", features = ["git2", "chrono"] } +built = { version = "0.8.0", features = ["git2", "chrono"] } chrono = "0.4.26" chrono-tz = "0.8.3" clap = "4.3.4"