diff --git a/Cargo.lock b/Cargo.lock index 3674fbc..87c855f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3076,9 +3076,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 e039da0..f1ba9f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ pulldown-cmark = "0.13.3" ratatui = { version = "0.30.0", features = ["unstable-rendered-line-info", "scrolling-regions"] } reqwest = { version = "0.13.3", default-features = false, features = ["json", "rustls"] } serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" +serde_json = "1.0.150" similar = "3.1" syntect = { version = "5.3.0", default-features = false, features = ["default-fancy"] } thiserror = "2.0.18"