Skip to content

Commit

Permalink
Merge pull request #40 from rosetta-rs/renovate/compatible
Browse files Browse the repository at this point in the history
chore(deps): update compatible
  • Loading branch information
epage authored Sep 1, 2023
2 parents 1a44a9b + 5a6919f commit 76690ca
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 9 deletions.
39 changes: 33 additions & 6 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/pest-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name = "pest-app"
path = "app.rs"

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

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

[dependencies]
winnow = "0.5.0"
winnow = "0.5.15"

0 comments on commit 76690ca

Please sign in to comment.