Skip to content

Commit

Permalink
Update clap to 4.5.23 and anyhow to 1.0.95
Browse files Browse the repository at this point in the history
matusf committed Dec 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7eba38f commit fc93e32
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -27,8 +27,8 @@ cli = ["dep:clap", "dep:anyhow"]

[dependencies]
pyo3 = {version = "0.23.3", features = ["extension-module"], optional = true}
clap = {version = "4.5.4", features = ["derive"], optional = true}
anyhow = {version = "1.0.82", optional = true}
clap = {version = "4.5.23", features = ["derive"], optional = true}
anyhow = {version = "1.0.95", optional = true}

[dev-dependencies]
quickcheck = "1.0.3"

0 comments on commit fc93e32

Please sign in to comment.