Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 27 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions git-cliff-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ serde_json = "1.0.145"
bincode = "2.0.1"
serde_regex = "1.1.0"
tera = "1.20.1"
indexmap = { version = "2.13.0", features = ["serde"] }
indexmap = { version = "2.14.0", features = ["serde"] }
toml = "0.9.8"
next_version = "0.3.2"
semver = "1.0.27"
document-features = { version = "0.2.12", optional = true }
reqwest = { workspace = true, optional = true }
http-cache-reqwest = { version = "0.15.0", optional = true }
reqwest-middleware = { version = "0.4.0", optional = true }
tokio = { version = "1.49.0", features = [
tokio = { version = "1.50.0", features = [
"rt-multi-thread",
"macros",
], optional = true }
Expand Down
8 changes: 4 additions & 4 deletions git-cliff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ glob.workspace = true
regex.workspace = true
secrecy.workspace = true
etcetera.workspace = true
clap = { version = "4.5.53", features = ["derive", "env", "wrap_help", "cargo"] }
clap_complete = "4.5.61"
clap = { version = "4.5.60", features = ["derive", "env", "wrap_help", "cargo"] }
clap_complete = "4.6.5"
clap_mangen = "0.2.31"
shellexpand = "3.1.0"
update-informer = { version = "1.3.0", optional = true }
Expand All @@ -63,7 +63,7 @@ pathdiff = "0.2.3"
tracing.workspace = true
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] }
tracing-indicatif.workspace = true
owo-colors = "4.2.3"
owo-colors = "4.3.0"

[dependencies.git-cliff-core]
version = "2.13.1" # managed by release.sh
Expand All @@ -72,7 +72,7 @@ path = "../git-cliff-core"

[dev-dependencies]
pretty_assertions = "1.4.1"
serial_test = { version = "3.4.0", default-features = false }
serial_test = { version = "3.5.0", default-features = false }

[lints]
workspace = true
Expand Down
Loading