Reduced the amount of dependencies from gix and version bump

master
Wynd 2024-10-12 12:09:50 +03:00
parent 8e1eaf4a03
commit 3bd86bac98
2 changed files with 88 additions and 721 deletions

799
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ cargo-features = ["codegen-backend"]
[package]
name = "git-heatmap"
version = "1.0.4"
version = "1.1.0"
edition = "2021"
authors = ["Wynd <wyndftw@proton.me>"]
description = "A simple and customizable heatmap for git repos"
@ -16,11 +16,11 @@ license = "MIT"
unsafe_code = { level = "forbid" }
[dependencies]
gix = { version = "0.64.0" }
clap = { version = "4.5.13", features = ["derive"] }
gix = { version = "0.66.0", default-features = false, features = ["mailmap"] }
clap = { version = "4.5.20", features = ["derive"] }
chrono = { version = "0.4.38" }
itertools = { version = "0.13.0" }
anyhow = { version = "1.0.86" }
anyhow = { version = "1.0.89" }
[profile.dev]
codegen-backend = "cranelift"
@ -31,4 +31,4 @@ incremental = true
opt-level = 3
strip = true
lto = true
codegen-units = 1
codegen-units = 1