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 Mar 1, 2024
1 parent c2cabf9 commit 0e10556
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 0e10556

Please sign in to comment.