Skip to content

Commit

Permalink
Merge pull request #642 from primitivefinance/dependabot/cargo/clap-4…
Browse files Browse the repository at this point in the history
….4.7

build(deps): bump clap from 4.4.6 to 4.4.7
  • Loading branch information
0xJepsen authored Oct 24, 2023
2 parents f7ee113 + edb702e commit c8a8c1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ path = "bin/main.rs"
arbiter-core = { version = "0.6.1", path = "arbiter-core" }

# Command line and config
clap = { version = "=4.4.6", features = ["derive"] }
clap = { version = "=4.4.7", features = ["derive"] }
serde = { version = "=1.0.189", features = ["derive"] }
serde_json = { version = "=1.0.107" }
config = { version = "=0.13.3" }
Expand Down

0 comments on commit c8a8c1b

Please sign in to comment.