Merge pull request #93 from Frost/dependabot/cargo/serde_json-1.0.104

Bump serde_json from 1.0.103 to 1.0.104
This commit is contained in:
Martin Frost 2023-08-01 09:47:17 +02:00 committed by GitHub
commit fa886eb108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -441,9 +441,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",