This commit is contained in:
zonyitoo
2025-12-09 02:20:55 +08:00
parent aa9156a794
commit db7a2a8d12
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -1766,9 +1766,9 @@ dependencies = [
[[package]]
name = "json5"
version = "1.2.0"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfcd7c9a7e6d6270614c3c7ccec2ec6fb0bf7f6da3384042e80e737cde1f941"
checksum = "56c86c72f9e1d3fe29baa32cab8896548eef9aae271fce4e796d16b583fdf6d5"
dependencies = [
"serde",
"ucd-trie",

View File

@@ -219,7 +219,7 @@ tracing-appender = { version = "0.2.3", optional = true, default-features = fals
time = { version = "0.3", optional = true }
serde = { version = "1.0", features = ["derive"] }
json5 = "1.2"
json5 = "1.3"
thiserror = "2.0"
base64 = "0.22"

View File

@@ -195,7 +195,7 @@ smoltcp = { version = "0.12", optional = true, default-features = false, feature
] }
serde = { version = "1.0", features = ["derive"] }
json5 = "1.2"
json5 = "1.3"
serde_json = "1.0"
bson = { version = "3.0.0", features = ["serde"], optional = true }