diff --git a/Cargo.lock b/Cargo.lock index 9dab1538e6..cf3e2d5b18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3104,9 +3104,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.109" +version = "1.0.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" +checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index a51243cd79..db12f11030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ pollster = "0.3.0" regex = "1.10.2" regress = "0.7.1" rustc-hash = { version = "1.1.0", default-features = false } -serde_json = "1.0.109" +serde_json = "1.0.110" serde = "1.0.194" static_assertions = "1.1.0" textwrap = "0.16.0"