Skip to content

Commit

Permalink
update things
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Feb 6, 2025
1 parent 6a0e53f commit c7efb7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ path = "src/main.rs"
[features]

[dependencies]
clap = { version = "4.5.27", features = ["derive"] }
clap = { version = "4.5.28", features = ["derive"] }
deno_task_shell = { path = "../deno_task_shell", features = ["shell"] }
futures = "0.3.31"
rustyline = { version = "15.0.0", features = ["derive"] }
tokio = "1.43.0"
uu_ls = "0.0.29"
dirs = "6.0.0"
which = "7.0.1"
which = "7.0.2"
uu_uname = "0.0.29"
uu_touch = "0.0.29"
uu_date = "0.0.29"
Expand Down

0 comments on commit c7efb7b

Please sign in to comment.