Skip to content

Commit

Permalink
chore(deps): update compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent d2094bb commit a714664
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 35 deletions.
84 changes: 53 additions & 31 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
Expand Up @@ -9,4 +9,4 @@ path = "app.rs"

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

[dependencies]
peg = "0.8.1"
peg = "0.8.2"
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.4"
pest = "2.7.5"
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.15"
winnow = "0.5.19"

0 comments on commit a714664

Please sign in to comment.