Update Rust crate serde_json to 1.0.82
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2022-06-30 00:11:25 +00:00
parent d22fdc3abb
commit 51e872d3ad
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2166,9 +2166,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.81"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
dependencies = [
"itoa",
"ryu",

View File

@ -12,7 +12,7 @@ actix-web = "4"
clap = { version = "3.2.6", features = ["derive", "env"] }
include_dir = "0.7.2"
log = "0.4.17"
serde_json = "1.0.81"
serde_json = "1.0.82"
serde_yaml = "0.8.23"
env_logger = "0.9.0"
serde = { version = "1.0.137", features = ["derive"] }