Bump serde from 1.0.147 to 1.0.152

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.147 to 1.0.152.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.147...v1.0.152)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/173/head
dependabot[bot] 1 year ago committed by GitHub
parent 70e6021965
commit f57f8746cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -904,9 +904,9 @@ dependencies = [
[[package]]
name = "serde"
version = "1.0.147"
version = "1.0.152"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
[[package]]
name = "serde-big-array"

@ -41,7 +41,7 @@ parking_lot = "0.12.1"
rand = "0.8.5"
rlimit = "0.8.3"
rustc-hash = "1.1.0"
serde = "1.0.147"
serde = "1.0.152"
serde_derive = "1.0.147"
serde-big-array = "0.4.1"
siphasher = "0.3.10"

Loading…
Cancel
Save