build(deps): bump serde_derive from 1.0.130 to 1.0.131 (#3)

This commit is contained in:
dependabot[bot] 2021-12-13 13:36:35 +00:00 committed by GitHub
parent 5938e4326f
commit c227f47966
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

@ -282,9 +282,9 @@ checksum = "b4ad69dfbd3e45369132cc64e6748c2d65cdfb001a2b1c232d128b4ad60561c1"
[[package]]
name = "serde_derive"
version = "1.0.130"
version = "1.0.131"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
checksum = "b710a83c4e0dff6a3d511946b95274ad9ca9e5d3ae497b63fda866ac955358d2"
dependencies = [
"proc-macro2",
"quote",

View File

@ -21,5 +21,5 @@ log = "0.4.14"
pretty_env_logger = "0.4.0"
regex = "1.5.4"
serde = "1.0.131"
serde_derive = "1.0.130"
serde_derive = "1.0.131"
toml = "0.5.8"