Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
enuesaa committed Sep 8, 2023
1 parent cd3700e commit 8fa8456
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 124 deletions.
156 changes: 35 additions & 121 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "jsonwith"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
license = "MIT"

[dependencies]
clap = { version = "4.3.21", features = ["derive"] }
clap = { version = "4.4.2", features = ["derive"] }

[lib]
name = "jsonwith"
Expand Down
1 change: 0 additions & 1 deletion designdoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ cat <filename> | jsonwith yaml2json
```

### convert json to hcl
Planning implemention on version 2.
```bash
cat <filename> | jsonwith json2hcl
```

0 comments on commit 8fa8456

Please sign in to comment.