diff --git a/Cargo.lock b/Cargo.lock index e682267c..68ccea33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2174,9 +2174,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" +checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" dependencies = [ "itoa", "ryu", diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 31184184..1a8c2287 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -25,7 +25,7 @@ generic-array = "0.14.7" httpdate = "1.0.2" reqwest = { version = "0.11.16", features = ["stream", "gzip", "brotli", "deflate"], default-features = false } serde = { version = "1.0.160", features = ["derive"], optional = true } -serde_json = { version = "1.0.95", optional = true } +serde_json = { version = "1.0.96", optional = true } # Use a fork here since we need PAX support, but the upstream # does not hav the PR merged yet. # diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index f2f6f1ea..ffe895a0 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -19,7 +19,7 @@ miette = "5.7.0" semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.160", features = ["derive"] } serde-tuple-vec-map = "1.0.1" -serde_json = "1.0.95" +serde_json = "1.0.96" thiserror = "1.0.40" toml_edit = { version = "0.19.8", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] }