Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
fix(deps): update rust crate clap to 3.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and msfjarvis committed May 16, 2022
1 parent b486dca commit eeb5b75
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
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
include = ["src/main.rs", "LICENSE-*", "README.md"]

[dependencies]
clap = { version = "3.1.17", features = ["derive", "env"] }
clap = { version = "3.1.18", features = ["derive", "env"] }
color-eyre = { version = "0.6.1", default-features = false }
egg-mode = { version = "0.16.0", features = ["rustls_webpki"], default-features = false }
tokio = { version = "1.18.1", features = ["rt-multi-thread", "macros"] }

0 comments on commit eeb5b75

Please sign in to comment.