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"