build(deps): bump serde from 1.0.131 to 1.0.132 (#6)

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

@ -276,9 +276,9 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "serde"
version = "1.0.131"
version = "1.0.132"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ad69dfbd3e45369132cc64e6748c2d65cdfb001a2b1c232d128b4ad60561c1"
checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
[[package]]
name = "serde_derive"

View File

@ -20,6 +20,6 @@ dirs = "4.0.0"
log = "0.4.14"
pretty_env_logger = "0.4.0"
regex = "1.5.4"
serde = "1.0.131"
serde = "1.0.132"
serde_derive = "1.0.131"
toml = "0.5.8"