diff --git a/Cargo.lock b/Cargo.lock index 516d471ee..4f80cca5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2394,9 +2394,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.104" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" +checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index a83337034..2978c1460 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ rustyline = { version = "12", default-features = false, optional = true } rust_decimal = { version = "1", optional = true } seahash = { version = "4.1.0", optional = true } serde = { version = "1", features = ["derive"], optional = true } -serde_json = { version = "1.0.104", default-features = false, optional = true, features = ["std", "raw_value"] } +serde_json = { version = "1.0.105", default-features = false, optional = true, features = ["std", "raw_value"] } sha-1 = { version = "0.10", optional = true } sha-2 = { package = "sha2", version = "0.10", optional = true } sha-3 = { package = "sha3", version = "0.10", optional = true }