Skip to content

Commit

Permalink
Updated clap and base64 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Jan 27, 2023
1 parent 7518009 commit ac6a3f0
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 77 deletions.
101 changes: 76 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -19,11 +19,11 @@ path = "src/bin/test_server.rs"

[dependencies]
atty = "0.2"
base64 = "0.13"
base64 = "0.21"
body_reader = { path = "./lib/body_reader" }
bytes = "1"
channel = { path = "./lib/channel" }
clap = { version = "3", features = ["cargo"] }
clap = { version = "4", features = ["cargo", "std", "help", "usage", "error-context", "wrap_help"], default-features = false }
config = { path = "./lib/config" }
csv = "1"
ctrlc = "3"
Expand Down

0 comments on commit ac6a3f0

Please sign in to comment.