Update Rust crate serde_json to 1.0.89
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-11-24 00:29:23 +00:00
parent 3e65555d0f
commit 9b621960d1
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@ -13,7 +13,7 @@ actix-session = { version = "0.7.2", features = ["cookie-session"] }
clap = { version = "4.0.26", features = ["derive", "env"] }
include_dir = "0.7.3"
log = "0.4.17"
serde_json = "1.0.87"
serde_json = "1.0.89"
serde_yaml = "0.9.14"
env_logger = "0.9.1"
serde = { version = "1.0.147", features = ["derive"] }