diff --git a/Cargo.lock b/Cargo.lock index 8948a02..acd366e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,9 +752,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 90dcbbf..476972d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ sha2 = "0.10.7" anyhow = "1.0.75" thiserror = "1.0.48" tera = "1" -serde_json = "1.0.105" +serde_json = "1.0.106" toml = "0.7.7" shell-words = "1.1.0"