Skip to content

Commit

Permalink
Merge pull request #64 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 Mar 1, 2024
2 parents c2cabf9 + 0e10556 commit b121ef1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 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.7.6"
pest = "2.7.7"
2 changes: 1 addition & 1 deletion examples/serde_json-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name = "serde_json-app"
path = "app.rs"

[dependencies]
serde_json = "1.0.113"
serde_json = "1.0.114"
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.6.0"
winnow = "0.6.5"

0 comments on commit b121ef1

Please sign in to comment.