Skip to content

Commit f3a9605

Browse files
committed
Upgrade to Clap 4.0 and update other dependencies
1 parent 4e7e9b2 commit f3a9605

File tree

2 files changed

+133
-62
lines changed

2 files changed

+133
-62
lines changed

Cargo.lock

Lines changed: 128 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yj"
3-
version = "1.2.2"
3+
version = "1.2.3"
44
authors = ["Bruce Adams <bruce.adams@acm.org>"]
55
categories = ["command-line-utilities"]
66
description = "Command line tool that converts YAML to JSON"
@@ -13,13 +13,13 @@ repository = "https://github.com/bruceadams/yj"
1313

1414
[dependencies]
1515
exitfailure = "0.5.1"
16-
serde_yaml = "0.8.26"
16+
serde_yaml = "0.9.13"
1717
snafu = "0.7.1"
1818

1919
[dependencies.serde_json]
2020
features = ["arbitrary_precision", "preserve_order"]
21-
version = "1.0.82"
21+
version = "1.0.85"
2222

2323
[dependencies.clap]
24-
features = ["derive", "cargo", "wrap_help"]
25-
version = "3.2.15"
24+
features = ["cargo", "derive", "wrap_help"]
25+
version = "4.0.10"

0 commit comments

Comments
 (0)