Skip to content

Commit

Permalink
Update clap (#420)
Browse files Browse the repository at this point in the history
Fix #416
  • Loading branch information
MingweiSamuel committed Feb 28, 2023
1 parent 8695b5d commit 4be709f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion hydro_cli/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
tokio = { version = "1.16", features = [ "full" ] }
anyhow = { version = "1.0.69", features = [ "backtrace" ] }
clap = { version = "4.1.4", features = ["derive"] }
clap = { version = "4.1.8", features = ["derive"] }
cargo = "0.68.0"
pyo3 = { version = "0.18.1", features = ["auto-initialize"] }
pyo3-asyncio = { version = "0.18.0", features = ["attributes", "unstable-streams", "tokio-runtime"] }
Expand Down
2 changes: 1 addition & 1 deletion hydroflow/Cargo.toml
Expand Up @@ -72,7 +72,7 @@ tempfile = { version = "3.3.0", optional = true }

[dev-dependencies]
chrono = { version = "0.4.20", features = [ "serde" ], default-features = false }
clap = { version = "4.0.29", features = [ "derive" ] }
clap = { version = "4.1.8", features = [ "derive" ] }
colored = "2.0"
criterion = { version = "0.4", features = [ "async_tokio", "html_reports" ] }
futures = { version = "0.3" }
Expand Down

0 comments on commit 4be709f

Please sign in to comment.