Compare commits

...

4 Commits

Author SHA1 Message Date
b2aeaf2e68 Merge pull request 'Update Rust crate serde_json to 1.0.80' (#12) from renovate/serde_json-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #12
2022-05-05 16:15:36 +00:00
43dfcfb8cf Merge branch 'master' into renovate/serde_json-1.x
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-05-05 15:56:07 +00:00
b917c812d3 Merge branch 'master' into renovate/serde_json-1.x
Some checks reported errors
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build was killed
2022-05-05 15:54:26 +00:00
8557b19629 Update Rust crate serde_json to 1.0.80 2022-05-01 14:51:25 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2185,9 +2185,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.79"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
checksum = "f972498cf015f7c0746cac89ebe1d6ef10c293b94175a243a2d9442c163d9944"
dependencies = [
"itoa",
"ryu",

View File

@ -12,7 +12,7 @@ actix-web = "4"
clap = { version = "3.1.12", features = ["derive", "env"] }
include_dir = "0.7.2"
log = "0.4.16"
serde_json = "1.0.79"
serde_json = "1.0.80"
serde_yaml = "0.8.23"
env_logger = "0.9.0"
serde = { version = "1.0.137", features = ["derive"] }