Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2024
1 parent eb0f6cf commit eb3ef8d
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 @@ -10,7 +10,7 @@ keywords = [ "dns", "ip", "resolve" ]
description = "Work out what your IP Address is"

[dependencies]
clap = { version = "4.5.13", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
clap = { version = "4.5.16", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
hickory-resolver = "0.24.1"
futures = "0.3.30"
tokio = { version = "1.39.2", features = ["full"] }
Expand Down

0 comments on commit eb3ef8d

Please sign in to comment.