Merge pull request 'Update peg requirement from ~0.7 to ~0.8' (#311) from dependabot/cargo/peg-approx-0.8 into master
Reviewed-on: #311
This commit is contained in:
commit
216f078d44
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
|
override: true
|
||||||
- uses: actions-rs/clippy-check@v1
|
- uses: actions-rs/clippy-check@v1
|
||||||
with:
|
with:
|
||||||
|
args: --all-targets --all-features -- -D warnings
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
@ -18,7 +18,7 @@ pretty = "~0.12"
|
||||||
uuid = { version = "~1.0", features = ["v4", "serde"] }
|
uuid = { version = "~1.0", features = ["v4", "serde"] }
|
||||||
serde = { version = "~1.0", optional = true }
|
serde = { version = "~1.0", optional = true }
|
||||||
serde_derive = { version = "~1.0", optional = true }
|
serde_derive = { version = "~1.0", optional = true }
|
||||||
peg = "~0.7"
|
peg = "~0.8"
|
||||||
bytes = "1.0.1"
|
bytes = "1.0.1"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue