Skip to content

Commit

Permalink
Merge pull request #281 from primitivefinance/dependabot/cargo/clap-e…
Browse files Browse the repository at this point in the history
…q-4.4.14

build(deps): update clap requirement from =4.4.13 to =4.4.14
  • Loading branch information
0xJepsen authored Jan 9, 2024
2 parents d5ebd73 + eb89ce6 commit 30f0fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ chrono = { version = "=0.4.31", features = ["serde"] }
app = { path = "./crates/app", version = "0.1.0" }
sim = { path = "./crates/sim", version = "0.1.0" }

clap = { version = "=4.4.13", features = ["derive"] }
clap = { version = "=4.4.14", features = ["derive"] }

criterion.workspace = true
cfmm_math.workspace = true
Expand Down

0 comments on commit 30f0fac

Please sign in to comment.