Merge pull request #14 from mxve/dependabot/cargo/serde_json-1.0.104

Bump serde_json from 1.0.103 to 1.0.104
This commit is contained in:
mxve 2023-07-31 22:44:19 +02:00 committed by GitHub
commit f5216d7e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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]