diff --git a/Cargo.lock b/Cargo.lock index 3902757..71d9cad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4374,9 +4374,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 5951fa4..a2eb1d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ rpassword = "7.4.0" salty = { version = "0.3", default-features = false } serde = { version = "1.0.228", default-features = false } serde-big-array = "0.5.1" -serde_json = { version = "1.0.145", features = ["std", "alloc"] } +serde_json = { version = "1.0.150", features = ["std", "alloc"] } serde_with = { version = "3.15.1", default-features = false } serialport = { git = "https://github.com/jgallagher/serialport-rs", branch = "illumos-support" } sha2 = "0.11.0"