This commit is contained in:
2026-06-08 23:24:39 -07:00
parent 6b68b12ea9
commit db558dfec3
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -268,9 +268,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.150"
version = "1.0.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
dependencies = [
"itoa",
"memchr",
+1 -1
View File
@@ -10,7 +10,7 @@ rand = { version = "0.10.1", default-features = false, features = ["thread_rng"]
[dev-dependencies]
serde = { version = "1.0.228", default-features = false }
serde_json = "1.0.150"
serde_json = "1.0.149"
[lints]
workspace = true