Skip to content

Commit

Permalink
chore: update all dependencies (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Sep 7, 2024
1 parent 7f68c18 commit ebf9af7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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.

20 changes: 10 additions & 10 deletions crates/deno_task_shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ shell = ["futures", "glob", "os_pipe", "path-dedot", "tokio", "tokio-util"]
serialization = ["serde"]

[dependencies]
anyhow = "1.0.75"
futures = { version = "0.3.29", optional = true }
anyhow = "1.0.87"
futures = { version = "0.3.30", optional = true }
glob = { version = "0.3.1", optional = true }
path-dedot = { version = "3.1.1", optional = true }
tokio = { version = "1", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "sync", "time"], optional = true }
tokio-util = { version = "0.7.10", optional = true }
os_pipe = { version = "1.1.4", optional = true }
tokio-util = { version = "0.7.12", optional = true }
os_pipe = { version = "1.2.1", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
thiserror = "1.0.58"
pest = "2.6.0"
pest_derive = "2.6.0"
thiserror = "1.0.63"
pest = "2.7.12"
pest_derive = "2.7.12"
dirs = "5.0.1"

[dev-dependencies]
parking_lot = "0.12.1"
parking_lot = "0.12.3"
pretty_assertions = "1"
serde_json = "1.0.111"
tempfile = "3.8.1"
serde_json = "1.0.128"
tempfile = "3.12.0"
4 changes: 2 additions & 2 deletions crates/shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ path = "src/main.rs"
[features]

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.87"
clap = { version = "4.5.17", features = ["derive"] }
deno_task_shell = { path = "../deno_task_shell" }
futures = "0.3.30"
rustyline = "14.0.0"
tokio = "1.39.2"
tokio = "1.40.0"
uu_ls = "0.0.27"
dirs = "5.0.1"

Expand Down

0 comments on commit ebf9af7

Please sign in to comment.