diff --git a/Cargo.lock b/Cargo.lock index 5bceaa2..5d5d9b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -214,9 +214,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.103" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" +checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index e7ed269..1c8795f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ http_req = { version = "0.9.2", default-features = false, features = [ ] } sha1_smol = "1.0.0" serde = { version = "1.0.179", features = ["derive"] } -serde_json = "1.0.103" +serde_json = "1.0.104" rand = "0.8.5" [build-dependencies]