From 1fdfeaa32c4c6ed43f4fd6833ad8a7dff6289699 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 29 Nov 2021 08:22:17 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.72 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3923b41aa09..f829a27c02d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2566,9 +2566,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19" +checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 01ee26a0705..07e6d66cc91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ semver = { version = "1.0.4", features = ["serde"] } sentry = { version = "0.23.0", features = ["tracing"] } sentry-conduit = { version = "0.4.0", default-features = false } serde = { version = "1.0.130", features = ["derive"] } -serde_json = "1.0.71" +serde_json = "1.0.72" sha2 = "0.9" swirl = { git = "https://github.com/sgrif/swirl.git", rev = "e87cf37" } tar = "0.4.37"