Skip to content

Commit

Permalink
fix(deps): update rust crate clap to 4.4.8 (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tonye Jack <[email protected]>
  • Loading branch information
renovate[bot] and jackton1 authored Nov 11, 2023
1 parent 40d27f1 commit f51e936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ categories = ["command-line-utilities"]
[dependencies]
regex = "1.10.2"
serde_json = "1.0.108"
clap = { version = "4.4.7", features = ["derive"] }
clap = { version = "4.4.8", features = ["derive"] }
unescaper = "0.1.2"
csv = "1.3.0"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

//! # json2file provides a convenient way to write JSON data to file(s).
//!
//! It includes a [writer](crate::writer) module that takes input JSON data and a set of arguments specifying the output file(s) to write to, and writes the data to the specified file(s) in the specified format.
//! It includes a [crate::writer] module that takes input JSON data and a set of arguments specifying the output file(s) to write to, and writes the data to the specified file(s) in the specified format.
//!
//! This library is designed to be easy to use and flexible, with support for writing JSON data to multiple files in different formats, including JSON, and plain text.
Expand Down

0 comments on commit f51e936

Please sign in to comment.