Merge pull request #103 from esp-rs/dependabot/cargo/serde_json-1.0.91

build(deps): bump serde_json from 1.0.89 to 1.0.91
This commit is contained in:
Sergio Gasquez Arcos 2022-12-20 12:53:20 +01:00 committed by GitHub
commit 7c8c2edd7b
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

@ -1609,9 +1609,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.89"
version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
dependencies = [
"itoa",
"ryu",

View File

@ -35,7 +35,7 @@ directories-next = "2.0.0"
serde = { version = "1.0.151", features = ["derive"] }
miette = { version = "5.5.0", features = ["fancy"] }
regex = "1.7.0"
serde_json = "1.0.89"
serde_json = "1.0.91"
thiserror = "1.0.37"
update-informer = "0.6.0"