Merge pull request #2141 from AleoHQ/dependabot/cargo/testnet3/abnf-0.13.0

Bump abnf from 0.12.0 to 0.13.0
This commit is contained in:
d0cd 2022-10-24 11:48:51 -07:00 committed by GitHub
commit 558097bba6
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.12.0"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33741baa462d86e43fdec5e8ffca7c6ac82847ad06cbfb382c1bdbf527de9e6b"
checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a"
dependencies = [
"abnf-core",
"nom",

View File

@ -22,4 +22,4 @@ rust-version = "1.63"
version = "1.0"
[dependencies.abnf]
version = "0.12.0"
version = "0.13.0"