Merge pull request #98 from Frost/dependabot/cargo/serde_json-1.0.105

Bump serde_json from 1.0.104 to 1.0.105
This commit is contained in:
Martin Frost 2023-08-22 09:09:12 +02:00 committed by GitHub
commit 154ed3ca48
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.104"
version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
dependencies = [
"itoa",
"ryu",