diff --git a/Cargo.lock b/Cargo.lock index f37ff6905..f25bab414 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1164,9 +1164,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" dependencies = [ "itoa", "ryu", diff --git a/elliptic-curve/Cargo.toml b/elliptic-curve/Cargo.toml index 388c12a1a..437f0ebc0 100644 --- a/elliptic-curve/Cargo.toml +++ b/elliptic-curve/Cargo.toml @@ -34,7 +34,7 @@ pem-rfc7468 = { version = "=1.0.0-pre.0", optional = true, features = ["alloc"] pkcs8 = { version = "=0.11.0-pre.0", optional = true, default-features = false } sec1 = { version = "=0.8.0-pre.1", optional = true, features = ["subtle", "zeroize"] } serdect = { version = "=0.3.0-pre.0", optional = true, default-features = false, features = ["alloc"] } -serde_json = { version = "1.0.114", optional = true, default-features = false, features = ["alloc"] } +serde_json = { version = "1.0.116", optional = true, default-features = false, features = ["alloc"] } tap = { version = "1.0.1", optional = true, default-features = false } # hack for minimal-versions support for `bits` [dev-dependencies]