Skip to content

Commit

Permalink
Merge pull request #41 from dotboris/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update Rust crate clap to 4.4.0
  • Loading branch information
dotboris authored Aug 25, 2023
2 parents 93f17bf + c17d46d commit 0b9e79a
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
38 changes: 10 additions & 28 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.3.24", features = ["derive"] }
clap = { version = "4.4.0", features = ["derive"] }

[dev-dependencies]
assert_cmd = "2.0.12"
Expand Down
50 changes: 34 additions & 16 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Lets you run other commands in different directories.";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
rust-overlay.url = "github:oxalica/rust-overlay/stable";
flake-utils.url = "github:numtide/flake-utils";
};
Expand Down

0 comments on commit 0b9e79a

Please sign in to comment.