Update peg requirement from ~0.7 to ~0.8 #311
2 changed files with 2 additions and 1 deletions
1
.github/workflows/clippy_check.yml
vendored
1
.github/workflows/clippy_check.yml
vendored
|
@ -12,4 +12,5 @@ jobs:
|
|||
override: true
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
args: --all-targets --all-features -- -D warnings
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
@ -18,7 +18,7 @@ pretty = "~0.12"
|
|||
uuid = { version = "~1.0", features = ["v4", "serde"] }
|
||||
serde = { version = "~1.0", optional = true }
|
||||
serde_derive = { version = "~1.0", optional = true }
|
||||
peg = "~0.7"
|
||||
peg = "~0.8"
|
||||
bytes = "1.0.1"
|
||||
hex = "0.4.3"
|
||||
|
||||
|
|
Loading…
Reference in a new issue