diff --git a/Cargo.lock b/Cargo.lock index a9221bd..53bf4e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2652,9 +2652,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/crates/common/Cargo.toml b/crates/common/Cargo.toml index 6f38c5b..3da1c17 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -11,6 +11,6 @@ async-h1 = "2.3.4" async-native-tls = "0.5.0" http-types = "2.12.0" serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" smol = "2.0.2" url = "2.5.8" diff --git a/crates/pnpm/Cargo.toml b/crates/pnpm/Cargo.toml index 4bcec12..76a43c3 100644 --- a/crates/pnpm/Cargo.toml +++ b/crates/pnpm/Cargo.toml @@ -13,7 +13,7 @@ path = "src/main.rs" anyhow = "1.0.102" futures = "0.3.32" serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" smol = "2.0.2" common = { path = "../common" } clap = { version = "4.6.1", features = ["derive"] } diff --git a/crates/review/Cargo.toml b/crates/review/Cargo.toml index 31d48c3..1404ed5 100644 --- a/crates/review/Cargo.toml +++ b/crates/review/Cargo.toml @@ -16,7 +16,7 @@ http-types = "2.12.0" ratatui = "0.30.0" crossterm = { version = "0.29", features = ["event-stream"] } serde = { version = "1.0.219", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" smol = "2.0.2" tui-markdown = "0.3.7" url = "2.5.8"