diff --git a/Cargo.lock b/Cargo.lock index 6a2fab8..2acbbce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,9 +1317,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.145" +version = "1.0.146" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" +checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8" dependencies = [ "indexmap", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 61141bf..2f5072e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ build = "build.rs" anyhow = "1.0.100" clap = { version = "4.5.50", features = ["derive"] } reqwest = { version = "0.12.24", features = ["brotli", "charset", "deflate", "gzip", "http2", "json", "rustls-tls-native-roots", "system-proxy", "zstd"], default-features = false } -serde_json = { version = "1.0.145", features = ["raw_value", "alloc", "preserve_order"] } +serde_json = { version = "1.0.146", features = ["raw_value", "alloc", "preserve_order"] } serde_yaml_bw = "2.4.1" tokio = { version = "1.48.0", features = ["full"] } serde = { version = "1.0.228", features = ["derive"] }