Skip to content

Commit

Permalink
Updated app version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-cpsn committed Aug 24, 2024
1 parent df7cfeb commit 329fbca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ keywords = ["API", "Client", "TUI", "Postman", "Insomnia"]
exclude = [
".github",
"gifs",
"import_tests",
"base_collections"
"exemple_resources",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -36,6 +35,7 @@ tui-textarea = { version = "=0.6.1", features = ["ratatui"] }
throbber-widgets-tui = "=0.7.0"
ratatui-image = { version = "=1.0.5", features = ["crossterm"] }
image = "=0.25.2"

# Main functionalities
syntect = "=5.2.0"
serde = { version = "=1.0.209", features = ["derive", "rc"] }
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,14 +292,14 @@ https://github.com/NachoNievaG/atac.nvim
| [image](https://github.com/image-rs/image) | 0.25.2 | Decode images. |
| **Main functionalities** | | |
| [syntect](https://github.com/trishume/syntect) | 5.2.0 | Syntax highlighting |
| [serde](https://github.com/serde-rs/serde) ([serde_json](https://github.com/serde-rs/json), [serde-yaml](https://github.com/dtolnay/serde-yaml)) | 1.0.208 (1.0.125, 0.9.34) | Serialize & Deserialize application data into files |
| [serde](https://github.com/serde-rs/serde) ([serde_json](https://github.com/serde-rs/json), [serde-yaml](https://github.com/dtolnay/serde-yaml)) | 1.0.209 (1.0.127, 0.9.34) | Serialize & Deserialize application data into files |
| [jsonxf](https://github.com/gamache/jsonxf) | 1.1.1 | Pretty print JSON |
| [toml](https://github.com/toml-rs/toml) | 0.8.19 | Serialize & Deserialize application config files |
| [boa_engine](https://github.com/boa-dev/boa) | 0.19.0 | Create Javascript runtimes. Used for pre and post request scripts |
| [My fork](https://github.com/Julien-cpsn/postman-collection-rs) of [postman_collection](https://github.com/mandrean/postman-collection-rs) | 0.2.3 | Deserialize Postman collection files |
| [curl-parser](https://github.com/tyrchen/curl-parser) | 0.3.1 | Parse cURL request files |
| [clap](https://github.com/clap-rs/clap) | 4.5.16 | Command Line Argument Parser |
| [dirs](https://github.com/dirs-dev/dirs-rs) | 5.0.1 | Use system files |
| [directories](https://github.com/dirs-dev/directories-rs) | 5.0.1 | Use system files |
| [arboard](https://github.com/1Password/arboard) | 3.4.0 | Copy response body to clipboard |
| **Async** | | |
| [tokio](https://github.com/tokio-rs/tokio) | 1.39.3 | Handle asynchronous requests |
Expand All @@ -315,7 +315,7 @@ https://github.com/NachoNievaG/atac.nvim
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.63 | Create custom errors |
| [anyhow](https://github.com/dtolnay/anyhow) | 1.0.86 | Result that can contain any error |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | 2.2.1 | Add verbosity flag to the CLI |
| [clap_complete](https://github.com/clap-rs/clap/tree/master/clap_complete) | 4.5.18 | Generate completion file |
| [clap_complete](https://github.com/clap-rs/clap/tree/master/clap_complete) | 4.5.23 | Generate completion file |
| [clap_mangen](https://github.com/clap-rs/clap/tree/master/clap_mangen) | 0.2.23 | Generate man pages |
| [base64](https://github.com/marshallpierce/rust-base64) | 0.22.1 | Encode auth. |
| [regex](https://github.com/rust-lang/regex) | 1.10.6 | Regex. Using for parsing requests URL |
Expand Down

0 comments on commit 329fbca

Please sign in to comment.