Skip to content

Commit a6badaa

Browse files
Bump the rust group with 5 updates (#44)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49040e6 commit a6badaa

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

Cargo.lock

Lines changed: 22 additions & 22 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
@@ -19,11 +19,11 @@ name = "yq"
1919
path = "yq.rs"
2020

2121
[dependencies]
22-
anyhow = "1.0.79"
23-
clap = { version = "4.4.18", features = ["cargo", "derive"] }
24-
serde_json = "1.0.113"
25-
toml = { version = "0.8.9", features = ["display"] }
26-
serde_yaml = "0.9.31"
22+
anyhow = "1.0.80"
23+
clap = { version = "4.5.1", features = ["cargo", "derive"] }
24+
serde_json = "1.0.114"
25+
toml = { version = "0.8.10", features = ["display"] }
26+
serde_yaml = "0.9.32"
2727
tracing = "0.1.40"
2828
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2929

0 commit comments

Comments
 (0)