diff --git a/Cargo.lock b/Cargo.lock index dad6da1b..ce1c3807 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1441,9 +1441,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index a026c650..26bbefc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ rand = "0.8.5" sha1 = "0.10.6" linreg = "0.2.0" serde = "1.0.214" -serde_json = "1.0.133" +serde_json = "1.0.134" clap = "4.5.20" rand_chacha = "0.3.1" bitvec = "1.0.1"