Skip to content

Commit

Permalink
Bump clap from 3.2.16 to 3.2.19 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 31, 2022
1 parent 955b4b6 commit 1e3619d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 ssstar-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ name = "ssstar"

[dependencies]
ssstar = {version = "0.1.4-dev", path = "../ssstar", features = ["clap"] }
clap = {version = "3.2.16", features = ["derive"]}
clap = {version = "3.2.19", features = ["derive"]}
url = "2.2.2"
byte-unit = "4.0.14"
tracing-subscriber = { version = "0.3.15", features = ["env-filter", "fmt", "local-time"] }
Expand Down
2 changes: 1 addition & 1 deletion ssstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ aws-types = { version = "0.47.0", features = ["hardcoded-credentials"] }
byte-unit = { version = "4" }
bytes = "1.2.1"
chrono = "0.4.22"
clap = {version = "3.2.16", features = ["derive"], optional = true}
clap = {version = "3.2.19", features = ["derive"], optional = true}
dyn-clone = "1.0.9"
futures = "0.3.24"
glob = "0.3.0"
Expand Down

0 comments on commit 1e3619d

Please sign in to comment.