Bump serde_json

This commit is contained in:
Laurențiu Nicola 2023-11-15 13:17:36 +02:00
parent 970a796368
commit 2bfd6b659d
4 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
log = "0.4.17"
serde_json = "1.0.96"
serde_json = "1.0.108"
serde = { version = "1.0.192", features = ["derive"] }
crossbeam-channel = "0.5.6"