Skip to content

Commit

Permalink
chore: update dependencies and inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Jul 25, 2024
1 parent 65c8ae1 commit ce44fc3
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
84 changes: 42 additions & 42 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "nrr"
version = "0.9.3"
edition = "2021"
rust-version = "1.70"
rust-version = "1.78"

description = "Minimal, blazing fast npm scripts runner"
authors = ["Ryan Cao <hello@ryanccn.dev>"]
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/ryanccn/nrr.git"

[dependencies]
ahash = "0.8.11"
clap = { version = "4.5.9", features = ["derive", "env"] }
clap = { version = "4.5.11", features = ["derive", "env"] }
color-eyre = { version = "0.6.3", default-features = false }
ctrlc = "3.4.4"
dotenvy = "0.15.7"
Expand All @@ -26,7 +26,7 @@ terminal_size = "0.3.0"
thiserror = "1.0.63"

[dev-dependencies]
trycmd = "0.15.4"
trycmd = "0.15.6"

[lints.clippy]
all = { level = "warn", priority = -1 }
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

0 comments on commit ce44fc3

Please sign in to comment.