diff --git a/Cargo.lock b/Cargo.lock index f3dd384..d6cfeb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2251,9 +2251,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" +checksum = "43535db9747a4ba938c0ce0a98cc631a46ebf943c9e1d604e091df6007620bf6" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 5371a39..a8b8061 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ shellexpand = "2.1.0" lazy_static = "1.4.0" wiremock = "0.5.1" openssl-sys = "0.9.60" -serde_json = "1.0.62" +serde_json = "1.0.63" # Make build work on Apple Silicon. # See https://github.com/briansmith/ring/issues/1163 # This is necessary for the homebrew build