Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mihaigalos/pipeview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ac66b98c8b2d3d5a92d00415dea173734e28429b
Choose a base ref
..
head repository: mihaigalos/pipeview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d6441550dcd97b19e3b6bd1da6826662dfa5706f
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +2 −2 Cargo.lock
  2. +1 −1 Cargo.toml
4 changes: 2 additions & 2 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
@@ -12,7 +12,7 @@ resolver = "2"
[dependencies]
anyhow = "1.0.75"
autoclap = "0.3.15"
clap = { version = "4.5.3", features = ["string"]}
clap = { version = "4.5.4", features = ["string"]}
colored = "2"
dirs = "5"
dotenv = "0.15.0"