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: kitsuyui/mure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e9f8e8344f9458b19310b80c9270cd10726a5e2a
Choose a base ref
..
head repository: kitsuyui/mure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca4e6747fe318595d3f0ec871a7c6abb4200da63
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +4 −4 Cargo.lock
  2. +1 −1 Cargo.toml
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.2.0", features = ["derive"] }
clap = { version = "4.2.1", features = ["derive"] }
git2 = "0.16.1"
graphql_client = "0.12.0"
once_cell = "1.17.1"