Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-cpsn committed Oct 27, 2024
1 parent 3f8d8ad commit 2daef1d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ arboard = "=3.4.1"

# Async
tokio = { version = "=1.41.0", features = ["rt", "rt-multi-thread", "macros"] }
tokio-util = "0.7.11"
tokio-util = "0.7.12"
parking_lot = { version = "=0.12.3", features = ["serde", "send_guard"] }

# Utils
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,17 +298,17 @@ You can read more about it here: https://github.com/Julien-cpsn/ATAC/releases/ta
| [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.209 (1.0.127, 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.213 (1.0.132, 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 |
| [boa_engine](https://github.com/boa-dev/boa) | 0.19.1 | 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 |
| [clap](https://github.com/clap-rs/clap) | 4.5.20 | Command Line Argument Parser |
| [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 |
| [arboard](https://github.com/1Password/arboard) | 3.4.1 | Copy response body to clipboard |
| **Async** | | |
| [tokio](https://github.com/tokio-rs/tokio) | 1.39.3 | Handle asynchronous requests |
| [tokio](https://github.com/tokio-rs/tokio) | 1.41.0 | Handle asynchronous requests |
| [parking_lot](https://github.com/Amanieu/parking_lot) | 0.12.3 | Smaller, faster and more flexible implementation of RwLock and Mutex. Used everywhere. |
| **Utils** | | |
| [strum](https://github.com/Peternator7/strum) | 0.26.3 | Enum facilities |
Expand All @@ -317,16 +317,16 @@ You can read more about it here: https://github.com/Julien-cpsn/ATAC/releases/ta
| [nestify](https://github.com/snowfoxsh/nestify) | 0.3.3 | Used to nest struct definitions |
| [walkdir](https://github.com/BurntSushi/walkdir) | 2.5.0 | Recursively retrieve files |
| [snailquote](https://github.com/euank/snailquote) | 0.3.1 | Unescape string |
| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.4.0 | Ordered hashmap. Used in environments to preserve files' values order |
| [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.23 | Generate completion file |
| [clap_mangen](https://github.com/clap-rs/clap/tree/master/clap_mangen) | 0.2.23 | Generate man pages |
| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.6.0 | Ordered hashmap. Used in environments to preserve files' values order |
| [thiserror](https://github.com/dtolnay/thiserror) | 1.0.65 | Create custom errors |
| [anyhow](https://github.com/dtolnay/anyhow) | 1.0.91 | Result that can contain any error |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | 2.2.2 | Add verbosity flag to the CLI |
| [clap_complete](https://github.com/clap-rs/clap/tree/master/clap_complete) | 4.5.35 | Generate completion file |
| [clap_mangen](https://github.com/clap-rs/clap/tree/master/clap_mangen) | 0.2.24 | 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 |
| [regex](https://github.com/rust-lang/regex) | 1.11.1 | Regex. Using for parsing requests URL |
| [chrono](https://github.com/chronotope/chrono) | 0.4.38 | Time utils |
| [uuid](https://github.com/uuid-rs/uuid) | 1.10.0 | UUID generator |
| [uuid](https://github.com/uuid-rs/uuid) | 1.11.0 | UUID generator |
| **Tracing/Log** | | |
| [tracing](https://github.com/tokio-rs/tracing) | 0.1.40 | Log events |
| [tracing-subscriber](https://github.com/tokio-rs/tracing/tree/master/tracing-subscriber) | 0.3.18 | Utilities for implementing and composing tracing subscribers |
Expand Down

0 comments on commit 2daef1d

Please sign in to comment.