Skip to content

Commit

Permalink
Merge pull request #229 from ava-labs/dependabot/cargo/clap-4.4.13
Browse files Browse the repository at this point in the history
build(deps): bump clap from 4.4.11 to 4.4.13
  • Loading branch information
richardpringle authored Jan 8, 2024
2 parents 8193cbe + 85e7a93 commit 5568810
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 timestampvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ avalanche-types = { version = "0.1.4", features = ["subnet", "codec_base64"] } #
base64 = { version = "0.21.5" }
bytes = "1.4.0"
chrono = "0.4.26"
clap = { version = "4.4.11", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
clap = { version = "4.4.13", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
derivative = "2.2.0"
env_logger = "0.10.1"
http-manager = { version = "0.0.14" }
Expand Down

0 comments on commit 5568810

Please sign in to comment.