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

View File

@ -62,7 +62,7 @@ rustls = "0.20.4"
rustls-pemfile = "0.3.0"
segment = { version = "0.2.0", optional = true }
serde = { version = "1.0.136", features = ["derive"] }
serde-cs = "0.2.2"
serde-cs = "0.2.3"
serde_json = { version = "1.0.79", features = ["preserve_order"] }
sha2 = "0.10.2"
siphasher = "0.3.10"