diff --git a/Cargo.lock b/Cargo.lock index ddabd47b..8a877ded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1093,9 +1093,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 85f0ab53..d574b78f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ log = "0.4" regex = "1.11.1" reqwest = { version = "0.12.9", features = ["blocking", "json"] } serde = { version = "1.0.214", features = ["serde_derive"] } -serde_json = "1.0.132" +serde_json = "1.0.133" thiserror = "1.0.68" control-file = { path = "./lib/control-file/", version = "0.1.0" } lazy_static = "1.5.0" diff --git a/crates/control2json/Cargo.toml b/crates/control2json/Cargo.toml index 15441596..25573925 100644 --- a/crates/control2json/Cargo.toml +++ b/crates/control2json/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" clap = { version = "4.5.13", features = ["derive"] } control-file = { path = "../../lib/control-file/", version = "0.1.0" } serde = "1.0.214" -serde_json = "1.0.132" +serde_json = "1.0.133" thiserror = "1.0.68"