Skip to content

Commit 76ec21b

Browse files
authored
Merge pull request GitoxideLabs#54 from GitoxideLabs/dependabot/cargo/cargo-fb4565de19
Update dependencies, but don't update `pulldown-cmark` all the way
2 parents acc104a + 694c34f commit 76ec21b

File tree

2 files changed

+21
-35
lines changed

2 files changed

+21
-35
lines changed

Cargo.lock

Lines changed: 16 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ cache-efficiency-debug = ["gix/cache-efficiency-debug"]
2626
[dependencies]
2727
gix = { version = "0.71.0", default-features = false, features = ["max-performance", "interrupt"] }
2828
anyhow = "1.0.42"
29-
clap = { version = "4.1.0", features = ["derive", "cargo"] }
29+
clap = { version = "4.5.37", features = ["derive", "cargo"] }
3030
env_logger = { version = "0.11.6", default-features = false, features = ["humantime", "auto-color"] }
3131
cargo_metadata = "0.19.1"
3232
log = "0.4.14"
3333
toml_edit = "0.22.22"
3434
semver = "1.0.4"
3535
crates-index = { version = "3.5.0", default-features = false, features = ["git-performance", "git-https"] }
36-
cargo_toml = "0.21.0"
37-
winnow = "0.6.20"
36+
cargo_toml = "0.22.1"
37+
winnow = "0.7.6"
3838
git-conventional = "0.12.0"
39-
jiff = "0.1.8"
40-
pulldown-cmark = "0.9.0"
39+
jiff = "0.2.9"
40+
pulldown-cmark = "0.9.6"
4141
bitflags = "2"
4242

4343
[dev-dependencies]

0 commit comments

Comments
 (0)