Skip to content

Commit

Permalink
Upgrade to Clap 4.0 and update other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Oct 11, 2022
1 parent 4e7e9b2 commit f3a9605
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 62 deletions.
185 changes: 128 additions & 57 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yj"
version = "1.2.2"
version = "1.2.3"
authors = ["Bruce Adams <[email protected]>"]
categories = ["command-line-utilities"]
description = "Command line tool that converts YAML to JSON"
Expand All @@ -13,13 +13,13 @@ repository = "https://github.com/bruceadams/yj"

[dependencies]
exitfailure = "0.5.1"
serde_yaml = "0.8.26"
serde_yaml = "0.9.13"
snafu = "0.7.1"

[dependencies.serde_json]
features = ["arbitrary_precision", "preserve_order"]
version = "1.0.82"
version = "1.0.85"

[dependencies.clap]
features = ["derive", "cargo", "wrap_help"]
version = "3.2.15"
features = ["cargo", "derive", "wrap_help"]
version = "4.0.10"

0 comments on commit f3a9605

Please sign in to comment.