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

7
Cargo.lock generated
View file

@ -2150,13 +2150,12 @@ dependencies = [
[[package]] [[package]]
name = "json5" name = "json5"
version = "0.4.1" version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" checksum = "733a844dbd6fef128e98cb4487b887cb55454d92cd9994b1bafe004fabbe670c"
dependencies = [ dependencies = [
"pest",
"pest_derive",
"serde", "serde",
"ucd-trie",
] ]
[[package]] [[package]]

View file

@ -23,7 +23,7 @@ capnp = "0.20"
uuid = { version = "1", features = ["v4"] } uuid = { version = "1", features = ["v4"] }
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
serde_json = "1" serde_json = "1"
json5 = "0.4" json5 = "1.3"
bincode = "1" bincode = "1"
regex = "1" regex = "1"
chrono = "0.4" chrono = "0.4"

View file

@ -8,7 +8,7 @@ capnp = "0.20"
capnp-rpc = "0.20" capnp-rpc = "0.20"
dirs = "6" dirs = "6"
futures = "0.3" futures = "0.3"
json5 = "0.4" json5 = "1.3"
libc = "0.2" libc = "0.2"
poc-memory = { path = "../.." } poc-memory = { path = "../.." }
rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] } 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" capnp-rpc = "0.20"
dirs = "6" dirs = "6"
futures = "0.3" futures = "0.3"
json5 = "0.4" json5 = "1.3"
poc-memory = { path = "../.." } poc-memory = { path = "../.." }
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }

View file

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