Update deps

This commit is contained in:
mo8it
2023-08-26 23:34:40 +02:00
parent c663f06669
commit c655612d2d
2 changed files with 233 additions and 120 deletions

View File

@@ -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"