diff options
| author | mo8it <mo8it@proton.me> | 2023-08-26 23:34:40 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2023-08-26 23:34:40 +0200 |
| commit | c655612d2d151cbde90a8d054f3b72df2d5d7b59 (patch) | |
| tree | 54e5d520ad82c9ef8bd588e0c739d715cad402a6 /Cargo.toml | |
| parent | c663f06669f5075806a2aff9f946a2d4463d1eeb (diff) | |
Update deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -10,21 +10,21 @@ edition = "2021" [dependencies] argh = "0.1" -indicatif = "0.16" +indicatif = "0.17" console = "0.15" notify = "4.0" -toml = "0.5" -regex = "1.5" +toml = "0.7" +regex = "1.9" serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0.81" -home = "0.5.3" -glob = "0.3.0" +serde_json = "1.0.105" +home = "0.5.5" +glob = "0.3.1" [[bin]] name = "rustlings" path = "src/main.rs" [dev-dependencies] -assert_cmd = "0.11.0" -predicates = "1.0.1" -glob = "0.3.0" +assert_cmd = "2.0.12" +predicates = "3.0.3" +glob = "0.3.1" |
