Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it committed Apr 19, 2024
1 parent 67a15ef commit ea504e6
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 53 deletions.
103 changes: 55 additions & 48 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Expand Up @@ -9,17 +9,17 @@ authors = [
edition = "2021"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"] }
console = "0.15.8"
indicatif = "0.17.8"
notify-debouncer-mini = "0.4.1"
serde_json = "1.0.115"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.198", features = ["derive"] }
shlex = "1.3.0"
toml_edit = { version = "0.22.9", default-features = false, features = ["parse", "serde"] }
toml_edit = { version = "0.22.11", default-features = false, features = ["parse", "serde"] }
which = "6.0.1"
winnow = "0.6.5"
winnow = "0.6.6"

[[bin]]
name = "rustlings"
Expand Down

0 comments on commit ea504e6

Please sign in to comment.