-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Clap 4.0 and update other dependencies
- Loading branch information
1 parent
4e7e9b2
commit f3a9605
Showing
2 changed files
with
133 additions
and
62 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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" |