diff --git a/Cargo.lock b/Cargo.lock index 2db9728..b49dd5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1125,9 +1125,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index d67c5c3..4963f19 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -35,7 +35,7 @@ humantime = "2.1.0" once_cell = "1.19.0" scryptenc = { version = "0.9.8", path = "../scryptenc" } serde = { version = "1.0.210", features = ["derive"], optional = true } -serde_json = { version = "1.0.127", optional = true } +serde_json = { version = "1.0.128", optional = true } sysexits = "0.8.1" sysinfo = "0.31.4" thiserror = "1.0.63" diff --git a/crates/scryptenc/Cargo.toml b/crates/scryptenc/Cargo.toml index 26fe1be..4805871 100644 --- a/crates/scryptenc/Cargo.toml +++ b/crates/scryptenc/Cargo.toml @@ -51,7 +51,7 @@ sha2 = { version = "0.10.8", default-features = false } anyhow.workspace = true clap.workspace = true dialoguer.workspace = true -serde_json = "1.0.127" +serde_json = "1.0.128" serde_test = "1.0.177" [features]