Skip to content

Commit

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

build(deps): bump clap from 4.4.10 to 4.4.11
  • Loading branch information
0xJepsen authored Dec 4, 2023
2 parents fd654f0 + eb5a7f8 commit 74b455a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -37,7 +37,7 @@ tokio = { version = "1.34.0", features = ["macros", "full"] }
arbiter-core = { version = "0.9.0", path = "arbiter-core" }

# Command line and config
clap = { version = "=4.4.10", features = ["derive"] }
clap = { version = "=4.4.11", features = ["derive"] }
serde.workspace = true
serde_json.workspace = true
config = { version = "=0.13.4" }
Expand Down

0 comments on commit 74b455a

Please sign in to comment.