Merge pull request #830 from AleoHQ/dependabot/cargo/abnf-0.10.2

Bump abnf from 0.10.1 to 0.10.2
This commit is contained in:
Collin Chin 2021-04-06 15:15:53 -07:00 committed by GitHub
commit e31bace4cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4,9 +4,9 @@ version = 3
[[package]]
name = "abnf"
version = "0.10.1"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb23c378acfcb46052bd7d1a6119d8d608d4c12ac6c72cb1d9c4e85bc2cb2bb7"
checksum = "fd8863e7db43447ad50376e19b0549343b72ad45cbd394b3fc8fe3ede961facc"
dependencies = [
"abnf-core",
"nom 6.1.2",

View File

@ -14,5 +14,5 @@ keywords = [
]
[dependencies]
abnf = "0.10.1"
abnf = "0.10.2"
anyhow = "1.0"