Update json5

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2026-04-05 06:01:24 -04:00
parent 120ffabfaa
commit 3f79bba27a
5 changed files with 7 additions and 8 deletions

View file

@ -8,7 +8,7 @@ capnp = "0.20"
capnp-rpc = "0.20"
dirs = "6"
futures = "0.3"
json5 = "0.4"
json5 = "1.3"
libc = "0.2"
poc-memory = { path = "../.." }
rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] }

View file

@ -8,7 +8,7 @@ capnp = "0.20"
capnp-rpc = "0.20"
dirs = "6"
futures = "0.3"
json5 = "0.4"
json5 = "1.3"
poc-memory = { path = "../.." }
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }

View file

@ -10,7 +10,7 @@ dirs = "6"
libc = "0.2"
scopeguard = "1"
futures = "0.3"
json5 = "0.4"
json5 = "1.3"
poc-memory = { path = "../.." }
serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] }