Skip to content

Commit dc0cdfb

Browse files
authored
Merge pull request #37 from ynqa/v0.2.2/main
v0.2.2
2 parents a42bf86 + c0a7492 commit dc0cdfb

File tree

8 files changed

+529
-425
lines changed

8 files changed

+529
-425
lines changed

Cargo.lock

+67-61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jnv"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["ynqa <[email protected]>"]
55
edition = "2021"
66
description = "JSON navigator and interactive filter leveraging jq"
@@ -9,11 +9,11 @@ license = "MIT"
99
readme = "README.md"
1010

1111
[dependencies]
12-
anyhow = "1.0.80"
12+
anyhow = "1.0.82"
1313
clap = { version = "4.5.4", features = ["derive"] }
1414
gag = "1.0.0"
1515
j9 = "0.1.3"
16-
promkit = "0.3.3"
16+
promkit = "0.4.0"
1717
radix_trie = "0.2.1"
1818

1919
# The profile that 'cargo dist' will build with

0 commit comments

Comments
 (0)