diff --git a/Cargo.lock b/Cargo.lock index c04eaedf..9c5bd0da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2094,9 +2094,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" +checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" dependencies = [ "itoa", "ryu", diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 0613e6bf..f6633f6b 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -25,7 +25,7 @@ generic-array = "0.14.6" httpdate = "1.0.2" reqwest = { version = "0.11.16", features = ["stream", "gzip", "brotli", "deflate"], default-features = false } serde = { version = "1.0.157", features = ["derive"], optional = true } -serde_json = { version = "1.0.94", optional = true } +serde_json = { version = "1.0.95", 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 b2beec94..65ff7cf4 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -19,7 +19,7 @@ miette = "5.6.0" semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.157", features = ["derive"] } serde-tuple-vec-map = "1.0.1" -serde_json = "1.0.94" +serde_json = "1.0.95" thiserror = "1.0.40" toml_edit = { version = "0.19.8", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] }