Update deps
This commit is contained in:
18
Cargo.toml
18
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user