Skip to content

Commit

Permalink
refactor: use custom jmespath module
Browse files Browse the repository at this point in the history
  • Loading branch information
waynevanson committed Sep 10, 2023
1 parent b6fc542 commit 18a4f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/jmespath_optic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
jmespath = "0.3.0"
jmespath = { git = "https://github.com/waynevanson/jmespath.rs.git", branch = "public-modules" }
serde_json = "1.0.106"
2 changes: 1 addition & 1 deletion packages/uischema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { version = "1.0.188", features = ["derive"] }
serde_yaml = "0.9.25"
serde_json = "1.0.105"
schemars = "0.8.13"
jmespath = "0.3.0"
jmespath = { git = "https://github.com/waynevanson/jmespath.rs.git", branch = "public-modules" }
jmespath_optic = { path = "../jmespath_optic" }

[dev-dependencies]
Expand Down

0 comments on commit 18a4f1d

Please sign in to comment.