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: moritzheiber/ruby-version-checker-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f507da6f784bbac4380a17c8f4c52f677a23dea2
Choose a base ref
..
head repository: moritzheiber/ruby-version-checker-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 30fde36421a733debc1370419ba39c762bbaa966
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
@@ -20,7 +20,7 @@ reqwest = { version = "0.12.12", default-features = false, features = [
tokio = { version = "1", features = ["full"] }
regex = "1"
semver = { version = "1.0.24", features = ["std", "serde"] }
async-trait = "0.1.83"
async-trait = "0.1.85"
serde_json = "1.0.135"

[dev-dependencies]