diff --git a/Cargo.lock b/Cargo.lock index 6514754f..8a26729e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1947,9 +1947,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" +checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" dependencies = [ "itoa", "ryu", diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 4f682f17..713768e0 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -24,7 +24,7 @@ generic-array = "0.14.6" httpdate = "1.0.2" reqwest = { version = "0.11.14", features = ["stream", "gzip", "brotli", "deflate"], default-features = false } serde = { version = "1.0.152", features = ["derive"], optional = true } -serde_json = { version = "1.0.93", optional = true } +serde_json = { version = "1.0.94", 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 7f323d33..664f7f03 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -19,7 +19,7 @@ miette = "5.5.0" semver = { version = "1.0.16", features = ["serde"] } serde = { version = "1.0.152", features = ["derive"] } serde-tuple-vec-map = "1.0.1" -serde_json = "1.0.93" +serde_json = "1.0.94" thiserror = "1.0.38" toml_edit = { version = "0.19.4", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] }