Bump dep cargo_toml to v0.12.0 (#413)

* Bump dep cargo_toml to v0.12.0
* FIx compilation error
* Fix test parse-meta

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-09-24 11:18:47 +10:00 committed by GitHub
parent 34e493927f
commit cd3afdd9a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 11 deletions

5
Cargo.lock generated
View file

@ -221,12 +221,11 @@ dependencies = [
[[package]]
name = "cargo_toml"
version = "0.11.5"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5809dd3e6444651fd1cdd3dbec71eca438c439a0fcc8081674a14da0afe50185"
checksum = "1aecd74f843e919090741163a59948751f6f57b5a9b3d7a4a4d278e17b6a16cf"
dependencies = [
"serde",
"serde_derive",
"toml",
]