Bump serde-cs to simplify our usage of the star_or function

This commit is contained in:
Kerollmops
2022-06-06 10:17:33 +02:00
parent 64b5b2e1f8
commit 277a0a7967
5 changed files with 13 additions and 32 deletions

4
Cargo.lock generated
View File

@ -3078,9 +3078,9 @@ dependencies = [
[[package]]
name = "serde-cs"
version = "0.2.2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18d5b0435c9139761fbe5abeb1283234bcfbde88fadc2ae432579648fbce72ad"
checksum = "8202c9f3f58762d274952790ff8a1f1f625b5664f75e5dc1952c8dcacc64a925"
dependencies = [
"serde",
]