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
  • Loading branch information
matusf committed Dec 30, 2024
1 parent 1659b0b commit ce56001
Show file tree
Hide file tree
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
Expand Up @@ -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"
Expand Down

0 comments on commit ce56001

Please sign in to comment.