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: rosetta-rs/parse-rosetta-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7a3e45c8dd736355f102da5d0be316ac7f7e5fa8
Choose a base ref
..
head repository: rosetta-rs/parse-rosetta-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 366ceba9186099b75446b57ccad76d9001203f67
Choose a head ref
32 changes: 16 additions & 16 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 examples/chumsky-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,5 +8,5 @@ name = "chumsky-app"
path = "app.rs"

[dependencies]
ariadne = "0.4.0"
ariadne = "0.4.1"
chumsky = "0.9.3"
2 changes: 1 addition & 1 deletion examples/combine-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ name = "combine-app"
path = "app.rs"

[dependencies]
combine = "4.6.7"
combine = "4.0.0"
2 changes: 1 addition & 1 deletion examples/logos-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -9,4 +9,4 @@ path = "app.rs"

[dependencies]
logos = "0.14.0"
ariadne = "0.4.0"
ariadne = "0.4.1"
2 changes: 1 addition & 1 deletion examples/peg-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ name = "peg-app"
path = "app.rs"

[dependencies]
peg = "0.8.2"
peg = "0.8.3"
2 changes: 1 addition & 1 deletion examples/pest-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ name = "pest-app"
path = "app.rs"

[dependencies]
pest = "2.7.7"
pest = "2.7.9"
2 changes: 1 addition & 1 deletion examples/serde_json-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ name = "serde_json-app"
path = "app.rs"

[dependencies]
serde_json = "1.0.114"
serde_json = "1.0.116"
2 changes: 1 addition & 1 deletion examples/winnow-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,4 +8,4 @@ name = "winnow-app"
path = "app.rs"

[dependencies]
winnow = "0.6.5"
winnow = "0.6.7"